CodeList
Attribute | Value/Map to Oracle InForm |
---|---|
OID |
Control RefName. For example, if an item contains a drop-down list, the RefName of the drop-down list will be used. The ConrolRefName is hierarchical: form.section.item.control |
Name | ControlRefName without the hierarchical prefixing. |
DataType | Type of Control. See the Data Type Table from ItemDef |
CodeListItem
Attribute | Value/Map to Oracle InForm |
---|---|
CodedValue | Value used to map the CodeListItem to an ItemData value in ODM ClinicalData. |
pf:SelectionOID | An OID that uniquely identifies the selection in a radio group. The value is a concatenation of the CodeList OID and the CodeListItem CodedValue. |
Example
<CodeListItem CodedValue="2"
pf:SelectionOID="frmPreg.sctPreg.itmPregTest.itmPregTest.rdcPregDone.2"><Decode><TranslatedText>Positive</TranslatedText></Decode></CodeListItem>
Parent topic: ODM mapping