Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: VAQLED05

Package: Patient Data Exchange

Routine: VAQLED05


Information

VAQLED05 ;ALB/JFP,JRP - PDX, LOAD/EDIT DIFFERENCES,SCREEN;01MAR93

Source Information

Source file <VAQLED05.m>

Entry Points

Name Comments DBIA/ICR reference
EP ; -- Main entry point
EP1
MAIN ; -- Loops thru patient file looking for differences by field
MULT ; -- Loop thru multiple associated with patient file
M1
MLOAD ; -- Loads .01 field of multiple into an array for compare (patient)
MULTDIF ; -- Displays entries which do not match .01
DISP1 ; -- Display line 1
DISP2 ; -- Display line 2
DISP3 ; -- Display line 3
DISP4 ; -- Displays all fields associated with multiple from transaction file
D41
KILL ; -- Kills entries which are not different for work arrays
KILL1
KILL2
KF ; -- kills fields in subfile
TMP ; -- Set the array used by list processor
MSG ; -- Displays entries not passing the input transform
TMP2 ; -- Sets array for list processor for message
EXIT ; -- Note: The list processor cleans up its own variables.
; All other variables cleaned up here.
END ; -- End of code

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"Please wait while differences are found..."
  • Line Location: EP+1
Info |  Source |  Entry Points |  Interaction Calls