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

BHL2ENV.m

Go to the documentation of this file.
BHL2ENV ; cmi/anchorage/maw - BHL Generic Environment Check ; 
 ;;3.01;BHL IHS Interfaces with GIS;**3,4,5,6,7,8,9,11**;AUG 01, 2004
 ;
 ;        
 ;
 ;this routine will serve as a generic kids environment check
 ;it will look for the appropriate patches to be installed
 ;
CHK ;-- check the following patch(s) to make sure they are there
 K XPDQUIT
 S BHLGI=$O(^DIC(9.4,"B","GENERIC INTERFACE SYSTEM",0))
 I '$G(BHLGI) D  Q
 . S XPDQUIT=1
 . W !!,"You need the Generic Interface System version 3.01, aborting",!
 S BHLVI=$O(^DIC(9.4,BHLGI,22,"B",3.01,0))
 I '$G(BHLVI) D  Q
 . S XPDQUIT=1
 . W !!,"You need the Generic Interface System version 3.01, aborting",!
 I '$O(^DIC(9.4,BHLGI,22,BHLVI,"PAH","B",2,0)) D
 . W !!,"You need all GIS patches through patch 2 to continue",!
 . S XPDQUIT=1
 Q
 ;