- LA44 ;DALISC/JMC - LA*5.2*44 PATCH ENVIRONMENT CHECK ROUTINE ;8/21/98
- ;;5.2;AUTOMATED LAB INSTRUMENTS;**44**;Sep 27, 1994
- EN ; Does not prevent loading of the transport global.
- ; Environment check is done only during the install.
- Q:'$G(XPDENV)
- 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
- . D BMES^XPDUTL($$CJ^XLFSTR("Please log in to set local DUZ... variables",80))
- . S XPDQUIT=2
- I '$D(^VA(200,$G(DUZ),0))#2 D Q
- . D BMES^XPDUTL($$CJ^XLFSTR("You are not a valid user on this system",80))
- . S XPDQUIT=2
- S XPDIQ("XPZ1","B")="NO"
- Q
- ;
- EXIT ;
- I $G(XPDQUIT) D BMES^XPDUTL($$CJ^XLFSTR("--- Install Environment Check FAILED ---",80))
- I '$G(XPDQUIT) D BMES^XPDUTL($$CJ^XLFSTR("--- Environment Check is Ok ---",80))
- Q
- ;
- PRE ; KIDS Pre install for LA*5.2*44
- D BMES^XPDUTL($$CJ^XLFSTR("*** Pre install started ***",80))
- D BMES^XPDUTL($$CJ^XLFSTR("--- No actions required for pre install ---",80))
- D BMES^XPDUTL($$CJ^XLFSTR("*** Pre install completed ***",80))
- Q
- ;
- POST ; KIDS Post install for LA*5.2*44
- D BMES^XPDUTL($$CJ^XLFSTR("*** Post install started ***",80))
- D BMES^XPDUTL($$CJ^XLFSTR("--- No actions required for post install ---",80))
- D BMES^XPDUTL($$CJ^XLFSTR("*** Post install completed ***",80))
- Q
- --- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HLA44 1461 printed Jan 18, 2025@02:40:03 Page 2
- LA44 ;DALISC/JMC - LA*5.2*44 PATCH ENVIRONMENT CHECK ROUTINE ;8/21/98
- +1 ;;5.2;AUTOMATED LAB INSTRUMENTS;**44**;Sep 27, 1994
- EN ; Does not prevent loading of the transport global.
- +1 ; Environment check is done only during the install.
- +2 if '$GET(XPDENV)
- QUIT
- +3 DO CHECK
- +4 DO EXIT
- +5 QUIT
- +6 ;
- CHECK ; Perform environment check
- +1 IF $SELECT('$GET(IOM):1,'$GET(IOSL):1,$GET(U)'="^":1,1:0)
- Begin DoDot:1
- +2 DO BMES^XPDUTL($$CJ^XLFSTR("Terminal Device is not defined",80))
- +3 SET XPDQUIT=2
- End DoDot:1
- QUIT
- +4 IF $SELECT('$GET(DUZ):1,$DATA(DUZ)[0:1,$DATA(DUZ(0))[0:1,1:0)
- Begin DoDot:1
- +5 DO BMES^XPDUTL($$CJ^XLFSTR("Please log in to set local DUZ... variables",80))
- +6 SET XPDQUIT=2
- End DoDot:1
- QUIT
- +7 IF '$DATA(^VA(200,$GET(DUZ),0))#2
- Begin DoDot:1
- +8 DO BMES^XPDUTL($$CJ^XLFSTR("You are not a valid user on this system",80))
- +9 SET XPDQUIT=2
- End DoDot:1
- QUIT
- +10 SET XPDIQ("XPZ1","B")="NO"
- +11 QUIT
- +12 ;
- EXIT ;
- +1 IF $GET(XPDQUIT)
- DO BMES^XPDUTL($$CJ^XLFSTR("--- Install Environment Check FAILED ---",80))
- +2 IF '$GET(XPDQUIT)
- DO BMES^XPDUTL($$CJ^XLFSTR("--- Environment Check is Ok ---",80))
- +3 QUIT
- +4 ;
- PRE ; KIDS Pre install for LA*5.2*44
- +1 DO BMES^XPDUTL($$CJ^XLFSTR("*** Pre install started ***",80))
- +2 DO BMES^XPDUTL($$CJ^XLFSTR("--- No actions required for pre install ---",80))
- +3 DO BMES^XPDUTL($$CJ^XLFSTR("*** Pre install completed ***",80))
- +4 QUIT
- +5 ;
- POST ; KIDS Post install for LA*5.2*44
- +1 DO BMES^XPDUTL($$CJ^XLFSTR("*** Post install started ***",80))
- +2 DO BMES^XPDUTL($$CJ^XLFSTR("--- No actions required for post install ---",80))
- +3 DO BMES^XPDUTL($$CJ^XLFSTR("*** Post install completed ***",80))
- +4 QUIT