VISIT

VISIT — select records for inclusion by the visit identifier

Synopsis

Content model

VISIT ::=
EMPTY

Attributes

NameTypeDefaultDescription
includeCDATANone

One or more (comma or space delimited) numeric values, one or more ranges of numeric values, or any combination of both.

Description

Records are selected by visit identifier with this element. If the visit identifier of a record is in the range of included visit identifiers (specified by the value of the include attribute), the record becomes part of the set of records to be processed.

If no inclusion criteria are specified, records are selected for inclusion independent of the visit identifier. This is equivalent to not specifying a VISIT element.

Parents

These elements contain VISIT: CRITERIA

Children

The following elements occur in VISIT: None.

Examples

Example 6.51. Select all records with a visit identifier of 10

<VISIT include="10" />