LR248 ;DALOI/WTY - LR*5.2*248 PATCH ENVIRONMENT CHECK ROUTINE ;12/15/00
 ;;5.2;LAB SERVICE;**248**;Sep 27, 1994
EN ; Does not prevent loading of the transport global.
 ; Environment check is done only during the install.
 ;
 I '$G(XPDENV) D  Q
 .N XQA,XQAMSG
 .S XQAMSG="Transport global for patch "_$G(XPDNM,"Unknown patch")
 .S XQAMSG=XQAMSG_" loaded on "_$$HTE^XLFDT($H)
 .S XQA("G.LMI")=""
 .D SETUP^XQALERT
 .S MSG="Sending transport global loaded alert to mail group G.LMI"
 .D BMES^XPDUTL($$CJ^XLFSTR(MSG,80)) K MSG
 ;
 D CHECK
 D EXIT
 Q
 ;
CHECK ; Perform environment check
 ;
 I $S('$G(IOM):1,'$G(IOSL):1,$G(U)'="^":1,1:0) D  Q
 .D BMES^XPDUTL($$CJ^XLFSTR("Terminal Device is not defined",80))
 .S XPDQUIT=2
 ;
 I $S('$G(DUZ):1,$D(DUZ)[0:1,$D(DUZ(0))[0:1,1:0) D  Q
 .S MSG="Please log in to set local DUZ... variables"
 .D BMES^XPDUTL($$CJ^XLFSTR(MSG,80)) K MSG
 .S XPDQUIT=2
 ;
 I '$D(^VA(200,$G(DUZ),0))#2 D  Q
 .S MSG="You are not a valid user on this system"
 .D BMES^XPDUTL($$CJ^XLFSTR(MSG,80)) K MSG
 .S XPDQUIT=2
 ;
 S XPDDIQ("XPZ1")=0
 ;
 Q
 ;
EXIT ;
 I $G(XPDQUIT) D
 .S MSG="--- Install Environment Check FAILED ---"
 .D BMES^XPDUTL($$CJ^XLFSTR(MSG,80)) K MSG
 I '$G(XPDQUIT) D
 .D BMES^XPDUTL($$CJ^XLFSTR("--- Environment Check is Ok ---",80))
 Q
 ;
PRE ; KIDS Pre install for LR*5.2*248
 ;
 N XQA,XQAMSG
 S XQAMSG="Installation of patch "_$G(XPDNM,"Unknown patch")
 S XQAMSG=XQAMSG_" started on "_$$HTE^XLFDT($H)
 S XQA("G.LMI")=""
 D SETUP^XQALERT
 ;
 S MSG="Sending install started alert to mail group G.LMI"
 D BMES^XPDUTL($$CJ^XLFSTR(MSG,80)) K MSG
 ;
 D BMES^XPDUTL($$CJ^XLFSTR("*** Pre install started ***",80))
 ;
 S Y=$$OPTDE^XPDUTL("LRAP",2)
 S MSG="Disabling Anatomic Pathology [LRAP] option"
 D BMES^XPDUTL($$CJ^XLFSTR(MSG,80)) K MSG
 ;
 D BMES^XPDUTL($$CJ^XLFSTR("*** Pre install completed ***",80))
 ;
 Q
 ;
POST ; KIDS Post install for LR*5.2*248
 ;
 N XQA,XQAMSG
 D BMES^XPDUTL($$CJ^XLFSTR("*** Post install started ***",80))
 ;
 S Y=$$OPTDE^XPDUTL("LRAP",1)
 S MSG="Enabling Anatomic Pathology [LRAP] option"
 D BMES^XPDUTL($$CJ^XLFSTR(MSG,80)) K MSG
 ;
 D BMES^XPDUTL($$CJ^XLFSTR("*** Post install completed ***",80))
 ;
 S XQAMSG="Installation of patch "_$G(XPDNM,"Unknown patch")
 S XQAMSG=XQAMSG_" completed on "_$$HTE^XLFDT($H)
 S XQA("G.LMI")=""
 D SETUP^XQALERT
 ;
 S MSG="Sending install completion alert to mail group G.LMI"
 D BMES^XPDUTL($$CJ^XLFSTR(MSG,80)) K MSG
 ;
 Q
 
--- Routine Detail   --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HLR248   2507     printed  Sep 23, 2025@19:39:08                                                                                                                                                                                                       Page 2
LR248     ;DALOI/WTY - LR*5.2*248 PATCH ENVIRONMENT CHECK ROUTINE ;12/15/00
 +1       ;;5.2;LAB SERVICE;**248**;Sep 27, 1994
EN        ; Does not prevent loading of the transport global.
 +1       ; Environment check is done only during the install.
 +2       ;
 +3        IF '$GET(XPDENV)
               Begin DoDot:1
 +4                NEW XQA,XQAMSG
 +5                SET XQAMSG="Transport global for patch "_$GET(XPDNM,"Unknown patch")
 +6                SET XQAMSG=XQAMSG_" loaded on "_$$HTE^XLFDT($HOROLOG)
 +7                SET XQA("G.LMI")=""
 +8                DO SETUP^XQALERT
 +9                SET MSG="Sending transport global loaded alert to mail group G.LMI"
 +10               DO BMES^XPDUTL($$CJ^XLFSTR(MSG,80))
                   KILL MSG
               End DoDot:1
               QUIT 
 +11      ;
 +12       DO CHECK
 +13       DO EXIT
 +14       QUIT 
 +15      ;
CHECK     ; Perform environment check
 +1       ;
 +2        IF $SELECT('$GET(IOM):1,'$GET(IOSL):1,$GET(U)'="^":1,1:0)
               Begin DoDot:1
 +3                DO BMES^XPDUTL($$CJ^XLFSTR("Terminal Device is not defined",80))
 +4                SET XPDQUIT=2
               End DoDot:1
               QUIT 
 +5       ;
 +6        IF $SELECT('$GET(DUZ):1,$DATA(DUZ)[0:1,$DATA(DUZ(0))[0:1,1:0)
               Begin DoDot:1
 +7                SET MSG="Please log in to set local DUZ... variables"
 +8                DO BMES^XPDUTL($$CJ^XLFSTR(MSG,80))
                   KILL MSG
 +9                SET XPDQUIT=2
               End DoDot:1
               QUIT 
 +10      ;
 +11       IF '$DATA(^VA(200,$GET(DUZ),0))#2
               Begin DoDot:1
 +12               SET MSG="You are not a valid user on this system"
 +13               DO BMES^XPDUTL($$CJ^XLFSTR(MSG,80))
                   KILL MSG
 +14               SET XPDQUIT=2
               End DoDot:1
               QUIT 
 +15      ;
 +16       SET XPDDIQ("XPZ1")=0
 +17      ;
 +18       QUIT 
 +19      ;
EXIT      ;
 +1        IF $GET(XPDQUIT)
               Begin DoDot:1
 +2                SET MSG="--- Install Environment Check FAILED ---"
 +3                DO BMES^XPDUTL($$CJ^XLFSTR(MSG,80))
                   KILL MSG
               End DoDot:1
 +4        IF '$GET(XPDQUIT)
               Begin DoDot:1
 +5                DO BMES^XPDUTL($$CJ^XLFSTR("--- Environment Check is Ok ---",80))
               End DoDot:1
 +6        QUIT 
 +7       ;
PRE       ; KIDS Pre install for LR*5.2*248
 +1       ;
 +2        NEW XQA,XQAMSG
 +3        SET XQAMSG="Installation of patch "_$GET(XPDNM,"Unknown patch")
 +4        SET XQAMSG=XQAMSG_" started on "_$$HTE^XLFDT($HOROLOG)
 +5        SET XQA("G.LMI")=""
 +6        DO SETUP^XQALERT
 +7       ;
 +8        SET MSG="Sending install started alert to mail group G.LMI"
 +9        DO BMES^XPDUTL($$CJ^XLFSTR(MSG,80))
           KILL MSG
 +10      ;
 +11       DO BMES^XPDUTL($$CJ^XLFSTR("*** Pre install started ***",80))
 +12      ;
 +13       SET Y=$$OPTDE^XPDUTL("LRAP",2)
 +14       SET MSG="Disabling Anatomic Pathology [LRAP] option"
 +15       DO BMES^XPDUTL($$CJ^XLFSTR(MSG,80))
           KILL MSG
 +16      ;
 +17       DO BMES^XPDUTL($$CJ^XLFSTR("*** Pre install completed ***",80))
 +18      ;
 +19       QUIT 
 +20      ;
POST      ; KIDS Post install for LR*5.2*248
 +1       ;
 +2        NEW XQA,XQAMSG
 +3        DO BMES^XPDUTL($$CJ^XLFSTR("*** Post install started ***",80))
 +4       ;
 +5        SET Y=$$OPTDE^XPDUTL("LRAP",1)
 +6        SET MSG="Enabling Anatomic Pathology [LRAP] option"
 +7        DO BMES^XPDUTL($$CJ^XLFSTR(MSG,80))
           KILL MSG
 +8       ;
 +9        DO BMES^XPDUTL($$CJ^XLFSTR("*** Post install completed ***",80))
 +10      ;
 +11       SET XQAMSG="Installation of patch "_$GET(XPDNM,"Unknown patch")
 +12       SET XQAMSG=XQAMSG_" completed on "_$$HTE^XLFDT($HOROLOG)
 +13       SET XQA("G.LMI")=""
 +14       DO SETUP^XQALERT
 +15      ;
 +16       SET MSG="Sending install completion alert to mail group G.LMI"
 +17       DO BMES^XPDUTL($$CJ^XLFSTR(MSG,80))
           KILL MSG
 +18      ;
 +19       QUIT