ENX |
This entry point allows for direct printing of a
Health Summary for a programmer-specified patient and device, without
prompting for additional information. This entry point uses parameter passing.
The format is ENX^GMTSDVR(DFN,GMTSTYP,GMTSPX2,GMTSPX1). GMTSPX2 and GMTSPX1
are optional date range variables. They allow the time limits to be overridden
for components that use time limits. Thus, beginning and ending dates can be
specified in order to get only data within that time range.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
Passes patient id.
|
GMTSTYP |
Input |
Defines the Health Summary report to be printed.
|
GMTSPX2 |
Input |
Optional internal FileMan date for beginning date
range.
|
GMTSPX1 |
Input |
Optional internal FileMan date for ending date range.
|
|
ENXQ |
This call is for Queueing the Health Summary. GMTSPX1
and GMTSPX2 are optional date range variables. Both are required if a date
range is desired.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
Patient ID.
|
GMTSTYP |
Input |
Defines Health Summary to print.
|
GMTSPX1 |
Input |
Optional internal FileMan date for ending date range.
|
GMTSPX2 |
Input |
Optional internal FileMan date for begining date
range.
|
|
SELTYP |
This entry point allows for a Health Summary type to
be selected from file 142.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
GMTYP(0) |
Output |
Will be set to 1 if a type is selected and it
contains components.
|
GMTYP(1) |
Output |
The 1st piece will be set to the internal value of
the health summary type. The 2nd piece will be set to the name of the health
summary type.
|
|
MAIN |
This entry may be called from an Option with only the
usual system variables.
|
|