CRITERIA — record selection criteria for the batch
CRITERIA ::= ((IDRF| (ID | PLATE | VISIT | CREATE | MODIFY | LEVEL | STATUS)*), EDIT*)
The CRITERIA specifies the record selection criteria for
the current batch.
Records can be selected by:
a previously created DRF file using the
IDRF child element,
key fields using the
ID,
VISIT,
PLATE,
CREATE,
MODIFY,
LEVEL, and
STATUS
child elements,
edit checks that they reference using the
EDIT child element,
a combination of DRF and edit check names, or
a combination of key fields and edit check names.
Example 6.35. Select records from plate 5, modified on or after January 1, 2000, at validation level 3, for subjects 1000 to 4999 inclusive, and for visits 1 through 10, inclusive, and 14
<CRITERIA>
<PLATE include="5" />
<MODIFY include="00/01/01-today" />
<LEVEL include="3" />
<ID include="1000-4999" />
<VISIT include="1-10,14" />
</CRITERIA>