BATCH — a named set of processing actions and record retrieval set
Example 6.30. A simple BATCH that logs all messages generated by the msgIllegalBP edit check when applied to level 1, plate 2 records
<BATCH name="checkBP">
<TITLE>Check systolic and diastolic blood pressure readings</TITLE>
<ACTION><LOG which="msg" /></APPLY>
<CRITERIA>
<EDIT>msgIllegalBP</EDIT>
<LEVEL include="1" />
<PLATE include="2" />
</CRITERIA>
</BATCH>