Example

The following sample file illustrates the tags used to screen subject AAA at site PF.
<?xml version="1.0"?>
<CLINICALDATA>

<!-- Screen Patient -->

<SCREEN SITEMNEMONIC="PF">
   <DATA TAG="screen.0.patientinitials.patientinitials"
      VALUE="AAA"/>
   <DATA TAG="screen.0.eligible.eligible" VALUE="yes"/>
   <DATA TAG="screen.0.datescreened.date" MONTH="1" DAY="6"
      YEAR="1999"/>
   <DATA TAG="screen.0.dob.dob" MONTH="11" DAY="11"
      YEAR="1959"/>

</SCREEN>

</CLINICALDATA>