Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Code Block
languagexml
firstline1
linenumberstrue
<!-- 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>