Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: RAHLEXF

RAHLEXF.m

Go to the documentation of this file.
  1. RAHLEXF ;HIRMFO/BNT - RAD/NUC MED HL7 Exceptions filer;01/06/99
  1. ;;5.0;Radiology/Nuclear Medicine;**12,25,47**;Mar 16, 1998;Build 21
  1. ;
  1. ;
  1. ; This routine is called from the bridge routine (^RAHLTCPB or TCPX)
  1. ; when an error occurs while processing an HL7 Message.
  1. ; The error is stored in the HL7 Message Exceptions File (#79.3)
  1. ; And, if requested, sent to the HL7 MAIL GROUP for this application
  1. ;
  1. Q
  1. ENX(HLRADT,RAMSG) ; Entry point called from Bridge routine.
  1. N RAEXFIL,RADT,RAPT,RAEX,RAERRX,SFAC,X,Y,RALNGCS,RAUSR
  1. ;
  1. ; File number of Exceptions File
  1. S RAEXFIL=79.3
  1. ;
  1. ; Date and Time of HL7 Transaction
  1. S HLRADT=$E(HLRADT,1,14)
  1. S X=HLRADT,RADT=$$FMDATE^HLFNC(X)
  1. ;
  1. ; Radiology Patient Number
  1. S RAPT=$G(^TMP("RARPT-REC",$J,RASUB,"RADFN"))
  1. S RAPT="`"_RAPT
  1. ;
  1. ; Radiology Case Number
  1. S RALNGCS=$G(^TMP("RARPT-REC",$J,RASUB,"RALONGCN"))
  1. S RALNGCS=$P(RALNGCS,"-",$L(RALNGCS,"-"))
  1. ;
  1. ; Error (Exception) Text
  1. S RAERRX=RAERR
  1. ;
  1. ; Sending Application Name
  1. S SFAC=$G(HL("SAN"))
  1. ;
  1. ; Name of Verifying Physician or Interpreting staff (COTS unit user)
  1. S RAUSR=$G(^TMP("RARPT-REC",$J,RASUB,"RAVERF"))
  1. I RAUSR]"" D
  1. . D FIND^DIC(200,"",".01","AX",RAUSR,"","","","","RAOUT")
  1. . Q:'$D(RAOUT("DILIST","ID",1,.01))
  1. . S RAUSR=RAOUT("DILIST","ID",1,.01)
  1. ;
  1. ; RAMSG = IEN of entry in file 773 - Message Administration file.
  1. ;
  1. ;
  1. ; Go File the exception
  1. D RAERR
  1. ;
  1. ; Send mail message
  1. D MAIL(SFAC,$G(HL("SAF")),RAERR,RALNGCS,$P(RAPT,"`",2),RADT,RAUSR)
  1. ;
  1. D EXIT
  1. ;
  1. Q
  1. EN1 ; Entry point called from Bridge routine.
  1. N RAEXFIL,RADT,RAPT,RAEX,RAERRX,SFAC,X,Y,RALNGCS,RAUSR,HLRADT,RAMSG
  1. ;
  1. ; File number of Exceptions File
  1. S RAEXFIL=79.3
  1. ;
  1. ; Date and Time of HL7 Transaction
  1. S HLRADT=$E($P($G(^TMP("RARPT-HL7",$J,1)),"|",7),1,14)
  1. S X=HLRADT,RADT=$$FMDATE^HLFNC(X)
  1. ;
  1. ; Radiology Patient Number
  1. S RAPT=$G(^TMP("RARPT-REC",$J,RASUB,"RADFN"))
  1. S RAPT="`"_RAPT
  1. ;
  1. ; Radiology Case Number
  1. S RALNGCS=$G(^TMP("RARPT-REC",$J,RASUB,"RALONGCN"))
  1. S RALNGCS=$P(RALNGCS,"-",$L(RALNGCS,"-"))
  1. ;
  1. ; Error (Exception) Text
  1. S RAERRX=RAERR
  1. ;
  1. ; Sending Application Name
  1. S SFAC=$G(HL("SAN"))
  1. ;
  1. ; Name of Verifying Physician or Interpreting staff (COTS unit user)
  1. S RAUSR=$G(^TMP("RARPT-REC",$J,RASUB,"RAVERF"))
  1. I RAUSR]"" D
  1. . D FIND^DIC(200,"",".01","AX",RAUSR,"","","","","RAOUT")
  1. . Q:'$D(RAOUT("DILIST","ID",1,.01))
  1. . S RAUSR=RAOUT("DILIST","ID",1,.01)
  1. ;
  1. ; IEN of entry in file 773 - Message Administration file.
  1. S RAMSG=$P(^TMP("RARPT-HL7",$J,1),"|",10)
  1. ;
  1. ; Go File the exception
  1. D RAERR
  1. ;
  1. ; Send mail message
  1. D MAIL(SFAC,$G(HL("SAF")),RAERR,RALNGCS,$P(RAPT,"`",2),RADT,RAUSR)
  1. ;
  1. D EXIT
  1. ;
  1. Q
  1. RAERR ; Build array and update Exceptions File.
  1. S RAEX(0,RAEXFIL,"+1,",.01)=RADT
  1. S RAEX(0,RAEXFIL,"+1,",.02)=SFAC
  1. S RAEX(0,RAEXFIL,"+1,",1)=RAERRX
  1. S:$G(RAPT)]"" RAEX(0,RAEXFIL,"+1,",.03)=RAPT
  1. S:$G(RALNGCS)]"" RAEX(0,RAEXFIL,"+1,",.04)=RALNGCS
  1. S:$G(RAUSR)]"" RAEX(0,RAEXFIL,"+1,",.06)=RAUSR
  1. S:$G(RAMSG)]"" RAEX(0,RAEXFIL,"+1,",.05)=RAMSG
  1. D UPDATE^DIE("E","RAEX(0)","")
  1. Q
  1. ;
  1. MAIL(SAN,SAF,RAERR,RACN,RADFN,RADT,RAUSR) ; Send mail message with error text.
  1. ;
  1. ; INPUT PARAMETERS:
  1. ; SAN = HL7 Sending Application (Required)
  1. ; SAF = Sending Facility Name
  1. ; RAERR = Error Message to display (Required)
  1. ; RACN = Radiology Case Number
  1. ; RADFN = Rad Patient File (#70) IEN
  1. ; RADT = Date & Time of HL7 message (FileMan format)
  1. ; RAUSR = Name of Verifying Physician
  1. ;
  1. N RAERTXT,RAMGP,XMY,XMDUZ,XMSUB,Y
  1. ;
  1. S RAMGP=$P($$GETAPP^HLCS2(SAN),"^",1) ; Get mail group
  1. Q:RAMGP=""
  1. ;
  1. S RAPT=$P($G(^DPT(+RADFN,0)),"^")
  1. S:RAPT="" RAPT="UNKNOWN"
  1. ;
  1. S RACN=$S($G(RACN)]"":$G(RACN),1:"???")
  1. S RAUSR=$S($G(RAUSR)]"":$G(RAUSR),1:"UNKNOWN")
  1. S Y=RADT D DD^%DT S RADT=$S(Y]"":Y,1:"UNKNOWN DATE/TIME")
  1. S SAF=$S($G(SAF)]"":$G(SAF),1:SAN)
  1. ;
  1. S XMDUZ="Rad HL7 Interface Processor"
  1. ;
  1. S XMSUB="HL7 message from "_SAF_" application rejected."
  1. ;
  1. S RAERTXT(1)="There was a problem processing an HL7 message sent by "
  1. S RAERTXT(2)=SAF_" on "_RADT_"."
  1. I $G(HLMTIENS)'="" S RAERTXT(2)=RAERTXT(2)_" Message ien = "_HLMTIENS
  1. S RAERTXT(3)=""
  1. S RAERTXT(4)="The report entered on Case #"_RACN_" for "_RAPT
  1. S RAERTXT(5)="was rejected by Radiology/Nuclear Medicine."
  1. S RAERTXT(6)=""
  1. S RAERTXT(7)="The reason given was:"
  1. S RAERTXT(8)=RAERR
  1. S RAERTXT(9)=""
  1. S RAERTXT(10)="( This message has been sent to G."_RAMGP
  1. S RAERTXT(11)=" and to the verifying physician, "_RAUSR_" )"
  1. S XMTEXT="RAERTXT("
  1. ;
  1. S:$O(^XMB(3.8,"B",RAMGP,0)) XMY("G."_RAMGP)="" ; send to group
  1. S:$G(RAUSR)]"" XMY(RAUSR)="" ; send to dictating doctor
  1. ;
  1. D ^XMD
  1. ;
  1. Q
  1. EXIT ; Kill variables and return to bridge routine..
  1. K RAEX,RADT,RAERRX,RAPT,SFAC,RAEXFIL,RALNGCS,RAUSR,RAMSG,X,Y
  1. Q