Previous Topic

Next Topic

Book Contents

Example 2

The following example illustrates the use of the DUPLICATEORDER attribute to specify the order in which subjects with duplicate subject initials should be enrolled. Subjects John R. Doe and Jane R. Doe (JRD) are screened at site PF; first John, then Jane.

<!-- This is John R. Doe-->

<ENROLL PATIENTINITIALS=”JRD” SITEMNEMONIC=”PF” DUPLICATEORDER=”1” PATIENTNUMBER=”BK-JRD” ENROLL=”TRUE”>

</ENROLL>

<!-- This is Jane R. Doe-->

<ENROLL PATIENTINITIALS=”JRD” SITEMNEMONIC=”PF” DUPLICATEORDER=”2” PATIENTNUMBER=”BK-JRD” ENROLL=”TRUE”>

</ENROLL>

Send Feedback