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: VAQREQ10

Package: Patient Data Exchange

Routine: VAQREQ10


Information

VAQREQ10 ;ALB/JFP - REQUEST PDX RECORD, PROMPT PATIENT;01MAR93

Source Information

Source file <VAQREQ10.m>

Entry Points

Name Comments DBIA/ICR reference
REQ
UNS
INIT ; -- Intialization
MAIN ; -- Main entry point
MLOOP
EXIT ; -- Cleanup and exit routine
MANUAL ; -- Gets Patient name SSN AND DOB if patient not found local PT file
; -- Don't allow manual entry of unsolicited request
VADPT ; -- Pulls off patient demographics, for DFN
; -- Gets name,ssn,dob
END ; -- End of code

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!
  • Line Location: MAIN+10
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: MANUAL+2
Function Call: WRITE
  • Prompt: !!,"An unsolicited PDX request requires an entry from the patient file...",!,"Press any key to continue: "
  • Line Location: MANUAL+2
Function Call: WRITE
  • Prompt: !,$C(7)
  • Line Location: MANUAL+6
Function Call: READ
  • Variable: X
  • Timeout: DTIME
  • Line Location: MANUAL+31
Function Call: WRITE
  • Prompt: !!,"Patient name or SSN is required...Press any key to continue: "
  • Line Location: MANUAL+31
Info |  Source |  Entry Points |  Interaction Calls