BDP10P1 ; IHS/CMI/LAB - PRE/POST INIT ;
;;1.0;DESIGNATED PROVIDER MGT SYSTEM;**1**;SEP 10, 2004
; 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
I $G(XPDENV)=1 S (XPDDIQ("XPZ1"),XPDDIQ("XPZ2"))=0
F X="XPO1","XPZ1","XPZ2","XPI1" S XPDDIQ(X)=0
;
Q
PRE ;pre init for patch 1
;change WOMENS HEALTH to WOMEN'S HEALTH CASE MANAGER
;wipe out fields that populate WH dd
S DA=$O(^BDPTCAT("B","WOMENS HEALTH",0))
I DA S DIE="^BDPTCAT(",DR=".01///WOMEN'S HEALTH CASE MANAGER",DITC=1 D ^DIE K DIE,DA,DR,DITC
S DA=$O(^BDPTCAT("B","CANCER",0))
I DA S DIE="^BDPTCAT(",DR=".02///CA" D ^DIE K DIE,DA,DR
Q
INSTALLD(BDPSTAL) ;EP - Determine if patch BDPSTAL was installed, where
; BDPSTAL is the name of the INSTALL. E.g "AG*6.0*11".
;
NEW BDPY,DIC,X,Y
S X=$P(BDPSTAL,"*",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(BDPSTAL,"*",2)
D ^DIC
I Y<1 D IMES Q 0
S DIC=DIC_+Y_",""PAH"",",X=$P(BDPSTAL,"*",3)
D ^DIC
S BDPY=Y
D IMES
Q $S(BDPY<1:0,1:1)
IMES ;
D MES^XPDUTL($$CJ^XLFSTR("Patch """_BDPSTAL_""" 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
BDP10P1 ; IHS/CMI/LAB - PRE/POST INIT ;
+1 ;;1.0;DESIGNATED PROVIDER MGT SYSTEM;**1**;SEP 10, 2004
+2 ; The following line prevents the "Disable Options..." and "Move
+3 ; Routines..." questions from being asked during the install.
+4 IF $GET(XPDENV)=1
SET (XPDDIQ("XPZ1"),XPDDIQ("XPZ2"))=0
+5 IF $GET(XPDENV)=1
SET (XPDDIQ("XPZ1"),XPDDIQ("XPZ2"))=0
+6 FOR X="XPO1","XPZ1","XPZ2","XPI1"
SET XPDDIQ(X)=0
+7 ;
+8 QUIT
PRE ;pre init for patch 1
+1 ;change WOMENS HEALTH to WOMEN'S HEALTH CASE MANAGER
+2 ;wipe out fields that populate WH dd
+3 SET DA=$ORDER(^BDPTCAT("B","WOMENS HEALTH",0))
+4 IF DA
SET DIE="^BDPTCAT("
SET DR=".01///WOMEN'S HEALTH CASE MANAGER"
SET DITC=1
DO ^DIE
KILL DIE,DA,DR,DITC
+5 SET DA=$ORDER(^BDPTCAT("B","CANCER",0))
+6 IF DA
SET DIE="^BDPTCAT("
SET DR=".02///CA"
DO ^DIE
KILL DIE,DA,DR
+7 QUIT
INSTALLD(BDPSTAL) ;EP - Determine if patch BDPSTAL was installed, where
+1 ; BDPSTAL is the name of the INSTALL. E.g "AG*6.0*11".
+2 ;
+3 NEW BDPY,DIC,X,Y
+4 SET X=$PIECE(BDPSTAL,"*",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(BDPSTAL,"*",2)
+9 DO ^DIC
+10 IF Y<1
DO IMES
QUIT 0
+11 SET DIC=DIC_+Y_",""PAH"","
SET X=$PIECE(BDPSTAL,"*",3)
+12 DO ^DIC
+13 SET BDPY=Y
+14 DO IMES
+15 QUIT $SELECT(BDPY<1:0,1:1)
IMES ;
+1 DO MES^XPDUTL($$CJ^XLFSTR("Patch """_BDPSTAL_""" 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