| EN(GMVST,GMVEND) |
This API returns a XTMP global containing FILE 120.5
records data for the date range provided.
NOTE: Entered-in-Error records are not returned. An Entered-in-Error
record is one that has the ENTERED IN ERROR (#2) field set to "YES".
Input: GMVST - Date to start search (FM internal format) (Required)
GMVEND - Date to end search (FM internal format) (Optional)
If not defined, the current date/time is used.
Output: ^XTMP("GMV VISN"_$J,0)=purge date^create date^description
^XTMP("GMV VISN"_$J,n)=
piece 1 = (#.001) FILE 120.5 Internal Entry Number (IEN)
piece 2 = (#.01) DATE/TIME VITALS TAKEN (internal)
piece 3 = (#.02) PATIENT (internal)
piece 4 = (#.03) VITAL TYPE (external)
piece 5 = (#.05) HOSPITAL LOCATION (internal)
piece 6 = (#1.2) RATE (external)
piece 7 = UNITS (value is computed by this routine)
piece 8 = (#.06) ENTERED BY (internal)
n is a sequential number starting with 1.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
GMVST |
Input |
A FileMan date in internal format. (Required)
This date is the start date of the record search.
|
GMVEND |
Input |
A FileMan date in internal format. (Optional)
This is the end date of the search. If the DATE/TIME VITALS TAKEN (#.01) field
is after this date, the record will be ignored. If the end date parameter is
not defined, then today's date is used.
|
|