| SAVE |
This entry call extracts the intake and output
information and stores the data in ^TMP($J,"GMRY") for a selected patient.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DA(1) |
Input |
Pointer to the GMRY Patient I/O file (126).
|
II |
Input |
Passed in with a value of "IN" or "OUT" subscript of
the GMRY Patient I/O file (126).
|
GMRSTRT |
Input |
Date/time the current nursing shift starts.
|
GMRFIN |
Input |
Date/time the current nursing shift ends.
|
TMP |
Output |
^TMP($J,"GMRY") global contains intake and output
information for a selected patient.
|
|
SAVEIV |
This entry call extracts patient intravenous infusion
information and stores the data in ^TMP($J,"GMRY") global.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DA(1) |
Input |
Pointer to the Patient I/O file (126).
|
GMRSTRT |
Input |
Date/time the current nursing shift starts.
|
GMRFIN |
Input |
Date/time the current nursing shift ends.
|
TMP |
Output |
^TMP($J,"GMRY") global contains the patient
intravenous infusion information.
|
|
SETSIFT |
This entry is called to assign the nursing shift
(night, day or evening) according to the date/time the I/O data was entered.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
GMRINDT |
Input |
Date/time the I/O data was entered.
|
GDTSTRT |
Input |
Date the nursing shift starts.
|
GDTFIN |
Input |
Date the nursing shift ends.
|
GLASTDT |
Input |
Date the day before the current nursing shift ends.
|
GSHIFT |
Output |
Value = "SH-1" night shift,
= "SH-2" day shift,
= "SH-3" evening shift.
|
|
GMRYRP2 |
This routine is called by the Vitals/Measurements to
extract patient intake and output information entered within a selected date
range.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
Patient IEN.
|
GMRSTRT |
Input |
Start date for the information extract.
|
GMRFIN |
Input |
End date for the information extract.
|
|