| COMBPTS |
entry point with input parameters
results are returned in global array - ^TMP("OR",$J)
^TMP("OR",$J,"PATIENTS") - output
array created for GUI (ORQLM equals 1)
^TMP("OR",$J,"PATIENTS",counter,0) =
patient IEN (1)_U_patient name (2)_U_Source name (3) ...
_U_Appt. or Room/Bed (4) ...
_U_Patient ID (1U4N) (5)_U_Patient DOB (6)_U_IEN of source (7) ...
_U_Hold appt. date/time(8)_U_Inpt. or Outpt. (or C/NS) status (9)
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
ORQLM |
Input |
boolean value, one or zero, indicating call from
ListMan (1) or from a GUI (0)
|
ORQCPTR |
Input |
IEN (pointer) to ^OR(100.24) the OE/RR PT SEL COMBO
file
|
ORBDATE |
Input |
Beginning date for clinic appointments
|
OREDATE |
Input |
Ending date for clinic appointments
|
|