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

LR175.m

Go to the documentation of this file.
  1. LR175 ;DALISC/SED - LR*5.2*175 PATCH ENVIRNMENT CHECK ROUTINE ; 5/1/98 [ 05/02/2003 7:58 AM ]
  1. ;;5.2T9;LR;**1018**;Nov 17, 2004
  1. ;;5.2;LAB SERVICE;**175**;Sep 27, 1994
  1. EN ; Does not prevent loading of the transport global.
  1. ;Environment check is done only during the install.
  1. Q:'$G(XPDENV)
  1. D CHECK
  1. EXIT I $G(XPDQUIT) W !!,$$CJ^XLFSTR("Install Environment Check FAILED",80)
  1. I '$G(XPDQUIT) W !!,$$CJ^XLFSTR("Environment Check is Ok ---",80)
  1. K VER,RN,LN2
  1. Q
  1. CHECK I $S('$G(IOM):1,'$G(IOSL):1,$G(U)'="^":1,1:0) W !,$$CJ^XLFSTR("Terminal Device is not defined",80),!! S XPDQUIT=2 Q
  1. I $S('$G(DUZ):1,$D(DUZ)[0:1,$D(DUZ(0))[0:1,1:0) W !!,$$CJ^XLFSTR("Please Log in to set local DUZ... variables",80),! S XPDQUIT=2 Q
  1. I '$D(^VA(200,$G(DUZ),0))#2 W !,$$CJ^XLFSTR("You are not a valid user on this system",80),! S XPDQUIT=2 Q
  1. LAB S VER=$$VERSION^XPDUTL("LR")
  1. I VER'>5.1 W !,$$CJ^XLFSTR("You must have LAB V5.2 Installed",80),! S XPDQUIT=2 Q
  1. HL7 S VER=$$VERSION^XPDUTL("HL")
  1. I VER'=1.6 W !,$$CJ^XLFSTR("You must have Health Level 7 V1.6 Installed",80),! S XPDQUIT=2 Q
  1. S RN="LREPI2"
  1. X "ZL @RN S LN2=$T(+3)" I LN2'["132" W !,$$CJ^XLFSTR("It appears that Patch 'LR*5.2*132' has not been installed",80),! S XPDQUIT=2
  1. Q