ItemGroupRef references an ItemGroupDef as it occurs within a specific StudyEventDef or ItemGroupDef. The list of ItemGroupRefs identifies the types of item groups that are allowed to occur within this type of studyevent or (nested) item group. The ItemGroupRefs within a single StudyEventDef or ItemGroupDef must not have duplicate ItemGroupOID or OrderNumber attribute values.
Element Name | ItemGroupRef |
---|---|
Parent Elements | ItemGroupDef, StudyEventDef |
Element XPath(s) | /ODM/Study/MetaDataVersion/StudyEventGroupDef/StudyEventRef/ItemGroupRef /ODM/Study/MetaDataVersion/ItemGroupDef/ItemGroupRef |
Element Textual Value | None |
Attributes | ItemGroupOID, OrderNumber, Mandatory, MethodOID, CollectionExceptionConditionOID |
Child Elements | None |
Usage/Business Rules |
Attribute | Schema Datatype or Enumeration | Usage | Definition | Business Rule(s) |
---|---|---|---|---|
ItemGroupOID | oidref | Required | Reference to the ItemGroupDef. |
|
MethodOID | oidref | Optional | Reference to a MethodDef that will provide one or more data rows as output. The MethodDef is used to prepopulate items |
|
Mandatory | (Yes | No) | Required | The Mandatory flag indicates that the clinical data for an instance of the containing event or ItemGroup would be incomplete without an instance of this type of ItemGroup. ODM clinical data files that are incomplete in this sense may be considered incomplete for study review and analysis purposes. |
|
OrderNumber | positiveInteger | Optional | Indicates the order in which this ItemGroup appears in Metadata displays or data entry applications. The OrderNumber attribute provides an ordering on the ItemGroupDefs (within StudyEventDef or ItemGroupDef) for use whenever a list of ItemGroupDefs is presented to a user. Order of execution is preferably defined in a workflow (see Section 3.2.2.1.8, WorkflowDef) but when used without a workflow, may be used the define the order in which data entry forms are presented in an application UI. |
|
CollectionExceptionConditionOID | oidref | Optional | Reference to a ConditionDef If the CollectionExceptionConditionOID attribute is provided, the ConditionDef it references describes the circumstances under which data for this ItemGroup should not be collected. |
|