$$CATEGORY(DFN,STATUS) |
This entry point returns the enrollment category for
a patient.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
This is the internal entry number of the Patient from
the PATIENT (#2) File.
|
STATUS |
Input |
This variable is optional. If passed in, the call
will return the enrollment category for this status rather than the veteran's
current enrollment status.
|
$$CATEGORY |
Output |
This represents the current enrollment category for
the patient or the enrollment category of the status passed in, if available.
Otherwise, it defaults to the "Not Enrolled" category. This will be one of
three values: "E" for Enrolled; "N" for Not Enrolled; "P" for In Process.
|
|
$$ENRSBGRP(DFN) |
Returns the patient current ENROLLMENT SUBGROUP if
defined, otherwise returns NULL.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
This is the internal entry number of the Patient from
the PATIENT (#2) File.
|
$$ENRSBGRP |
Output |
This represents the ENROLLMENT SUBGROUP (#.12) Field
value from the PATIENT ENROLLMENT File (#27.11) of the patient's current
enrollment record.
|
|