GENERAL DESCRIPTION |
$$STOPCODE^PXAPI(STOPCODE,PATIENT,DATE)
This function call returns the quantity of a particular Stop Code for a
patient on one day. This is used by Scheduling.
Parameter Definition:
STOPCODE (required) pointer to #40.7
PATIENT (required) pointer to #2
DATE (required) the date in Fileman format
(time is ignored if passed) Returned Value:
the count of how many of that stop code are stored for
that one day
======================================================================
$$CPT^PXAPI(CPT,PATIENT,DATE,HLOC)
This is the function call to return the quantity of a particular CPT for a
patient on one day and for one hospital location if passed. This is used by
Scheduling to make sure that it has the CPT code the same number of times as
PCE does.
Parameter Description:
CPT (required) pointer to #81
PATIENT (required) pointer to #2
DATE (required) the date in Fileman format
(time is ignored if passed)
HLOC (optional) pointer to Hospital Location file (#44)
Returned Value:
The count of how many (total quinity) of that cpt code are stored
for that one day for that one patient in that one Hospital
Location.
|