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

Package: Clinical Information Resource Network

Routine: RGEVPM


Information

RGEVPM ;BIR/CML-VIEW POTENTIAL MATCH PATIENT LIST ;07/20/99

Source Information

Source file <RGEVPM.m>

Entry Points

Name Comments DBIA/ICR reference
BEGIN ;
DEV ;
START ;
LOOP ;Search ^RGHL7(991.1,"ADFN" to see how many patients need to be resolved to MPI
PRT ;Print report
QUIT ;
HDR ;HEADER
EXCTMP ;Count number of POTENTIAL MATCH type entries (IEN=218) in CIRN HL7 EXCEPTION LOG
SETTMP ;set TMP global for patient check
DELDUP ;delete patient dups from file
CURPM() ;Call to check if there are any patients in the CIRN HL7 EXCEPTION LOG

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"This report prints a list of patients who have been identified as having"
  • Line Location: BEGIN+1
Function Call: WRITE
  • Prompt: !,"multiple Potential Matches on the Master Patient Index (MPI) and who haven't"
  • Line Location: BEGIN+2
Function Call: WRITE
  • Prompt: !,"yet been resolved using the option ""Single Patient Initialization to MPI""."
  • Line Location: BEGIN+3
Function Call: WRITE
  • Prompt: !,"Status is current as of the date/time the report is generated."
  • Line Location: BEGIN+4
Function Call: WRITE
  • Prompt: !!,"This data is pulled from the CIRN HL7 EXCEPTION LOG file (#991.1)."
  • Line Location: BEGIN+5
Function Call: WRITE
  • Prompt: !,"Prior to producing the report, duplicate POTENTIAL MATCH patients will be"
  • Line Location: BEGIN+6
Function Call: WRITE
  • Prompt: !,"purged from the file."
  • Line Location: BEGIN+7
Function Call: WRITE
  • Prompt: !!,"There are no patients identified as Potential Matches."
  • Line Location: BEGIN+10
Function Call: WRITE
  • Prompt: !!,"The right margin for this report is 80.",!!
  • Line Location: DEV+1
Function Call: WRITE
  • Prompt: !,"NO DEVICE SELECTED OR REPORT PRINTED!!"
  • Line Location: DEV+3
Function Call: WRITE
  • Prompt: !!,"No patients found who need to be resolved to the MPI."
  • Line Location: PRT+4
Function Call: WRITE
  • Prompt: !,PTNM,?36,SSN,?50,DOB,?68,$J(RGDFN,9)
  • Line Location: PRT+18
Function Call: WRITE
  • Prompt: !!,"TOTAL: ",CNT
  • Line Location: PRT+19
Function Call: WRITE
  • Prompt: !
  • Line Location: QUIT+2
Function Call: WRITE
  • Prompt: !
  • Line Location: HDR+1
Function Call: WRITE
  • Prompt: !,"PATIENT LIST of Potential Matches to be Resolved",?72,"Page: ",PG
  • Line Location: HDR+4
Function Call: WRITE
  • Prompt: !,"Printed at ",LOCSITE," on ",HDT
  • Line Location: HDR+5
Function Call: WRITE
  • Prompt: !!,"Patient Name",?39,"SSN",?52,"DOB",?70,"DFN",!,LN
  • Line Location: HDR+6
Function Call: WRITE
  • Prompt: !!,"...one moment please..",!
  • Line Location: EXCTMP+2
Function Call: WRITE
  • Prompt: !,DUPCNT," duplicate patient entries for POTENTIAL MATCH exceptions were identified"
  • Line Location: EXCTMP+25
Function Call: WRITE
  • Prompt: !,"and deleted from the CIRN HL7 EXCEPTION LOG file (#991.1)."
  • Line Location: EXCTMP+26
Info |  Source |  Entry Points |  Interaction Calls