GMRAPL ;HIRMFO/WAA- PRINT ALLERGY LIST BY LOCATION ;5/2/97 14:13
Source file <GMRAPL.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
EN1 | ; This routine will loop through the GMRA patient allergy file
; to find all patient within the date range that meet the criteria ; and then display all the data for those patients first by location ; then by date/time range of the reaction. ; First select a starting date. ; then select an end date. ; then select a print device. ; GMAST = START DATE ; GMAEN = END DATE |
|
GET | ; This sub routine is to find all the reaction with in this observed
; date range. |
|
; Print data in the reaction global
|
||
HEAD | ; Header
|
|
DEVICE | ; Select a device to print on
|
|
DT | ; Get dates
|
|
DATE(PROMPT,GMADATE) | ; Date sub routine
|
|
EXIT | ;EXIT ROUTINE DATA
|
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 |
|
Function Call: WRITE |
|
Function Call: WRITE |
|