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

LA88.m

Go to the documentation of this file.
  1. LA88 ;DALOI/JMC - LA*5.2*88 KIDS ROUTINE ;3/4/16 17:15
  1. ;;5.2;AUTOMATED LAB INSTRUMENTS;**88**;Sep 27, 1994;Build 10
  1. ; Reference to file #771.5 supported by ICR DBIA1169-A
  1. ;
  1. PRE ;
  1. Q ;moved pre-install questions from build to environment check (en^la88a)
  1. ;
  1. ; KIDS Pre install for LA*5.2*88
  1. ;
  1. ;ZEXCEPT: XPDABORT,XPDQUES
  1. ;
  1. D BMES("*** Pre install started ***")
  1. ;
  1. ; If not using Lab UI v1.6 then continue with install to upgrade interface to use HL7 2.5.1
  1. ; If using Lab UI v1.6 and site indicates they have upgraded their COTS to use HL v2.5.1 in HL7 messaging the continue with install.
  1. ; Abort install if site using Lab UI COTS and have not upgraded COTS system to send HL7 v2.5.1 in MSH segment.
  1. I $G(XPDQUES("PRE1 LAB UI V1.6"))=1 D
  1. . I $G(XPDQUES("PRE2 UPGRADED DRIVER"))=1 Q
  1. . D BMES(" ")
  1. . D BMES("Install aborted -- System not ready.")
  1. . D BMES("Installer indicated that site using Lab UI v1.6")
  1. . D MES(" and have not upgraded the LAB UI COTS to send HL7 v2.5.1 messages.")
  1. . D MES("Refer to the Install Guide for more information.")
  1. . D BMES(" ")
  1. . S XPDABORT=1
  1. ;
  1. D BMES("*** Pre install completed ***")
  1. ;
  1. Q
  1. ;
  1. ;
  1. POST ;
  1. ; KIDS Post install for LA*5.2*88
  1. ;
  1. ;ZEXCEPT: XPDNM
  1. ;
  1. N STR,LAACTN,LAX,LAMSG,X,I,Y,LAUSR,LARECS,LACNT
  1. N LAFDA,LAIEN,DIERR
  1. D BMES("*** Post install started ***")
  1. ;
  1. ; Add Lab application proxy users to File #200
  1. ; CREATE^XUSAP/4677 (pending)
  1. D BMES("Validating Lab application proxy users:")
  1. F LAUSR="LRLAB,AUTO RELEASE","LRLAB,AUTO VERIFY" D
  1. . S X=$$CREATE^XUSAP(LAUSR,"@",)
  1. . D BMES("Lab application proxy user "_LAUSR_$S('X:" previously added.",X=-1:" **FAILED**",1:" added."))
  1. ;
  1. ; Update Lab UI related protocols in file #101
  1. D FILE101(1)
  1. ;
  1. D BMES("*** Post install completed ***")
  1. D BMES("Sending install completion alert to mail group G.LMI")
  1. S STR="Installation of patch "_$G(XPDNM,"Unknown patch")_" completed on "_$$HTE^XLFDT($H)
  1. D ALERT(STR)
  1. ;
  1. Q
  1. ;
  1. ;
  1. ALERT(MSG,RECIPS) ;
  1. N DA,DIK,XQA,XQAMSG
  1. S XQAMSG=$G(MSG)
  1. I '$$GOTLOCAL^XMXAPIG("LMI") S XQA("G.LMI")=""
  1. E S XQA(DUZ)=""
  1. I $D(RECIPS) M XQA=RECIPS
  1. D SETUP^XQALERT
  1. Q
  1. ;
  1. ;
  1. BMES(STR) ;
  1. ; Write string
  1. D BMES^XPDUTL($$TRIM^XLFSTR($$CJ^XLFSTR(STR,$G(IOM,80)),"R"," "))
  1. Q
  1. ;
  1. ;
  1. PROGRESS(LAST) ;
  1. ; Prints a "." when NOW > LAST + INT
  1. ; Input
  1. ; LAST : <byref> The last $H when "." was shown
  1. N INT
  1. S INT=1 ;interval in seconds
  1. I $P($H,",",2)>(+$P(LAST,",",2)+INT) S LAST=$H W "."
  1. Q
  1. ;
  1. ;
  1. PTG ;
  1. ; Pre-Transport Global routine
  1. Q
  1. ;
  1. ;
  1. MES(STR,CJ,LM) ;
  1. ; Display a string using MES^XPDUTL
  1. ; Inputs
  1. ; STR: String to display
  1. ; CJ: Center text? 1=yes 0=1 <dflt=1>
  1. ; LM: Left Margin (padding)
  1. N X
  1. S STR=$G(STR)
  1. S CJ=$G(CJ,1)
  1. S LM=$G(LM)
  1. I CJ S STR=$$TRIM^XLFSTR($$CJ^XLFSTR(STR,$G(IOM,80)),"R"," ")
  1. I 'CJ I LM S X="" S $P(X," ",LM)=" " S STR=X_STR
  1. D MES^XPDUTL(STR)
  1. Q
  1. ;
  1. ;
  1. FILE101(LA7UPDATE) ; Update Lab UI protocols to HL7 v2.5.1
  1. ;
  1. ; Call with LA7UPDATE = 1 (update HL7 version on protocols)
  1. ; 2 (update HL7 version and ACK codes to use enhance mode)
  1. ;
  1. N DIERR,I,LA101,LAFDA,LAHLACKCODE,LAHLVERSION,LAIEN,LAMSG,LANODE,LATXT,LAX
  1. ;
  1. ; Reference to file #771.5 supported by ICR DBIA1169-A
  1. ; Check LA7UI protocols and set to HL v2.5.1
  1. ;
  1. D BMES("Starting checking and updating related Lab UI protocols in file #101")
  1. ;
  1. S LAHLVERSION=$$FIND1^DIC(771.5,"","OX","2.5.1")
  1. I LAHLVERSION<1 D Q
  1. . D BMES("Unable to check/update Lab UI protocols")
  1. . D BMES(" - could not identify HL7 v2.5.1 version entry in file #771.5")
  1. . D BMES("Aborted checking and updating related Lab UI protocols in file #101")
  1. ;
  1. I LA7UPDATE=2 D Q:LAHLACKCODE<1
  1. . S LAHLACKCODE=$$FIND1^DIC(779.003,"","OX","AL")
  1. . I LAHLACKCODE<1 D Q
  1. . . D BMES("Unable to check/update Lab UI protocols")
  1. . . D BMES(" - could not identify HL7 'AL' ACK condition in file #779.003")
  1. . . D BMES("Aborted checking and updating related Lab UI protocols in file #101")
  1. ;
  1. S LANODE="^ORD(101,""B"",""LA7UI"")"
  1. F S LANODE=$Q(@LANODE) Q:LANODE="" Q:$QS(LANODE,2)'="B" Q:$QS(LANODE,3)'?1"LA7UI"1.E D
  1. . S LAX=$QS(LANODE,3),LA101=$QS(LANODE,4)
  1. . I LAX'["2.2" D BMES("Protocol "_LAX_" already updated to HL7 version 2.5.1")
  1. . I 'LA101 Q
  1. . K LAFDA,LAIEN,DIERR,LAMSG,LATXT
  1. . S LAIEN=LA101_","
  1. . I LAX["2.2" S LAFDA(1,101,LAIEN,.01)=$P(LAX," 2.2")
  1. . I $$GET1^DIQ(101,LAIEN,770.95)="2.2" S LAFDA(1,101,LAIEN,770.95)=LAHLVERSION
  1. . I LA7UPDATE=2,$$GET1^DIQ(101,LAIEN,4,"I")="E" D
  1. . . S LAFDA(1,101,LAIEN,770.8)=LAHLACKCODE
  1. . . S LAFDA(1,101,LAIEN,770.9)=LAHLACKCODE
  1. . I '$D(LAFDA) Q
  1. . D FILE^DIE("S","LAFDA(1)","LAMSG")
  1. . I $G(LAMSG("DIERR")) D Q
  1. . . D BMES("Protocol "_LAX_"could not be updated.")
  1. . . D MSG^DIALOG("AEST",.LATXT,80,0,"LAMSG")
  1. . . F I=1:1:LATXT D BMES("FileMan error: "_LATXT(I))
  1. . I $D(LAFDA(1,101,LAIEN,.01)) D BMES("Protocol "_LAX_" name changed to "_$$GET1^DIQ(101,LAIEN,.01)_".")
  1. . I $D(LAFDA(1,101,LAIEN,770.95)) D BMES("Protocol "_LAX_" updated to HL7 version 2.5.1.")
  1. . I $D(LAFDA(1,101,LAIEN,770.8)) D BMES("Protocol "_LAX_" updated to HL7 Enhanced Mode Acknowledgments.")
  1. . D CHECKWP(LAIEN)
  1. ;
  1. D BMES("Finished checking and updating related Lab UI protocols in file #101")
  1. Q
  1. ;
  1. ;
  1. CHECKWP(LAIEN) ; Check description (WP) field on protocol and update text.
  1. ; Change reference to v2.2 to v2.5.1 in description.
  1. ; Call with LAIEN = IENS of entry in file #101
  1. ;
  1. N FR,I,LAMSG,LATXT,LAX,WP,X
  1. ;
  1. S LAX=$$GET1^DIQ(101,LAIEN,.01)
  1. S X=$$GET1^DIQ(101,LAIEN,3.5,"","WP")
  1. ;
  1. S I=0,FR("v2.2")="v2.5.1"
  1. F S I=$O(WP(I)) Q:'I S WP(I)=$$REPLACE^XLFSTR(WP(I),.FR)
  1. ;
  1. D WP^DIE(101,LAIEN,3.5,"","WP","LAMSG")
  1. I $G(LAMSG("DIERR")) D
  1. . D BMES("Protocol "_LAX_" description field (#3.5) could not be updated.")
  1. . D MSG^DIALOG("AEST",.LATXT,80,0,"LAMSG")
  1. . F I=1:1:LATXT D BMES("FileMan error: "_LATXT(I))
  1. ;
  1. Q