- APCD2011 ; IHS/CMI/TUCSON - DATA ENTRY PATCH 10 [ 03/11/05 9:09 AM ]
- ;;2.0;IHS RPMS/PCC Data Entry;**11**;MAR 09, 1999
- ;
- ; The following line prevents the "Disable Options..." and "Move
- ; Routines..." questions from being asked during the install.
- I $G(XPDENV)=1 S (XPDDIQ("XPZ1"),XPDDIQ("XPZ2"))=0
- F X="XPO1","XPZ1","XPZ2","XPI1" S XPDDIQ(X)=0
- I $$VERSION^XPDUTL("BJPC")'="2.0" W !,"version 2.0 of BJPC is required" D SORRY(2)
- ;
- Q
- INSTALLD(APCDSTAL) ;EP - Determine if patch APCDSTAL was installed, where
- ; APCDSTAL is the name of the INSTALL. E.g "AG*6.0*11".
- ;
- NEW APCDY,DIC,X,Y
- S X=$P(APCDSTAL,"*",1)
- S DIC="^DIC(9.4,",DIC(0)="FM",D="C"
- D IX^DIC
- I Y<1 D IMES Q 0
- S DIC=DIC_+Y_",22,",X=$P(APCDSTAL,"*",2)
- D ^DIC
- I Y<1 D IMES Q 0
- S DIC=DIC_+Y_",""PAH"",",X=$P(APCDSTAL,"*",3)
- D ^DIC
- S APCDY=Y
- D IMES
- Q $S(APCDY<1:0,1:1)
- IMES ;
- D MES^XPDUTL($$CJ^XLFSTR("Patch """_APCDSTAL_""" is"_$S(Y<1:" *NOT*",1:"")_" installed.",IOM))
- Q
- SORRY(X) ;
- KILL DIFQ
- I X=3 S XPDQUIT=2 Q
- S XPDQUIT=X
- W *7,!,$$CJ^XLFSTR("Sorry....FIX IT!",IOM)
- Q
- APCD2011 ; IHS/CMI/TUCSON - DATA ENTRY PATCH 10 [ 03/11/05 9:09 AM ]
- +1 ;;2.0;IHS RPMS/PCC Data Entry;**11**;MAR 09, 1999
- +2 ;
- +3 ; The following line prevents the "Disable Options..." and "Move
- +4 ; Routines..." questions from being asked during the install.
- +5 IF $GET(XPDENV)=1
- SET (XPDDIQ("XPZ1"),XPDDIQ("XPZ2"))=0
- +6 FOR X="XPO1","XPZ1","XPZ2","XPI1"
- SET XPDDIQ(X)=0
- +7 IF $$VERSION^XPDUTL("BJPC")'="2.0"
- WRITE !,"version 2.0 of BJPC is required"
- DO SORRY(2)
- +8 ;
- +9 QUIT
- INSTALLD(APCDSTAL) ;EP - Determine if patch APCDSTAL was installed, where
- +1 ; APCDSTAL is the name of the INSTALL. E.g "AG*6.0*11".
- +2 ;
- +3 NEW APCDY,DIC,X,Y
- +4 SET X=$PIECE(APCDSTAL,"*",1)
- +5 SET DIC="^DIC(9.4,"
- SET DIC(0)="FM"
- SET D="C"
- +6 DO IX^DIC
- +7 IF Y<1
- DO IMES
- QUIT 0
- +8 SET DIC=DIC_+Y_",22,"
- SET X=$PIECE(APCDSTAL,"*",2)
- +9 DO ^DIC
- +10 IF Y<1
- DO IMES
- QUIT 0
- +11 SET DIC=DIC_+Y_",""PAH"","
- SET X=$PIECE(APCDSTAL,"*",3)
- +12 DO ^DIC
- +13 SET APCDY=Y
- +14 DO IMES
- +15 QUIT $SELECT(APCDY<1:0,1:1)
- IMES ;
- +1 DO MES^XPDUTL($$CJ^XLFSTR("Patch """_APCDSTAL_""" is"_$SELECT(Y<1:" *NOT*",1:"")_" installed.",IOM))
- +2 QUIT
- SORRY(X) ;
- +1 KILL DIFQ
- +2 IF X=3
- SET XPDQUIT=2
- QUIT
- +3 SET XPDQUIT=X
- +4 WRITE *7,!,$$CJ^XLFSTR("Sorry....FIX IT!",IOM)
- +5 QUIT