Location of LSID components in ODM extract files
| LSID component | Location in ODM | Notes |
|---|---|---|
| Trial | Alias used to register the study with the InForm Adapter software. | N/A |
| Site ID | AdminData/Location/@OID | N/A |
| Subject GUID | ClinicalData/SubjectData/@GUID | N/A |
| Visit name | ClinicalData/SubjectData/StudyEventData/@StudyEventOID | N/A |
| Visit revision | StudyEventDef/@Revision | The revision of the visit in the study version for which the item has data. This value must be looked up in the metadata. |
| Visit index | ClinicalData/SubjectData/StudyEventData/@StudyEventRepeatKey | If this attribute is not present, pass the value 1; note that you do not need ".000." |
| Form name | ClinicalData/SubjectData/StudyEventData/FormData/@FormOID | N/A |
| Form revision | FormDef/@Revision | The revision of the form in the study version for which the item has data. This value must be looked up in the metadata. |
| Form index | ClinicalData/SubjectData/StudyEventData/FormData/@FormRepeatKey | If this attribute is not present, pass the value 1; note that you do not need ".000." |
| Section name | ItemGroupDef/@Name | Get the ItemGroupOID and look up the name in the metadata for that study version. |
| Itemset name | ItemGroupDef/@ItemSetRefName | Required only if the item exists in an itemset. |
Parent topic: ODM use