You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 10 Next »

Body:


Attributes:

ItemGroupOIDoidref
Reference to the ItemGroupDef.
ItemGroupRepeatKeyrepeatKey(optional)A key used to distinguish between repeats of the same type of item group within a single form.
TransactionType(Insert | Update | Remove | Upsert | Context)(optional)The TransactionType attribute need not be present in a Snapshot document.
ItemGroupDataSeqinteger(optional)Unique sequence # for each ItemGroupData child element (record) in the container element.


Contained in: StudyEventData


Clinical data for an item group (record). The model supports nested and repeating item groups (for example, when several previous hospitalizations are reported in one history), or within reference data.

The ItemGroupOID and ItemGroupRepeatKey are used together to identify a particular item group. This pair of values uniquely identifies an ItemGroup within the containing StudyEvent. The ItemGroupRepeatKey is present if and only if the ItemGroupDef is repeating.

The ItemGroupDataSeq doesn’t have any other meaning than the sequence in which the items are saved and exchanged for each ItemGroupDef. It is equivalent to the observation # in a dataset.

ItemGroupData can also occur as reference data. In that case, the ItemGroupOID and ItemGroupRepeatKey pair must be unique within the reference data.

Multiple Selection Using Nested ItemGoupDef

  • No labels