<ClinicalData StudyOID="123-456-789" MetaDataVersionOID="v1.1.0">
<SubjectData SubjectKey="001">
<StudyEventData StudyEventOID="SE.VISIT1" StudyEventRepeatKey="1">
<FormData FormOID="FORM.AE" FormRepeatKey="1">
<ItemGroupData ItemGroupOID="IG.AE" ItemGroupRepeatKey="1"
TransactionType="Insert">
|
KeySet Member
|
Description
|
Resulting SAS Variable
Name 1
|
|---|---|---|
|
StudyOID=
|
Specifies a unique identifier
for the study.
|
__STUDYOID
|
|
MetaDataVersionOID=
|
Specifies the metadata
version that is used by the study.
|
__METADATAVERSIONOID
|
|
SubjectKey=
|
Specifies a subject
within the study.
|
__SUBJECTKEY
|
|
StudyEventOID=
|
Specifies a StudyEventDef
within the study.
|
__STUDYEVENTOID
|
|
StudyEventRepeatKey=
|
Specifies a study event
repeat key.
|
__STUDYEVENTREPEATKEY
|
|
FormOID=
|
Specifies a form used
in the study.
|
__FORMOID
|
|
FormRepeatKey=
|
Distinguishes between
repeats of the same type of form in a single study event.
|
__FORMREPEATKEY
|
|
ItemGroupOID=
|
Specifies an ItemGroup
in the study.
|
__ITEMGROUPOID
|
|
ItemGroupRepeatKey=
|
Specifies an ItemGroup
repeat key.
|
__ITEMGROUPREPEATKEY
|
|
TransactionType=
|
Specifies the transaction
type, which can be Insert, Update, Remove, Upsert, or Context.
|
__TRANSACTIONTYPE
|
| 1The first two characters in resulting SAS variable names are two underscores to ensure that the name is unique. | ||
|
KeySet Member
|
Description
|
Resulting KeySet Attributes
|
Created By
|
|---|---|---|---|
|
__STUDYOID
|
Specifies a unique identifier
for the study.
|
StudyOID=
|
STUDY statement
|
|
__METADATAVERSIONOID
|
Specifies the metadata
version that is used by the study.
|
MetaDataVersionOID=
|
METADATAVERSION statement
|
|
__SUBJECTKEY
|
Specifies a subject
within the study.
|
SubjectKey=
|
Read from the exported
SAS data set
|
|
__STUDYEVENTOID
|
Specifies a StudyEventDef
within the study.
|
StudyEventOID=
|
STUDY statement
|
|
__STUDYEVENTREPEATKEY
|
Specifies a study event
repeat key.
|
StudyEventRepeatKey=
|
Automatically generated
|
|
__FORMOID
|
Specifies a form used
in the study.
|
FormOID=
|
Automatically generated
|
|
__FORMREPEATKEY
|
Distinguishes between
repeats of the same type of form in a single study event.
|
FormRepeatKey=
|
Automatically generated
|
|
__ITEMGROUPOID
|
Specifies an ItemGroup
in the study.
|
ItemGroupOID=
|
Automatically generated
|
|
__ITEMGROUPREPEATKEY
|
Specifies an ItemGroup
repeat key.
|
ItemGroupRepeatKey=
|
Automatically generated
|
|
__TRANSACTIONTYPE
|
Specifies the transaction
type, which can be Insert, Update, Remove, Upsert, or Context.
|
TransactionType=
|
INSERT is always used
|