GMTS ; SLC/KER - Health Summary Main Routine ; 02/27/2002
Source file <GMTS.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
MAIN | ; Controls branching
; ; GMTSPXGO & GMRANGE are set in 2 calling ; options, They aren't meant to be used together. ; |
|
SELTYP | ; Select a Health Summary Type for printing
|
|
SELTYP1 | ; Get each component record
|
|
LOADSEG | ; Load enabled components into GMTSEG array
|
|
SELPT | ; Select a patient
|
|
SELFILE | ; Load Selection Items in GMTSEG( array
|
|
PQ | ; Queued subroutine for HS by patient
|
|
HSOUT | ; Output Summary, with DEVICE handling
|
|
NOQUE | ; Print non-queued output to selected device
|
|
QUE | ; Call TaskMan to Queue output
|
|
END | ; Clean up environmental variables and EXIT Health Summary
|
|
ENCWA | ; Entry point printing components
; ; GMTSPRM can be set to any component abbreviations ; except ones that require selection items. Needs ; to be valid component abbreviation from the "C" ; x-ref of File 142.1. ; ; Call with DFN, GMTSPRM="CD,CN,CW,ADR", GMTSTITL="TITLE" ; ; GMTSPX1=Optional FM date for ending date ; GMTSPX2=Optional FM date for beginning date ; ; NOTE: Optional date range variables are both ; required if a date range is desired. ; |
|
LOAD | ; Load GMTSEG() using GMTSPRM abbreviations
|
Name | Line Occurrences |
---|---|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|