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

LA64.m

Go to the documentation of this file.
  1. LA64 ;VA/DALOI/JMC - LA*5.2*64 PATCH ENVIRONMENT CHECK ROUTINE ;JUL 06, 2010 3:14 PM
  1. ;;5.2;AUTOMATED LAB INSTRUMENTS;**64,1027**;NOV 01, 1997
  1. EN ; Does not prevent loading of the transport global.
  1. ; Environment check is done only during the install.
  1. ;
  1. N XQA,XQAMSG
  1. ;
  1. I '$G(XPDENV) D Q
  1. . S XQAMSG="Transport global for patch "_$G(XPDNM,"Unknown patch")_" loaded on "_$$HTE^XLFDT($H)
  1. . D BMES^XPDUTL(XQAMSG)
  1. . S XQA("G.LMI")=""
  1. . ; D SETUP^XQALERT
  1. . ; D BMES^XPDUTL($$CJ^XLFSTR("Sending transport global loaded alert to mail group G.LMI",80))
  1. ;
  1. S XQAMSG="Installation of patch "_$G(XPDNM,"Unknown patch")_" started on "_$$HTE^XLFDT($H)
  1. D BMES^XPDUTL(XQAMSG)
  1. ; S XQA("G.LMI")=""
  1. ; D SETUP^XQALERT
  1. ;
  1. D CHECK
  1. D EXIT
  1. Q
  1. ;
  1. ;
  1. CHECK ; Perform environment check
  1. I $S('$G(IOM):1,'$G(IOSL):1,$G(U)'="^":1,1:0) D Q
  1. . D BMES^XPDUTL($$CJ^XLFSTR("Terminal Device is not defined",80))
  1. . S XPDQUIT=2
  1. I $S('$G(DUZ):1,$D(DUZ)[0:1,$D(DUZ(0))[0:1,1:0) D Q
  1. . D BMES^XPDUTL($$CJ^XLFSTR("Please log in to set local DUZ... variables",80))
  1. . S XPDQUIT=2
  1. I $P($$ACTIVE^XUSER(DUZ),"^")'=1 D Q
  1. . D BMES^XPDUTL($$CJ^XLFSTR("You are not a valid user on this system",80))
  1. . S XPDQUIT=2
  1. S XPDIQ("XPZ1","B")="NO"
  1. Q
  1. ;
  1. ;
  1. EXIT ;
  1. I $G(XPDQUIT) D BMES^XPDUTL($$CJ^XLFSTR("--- Install Environment Check FAILED ---",80))
  1. I '$G(XPDQUIT) D BMES^XPDUTL($$CJ^XLFSTR("--- Environment Check is Ok ---",80))
  1. Q
  1. ;
  1. ;
  1. PRE ; KIDS Pre install for LA*5.2*64
  1. ;
  1. N DA,DIK
  1. ;
  1. ; D BMES^XPDUTL($$CJ^XLFSTR("Sending install started alert to mail group G.LMI",80))
  1. D BMES^XPDUTL($$CJ^XLFSTR("*** Pre install started ***",80))
  1. D BMES^XPDUTL($$CJ^XLFSTR("--- No actions required for pre install ---",80))
  1. D BMES^XPDUTL($$CJ^XLFSTR("*** Pre install completed ***",80))
  1. ;
  1. Q
  1. ;
  1. POST ; KIDS Post install for LA*5.2*64
  1. N DA,DIK,FDA,LA7X,LA7ERR,XQA,XQAMSG
  1. ;
  1. D BMES^XPDUTL($$CJ^XLFSTR("*** Post install started ***",80))
  1. ;
  1. ; Set new "C" x-ref on .01 field of file #62.8
  1. D BMES^XPDUTL($$CJ^XLFSTR("*** Starting reindexing of field #.01 of LAB SHIPPING MANIFEST file ***",80))
  1. S DIK="^LAHM(62.8,",DIK(1)=".01^C"
  1. D ENALL^DIK
  1. D BMES^XPDUTL($$CJ^XLFSTR("*** Completed reindexing of field #.01 of LAB SHIPPING MANIFEST file ***",80))
  1. ;
  1. ; Update existing LA7V* file 62.48 entries with INTERFACE TYPE.
  1. S LA7X=0
  1. F S LA7X=$O(^LAHM(62.48,LA7X)) Q:'LA7X D
  1. . I $E(^LAHM(62.48,LA7X,0),1,4)'="LA7V" Q
  1. . S FDA(1,62.48,LA7X_",",11)=10
  1. . D FILE^DIE("E","FDA(1)","LA7ERR(1)")
  1. D BMES^XPDUTL($$CJ^XLFSTR("*** Set INTERFACE TYPE for LA7V* entries in LA7 MESSAGE PARAMETER file ***",80))
  1. ;
  1. D BMES^XPDUTL($$CJ^XLFSTR("*** Post install completed ***",80))
  1. ; D BMES^XPDUTL($$CJ^XLFSTR("Sending install completion alert to mail group G.LMI",80))
  1. ;
  1. S XQAMSG="Installation of patch "_$G(XPDNM,"Unknown patch")_" completed on "_$$HTE^XLFDT($H)
  1. D BMES^XPDUTL(XQAMSG)
  1. S XQA("G.LMI")=""
  1. ; D SETUP^XQALERT
  1. ;
  1. S XQAMSG="LIM: Review LEDI Install Guide and User Manual"
  1. D BMES^XPDUTL(XQAMSG)
  1. S XQA("G.LMI")=""
  1. ; D SETUP^XQALERT
  1. ;
  1. Q