VAQREQ01 ;ALB/JFP - PDX, REQUEST PATIENT DATA, STATUS SCREEN;01MAR93
Source file <VAQREQ01.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
EP | ; -- Main entry point for the list processor
|
|
INIT | ; -- Builds array of PDX transactions for the patient entered (SSN) or name
|
|
SETD | ; -- Set data for display in list processor
|
|
TMP | ; -- Set the array used by list processor
|
|
HD | ; -- Make header line for list processor
|
|
DIS | ; -- Display PDX data
|
|
EXIT | ; -- Note: The list processor cleans up its own variables.
; All other variables cleaned up here. |
|
END | ; -- End of code
|