You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

InclusionExclusionCriteria Example
<Protocol xmlns="http://www.cdisc.org/ns/odm/v2.0">
    <InclusionExclusionCriteria>
        <!-- List of criteria for inclusion of subjects in the study -->
        <InclusionCriteria>
            <Criterion OID="CRIT.001" Name="Age criterion 1" ConditionOID="COND.AGE_1">
                <Description><TranslatedText xml:lang="en">Subjects must be of age 18 years or older</TranslatedText></Description> 
            </Criterion>
            <Criterion OID="CRIT.002" Name="Age criterion 2" ConditionOID="COND.AGE_2">
                <Description><TranslatedText xml:lang="en">Subjects must be of age 64 years or younger</TranslatedText></Description> 
            </Criterion>
        </InclusionCriteria>
        <!-- List of criteria for exclusion of subjects in the study -->
        <ExclusionCriteria>
            <Criterion OID="CRIT.003" Name="Pregnancy criterion" ConditionOID="COND.PREGNANCY">
                <Description><TranslatedText xml:lang="en">Pregnant women may not be included in the study</TranslatedText></Description>
            </Criterion>
        </ExclusionCriteria>
    </InclusionExclusionCriteria>
</Protocol>


  • No labels