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

Package: Clinical Information Resource Network

Routine: RGPVREJ


Information

RGPVREJ ;BIR/PTD-REMOTE PRIMARY VIEW REJECT (PATIENT) ;10/8/06

Source Information

Source file <RGPVREJ.m>

Entry Points

Name Comments DBIA/ICR reference
REJ ;Option only available for Primary View Reject exceptions
SEND ;Send a remote query to the MPI for Primary View Reject report
NOQ ;No previous query exists for this ICN/exception date
OLDQ ;Query already sent for this ICN/ exception date
DISP ;Display Primary View Reject Data
EXIT ;Kill variables and quit
RPC ;Send the Remote Query
FAIL ;Status of RPC call - unsuccessful after 30 seconds ;**53

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,"No Exception Data available."
  • Line Location: REJ+3
Function Call: WRITE
  • Prompt: !,"No Site Data defined."
  • Line Location: REJ+8
Function Call: WRITE
  • Prompt: !,"No ICN defined."
  • Line Location: REJ+9
Function Call: WRITE
  • Prompt: !,"No Exception Date defined."
  • Line Location: REJ+10
Function Call: WRITE
  • Prompt: !?3,"Sending a Remote Query to the Master Patient Index."
  • Line Location: RPC+1
Function Call: WRITE
  • Prompt: !?3,"This will take some time; please be patient."
  • Line Location: RPC+2
Function Call: WRITE
  • Prompt: !?3,"Query data has returned from the MPI and is available for review."
  • Line Location: RPC+8
Function Call: WRITE
  • Prompt: !!?3,"Problem with Query: ",RETURN(0)_"^"_$G(RETURN(1))
  • Line Location: RPC+10
Function Call: WRITE
  • Prompt: !?3,"Your query request has NOT returned data from the MPI after trying for"
  • Line Location: FAIL+1
Function Call: WRITE
  • Prompt: !?3,"30 seconds. This could be due to network issues. Please try again later."
  • Line Location: FAIL+2
Info |  Source |  Entry Points |  Interaction Calls