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

AUTP3PRE.m

Go to the documentation of this file.
AUTP3PRE ; IHS/ASDST/GTH - PREINIT, CHK RQMNTS, ETC. ; [ 09/27/1999  1:13 PM ]
 ;;98.1;IHS DICTIONARIES (POINTERS);**3**;MAR 04, 1998;Build 6
 ;
 I '$G(DUZ) W !,"DUZ UNDEFINED OR 0." D SORRY Q
 ;
 I '$L($G(DUZ(0))) W !,"DUZ(0) UNDEFINED OR NULL." D SORRY Q
 ;
 S X=$P(^VA(200,DUZ,0),U)
 W !!,$$C("Hello, "_$P(X,",",2)_" "_$P(X,",")),!
 F %=4:1 S X=$P($T(AUTP3MSG+%),";",3) Q:X=""  W !?5,X
 ;
 W !!,$$C("Checking Environment for "_$P($T(+2),";",4)_" V "_$P($T(+2),";",3)_" Patch "_$P($T(+2),";",5)_".")
 ;
 S X=$G(^DIC(9.4,$O(^DIC(9.4,"C","AUT",0)),"VERSION"))
 W !!,$$C("Need AUT v 98.1.....AUT v "_X_" Present")
 I X<98.1 D SORRY Q
 ;
 S X=$G(^DD("VERSION"))
 W !,$$C("Need at least FileMan 21.....FileMan "_X_" Present")
 I X<21 D SORRY Q
 ;
 S X=$G(^DIC(9.4,$O(^DIC(9.4,"C","XU",0)),"VERSION"))
 W !,$$C("Need at least Kernel 8.....Kernel "_X_" Present")
 I X<8 D SORRY Q
 ;
 NEW DA,DIC
 S X="AUT",DIC="^DIC(9.4,",DIC(0)="",D="C"
 D IX^DIC
 I Y<0,$D(^DIC(9.4,"C","AUT")) D  Q
 . W !!,*7,*7,$$C("You Have More Than One Entry In The"),!,$$C("PACKAGE File with an ""AUT"" prefix.")
 . W !,$$C("One entry needs to be deleted.")
 . W !,$$C("FIX IT! Before Proceeding."),!!,*7,*7,*7
 . D SORRY
 . I $$DIR^XBDIR("E")
 .Q
 W !,$$C("No 'AUT' dups in PACKAGE file")
 ;
 W !!,$$C("ENVIRONMENT OK.")
 I '$$DIR^XBDIR("E","","","","","",1) KILL DIFQ Q
 Q
 ;
C(X,Y) ; Center X in field length Y/IOM/80.
 Q $J("",$S($D(Y):Y,$G(IOM):IOM,1:80)-$L(X)\2)_X
 ;
SORRY ;
 KILL DIFQ
 W *7,!,$$C("Sorry....")
 Q
 ;
AUTP3MSG ;
 ;;AUT v 98.1, Patch 3, Correct BPA I/T in VENDOR file.
 ;; --- AUT v 98.1, Patch 3, has been installed into this uci ---
 ;;  
 ;;AUT v 98.1, Patch 3, corrects the Input Transform of the BPA number
 ;;in the VENDOR file.  The previous I/T restricted the range of the
 ;;BPA number from 910000 to 999999.  The I/T included in Patch 3
 ;;modifies that restriction by allowing entry of BPA numbers from
 ;;000000 to 999999.  The only affected application is the Contract
 ;;Health System (CHS), which uses the first 2 digits of the number
 ;;to indicate the year of the agreement.