| CLINPTS |
Returns a list of patients with a clinic appt within
a date range.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
Y |
Both |
Variable passed in by reference to accept and return
the list of patients:
Y(#) = DFN ^ NAME
or Y(1) = ^ message, if an error or empty.
|
CLINIC |
Input |
IEN in the Hospital Location file #44.
|
START |
Input |
Date to begin searching for appointments, in a
FileMan compatible format.
|
STOP |
Input |
Date to end searching for appointments, in a FileMan
compatible format.
|
|
PROVPTS |
Returns a list of patients assigned to a provider.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
Y |
Both |
Variable passed in by reference to accept and return
the list of patients:
Y(#) = DFN ^ NAME
or Y(1) = ^ message, if an error or empty.
|
PROV |
Input |
IEN in the New Person file #200 of the desired
provider.
|
|
SPECPTS |
Returns a list of patients assigned to a treating
specialty.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
Y |
Both |
Variable passed in by reference to accept and return
the list of patients:
Y(#) = DFN ^ NAME
or Y(1) = ^ message, if an error or empty.
|
SPEC |
Input |
IEN in the Facility Treating Specialty file #45.7.
|
|
WARDPTS |
Returns a list of patients assigned to a ward.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
Y |
Both |
Variable passed in by reference to accept and return
the list of patients:
Y(#) = DFN ^ NAME
or Y(1) = ^ message, if an error or empty.
|
WARD |
Input |
IEN in the Ward Location file #42.
|
|