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 |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: MPIFUTL

Package: Master Patient Index VistA

Routine: MPIFUTL


Information

MPIFUTL ;BHM/RGY-CMOR Utilities ;FEB 26, 1998

Source Information

Source file <MPIFUTL.m>

Entry Points

Name Comments DBIA/ICR reference
TYPE ;Set type of CMOR request change
MAIL() ;Get mailgroup for new requests
CHK1(D0) ;Check out a new request for patient data
CHK2(D0) ;Check out a new requeste for site
CCRDAT(PAT,ARR) ; API to return all known CMOR Change Request Information
; PAT - DFN of patient in Patient file (#2)
; ARR - Array to return information. First subscript will be request number, next will be the field number. field 9999 will be the display text
; ARR(0) will equal -1 eror message if there was a problem or no data found. If data is found, ARR(0) will equal the number of requests found.

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"*** Patient not defined for this request ***"
  • Line Location: CHK1+4
Function Call: WRITE
  • Prompt: !!,"*** Patient has not been assigned a CMOR Site ***",!
  • Line Location: CHK1+5
Function Call: WRITE
  • Prompt: !,"*** Patient already has an open request (",$P(^MPIF(984.9,OPEN,0),"^"),") ***"
  • Line Location: CHK1+8
Function Call: WRITE
  • Prompt: !!,"*** You must enter a site to send this request to ***"
  • Line Location: CHK2+1
Function Call: WRITE
  • Prompt: !!,"*** You cannot send a request to your own site ***"
  • Line Location: CHK2+2
Function Call: WRITE
  • Prompt: !!,"*** You cannot send a request to a site that isn't a treating facility for this patient ***"
  • Line Location: CHK2+5

FileMan Files Accessed Via FileMan Db Call

FileNo Call Tags
^MPIF(984.9 - [#984.9] GETS^DIQ
^RGSITE(991.8 - [#991.8] Classic Fileman Calls,  EXTERNAL^DILFD
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call