IBDFREG ;ALB/CJM - ENCOUNTER FORM (prints for a single patient);NOV 16,1992
Source file <IBDFREG.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
MAIN(WITHDATA) | ;
; -- prints encounter forms, either with patient data for a patient ; with no appointment (in which case it uses time of printing as ; the appointment time) or without patient data (only if a form ; is defined for the clinic for such use) ; $G(WITDATA) if the form should be printed with data ; 0 if a blank form for use without patient data should be printed |
|
QUEUED | ;
|
|
EXIT | ;
|
|
FORM | ;gets the type of form to print from the clinic setup - sets FORMS
|
|
ERROR | ;prints a message
|
|
ERROR2 | ;prints a message
|
|
DEVICE | ;
; -- always ask with param as default |
|
CLINIC | ;asks the user for the clinic
|
|
NOW | ;sets IBAPPT to NOW
|
|
WHCHFORM | ;
|
|
WI(DFN,IBCLINIC,IBAPPT) | ; -- procedure
; -- print encounter form for walk-ins (not tested) |
|
WIQ |
Name | Line Occurrences |
---|---|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|
Function Call: WRITE |
|