ItemDef
<!-- The "Length" is the character length as how the value is stored in the database, i.e. "F" or "M" --> 
<ItemDef Name="SEX" OID="IT.SEX" DataType="text" Length="1">
  <Description>
      <TranslatedText xml:lang="en" Type="text/plain">Sex/gender of the subject</TranslatedText>
  </Description>
  <!-- The question as will be presented to the user (e.g. CRF) -->
  <Question>
      <TranslatedText xml:lang="en" Type="text/plain">Sex</TranslatedText>
      <TranslatedText xml:lang="fr" Type="text/plain">Genre</TranslatedText>
      <TranslatedText xml:lang="de" Type="text/plain">Geschlecht</TranslatedText>
      <TranslatedText xml:lang="ko" Type="text/plain">성별</TranslatedText>
  </Question>
  <CodeListRef CodeListOID="CL_SEX"/>
  <Alias Context="SDTM" Name="SEX"/>
</ItemDef>
              
  • No labels