| DATE |
This entry point allows user to define start
date/time and end date/time for a date range.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
GMROUT |
Both |
This variable indicates whether the user abnormally
exited the call. It is passed in with a value of 0.
|
GMRVSDT |
Output |
Start date/time of the date range.
|
GMRVFDT |
Output |
End date/time of the date range.
|
|
EN5 |
This entry point allows user to print cumulative
vitals/measurements for a patient over a given date range.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
Patient IEN.
|
GMRX |
Input |
Patient admission date/time.
|
GMROUT |
Both |
This variable indicates whether the user abnormally
exited the report process. It is passed in with a value of 0.
|
GMRVSDT |
Input |
Start date/time of the date range.
|
GMRVFDT |
Input |
End date/time of the date range.
|
GMRPG |
Input |
This report page count is initialized with a value of
0.
|
|
EN3 |
This entry point displays the patient cumulative
report to the current output device.
D EN3^GMRVSC0(DFN,GMRVSDT,GMRVFDT)
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
Patient internal entry number (FILE 2). (Required)
|
GMRVSDT |
Input |
Start date/time of the date range in FileMan internal
format. (Required)
|
GMRVFDT |
Input |
End date/time of the date range in FileMan internal
format. (Required)
|
|