custom entry form for AttendeeRole, annotation to indicate form, registering hasAttendeeRole for the generic role list view (NIHVIVO-3215)
This commit is contained in:
parent
a95ee35048
commit
0fbaa7e47b
5 changed files with 1444 additions and 1411 deletions
|
@ -49,6 +49,7 @@
|
|||
<!--
|
||||
******************************************************************
|
||||
all roles use same config...is there a better way to specify this?
|
||||
** core:hasAttendeeRole
|
||||
** core:hasClinicalRole
|
||||
** core:hasLeaderRole
|
||||
** core:hasMemberRole
|
||||
|
@ -62,6 +63,10 @@
|
|||
** core:hasOrganizerRole
|
||||
******************************************************************
|
||||
-->
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#hasAttendeeRole">
|
||||
<display:listViewConfigFile rdf:datatype="http://www.w3.org/2001/XMLSchema#string">listViewConfig-hasRole.xml</display:listViewConfigFile>
|
||||
</rdf:Description>
|
||||
|
||||
<rdf:Description rdf:about="http://vivoweb.org/ontology/core#hasClinicalRole">
|
||||
<display:listViewConfigFile rdf:datatype="http://www.w3.org/2001/XMLSchema#string">listViewConfig-hasRole.xml</display:listViewConfigFile>
|
||||
</rdf:Description>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue