$$STAT(DFN) |
This component will return the status of the current
GEC referral.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
The internal entry number of the patient in question.
|
TMP("PXRMOBJSTATUS",$J) |
Output |
This is the global array to which the status
information is set.
|
|
$$DEM(DFN) |
This component will return demographic information on
a certain patient noted by the DFN that is passed into the component.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
TMP("PXRMOBJ",$J) |
Output |
This is the TMP array to which the demographic
information is set.
|
DFN |
Input |
DFN is is equal to the internal entry number of the
patient file of the patient being queried.
|
|