APCL3029 ; IHS/CMI/LAB - environment check ;
;;3.0;IHS PCC REPORTS;**29**;FEB 05, 1997;Build 35
;
;
; 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)
I $$VERSION^XPDUTL("BGP")'>"10.9" W !,"version 11.0 or higher of BGP is required" D SORRY(2)
I '$$INSTALLD("APCL*3.0*28") D SORRY(2)
;
Q
;
PRE ;
S DA=$O(^DIC(19,"B","APCLSILI MU2 EXPORT",0))
I DA S DIE="^DIC(19,",DR="1///Syndromic Surveillance Visit Export" D ^DIE K DA,DIE,DR
Q
POST ;
;wipe out stop date
S DA=$O(^APCLCNTL("B","ILI STOP DATE",0))
I DA S DIE="^APCLCNTL(",DR=".03///@" D ^DIE K DIE,DA,DR
S X=$$ADD^XPDMENU("APCL M MAN QUALITY ASSURANCE","APCL MENU SURVEILLANCE ILI","SURV")
I 'X W !,"Attempt to add ILI ON DEMAND option failed.." H 3
D ^APCL29
S $P(^APCLILIC(1,0),U,4)=""
;set date 2 days from now for full user pop export to run. if 2 days from now is the 1st, don't bother.
;S APCLX=$$FMADD^XLFDT(DT,2)
;I $E(APCLX,6,7)="01" Q ;DON'T BOTHER, IT WILL RUN ANYWAY IN 2 DAYS
;I $D(^APCLILIC("B",1,1)) Q ;already did this export
;S ^APCLILIC(1,0)=1_U_1_U_DT
;S ^APCLILIC("B",1,1)=""
;
;
S X=$G(XPDQUES("POS Q1"))
S DA=1,DIE="^APCLILIC(",DR=".05///"_X D ^DIE
D RMMENU
Q
;
N I,X
F I="APCL SURVEILLANCE AGG REPORT","APCL SURVEILLANCE ILI TEMPLATE","APCLSILI ILI EXPORT LIST" D
. S X=$$DELETE^XPDMENU("APCL M MAN QUALITY ASSURANCE",I)
. I 'X W !,"Attempt to remove "_I_" from the APCL M MAN QUALITY ASSURANCE menu failed..." H 3
Q
;
OPTIONS ;
;
INSTALLD(APCLSTAL) ;EP - Determine if patch APCLSTAL was installed, where
; APCLSTAL is the name of the INSTALL. E.g "AG*6.0*11".
;
NEW APCLY,DIC,X,Y
S X=$P(APCLSTAL,"*",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(APCLSTAL,"*",2)
D ^DIC
I Y<1 D IMES Q 0
S DIC=DIC_+Y_",""PAH"",",X=$P(APCLSTAL,"*",3)
D ^DIC
S APCLY=Y
D IMES
Q $S(APCLY<1:0,1:1)
IMES ;
D MES^XPDUTL($$CJ^XLFSTR("Patch """_APCLSTAL_""" 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
CLINICS ;
;;30
;;10
;;12
;;13
;;20
;;24
;;28
;;57
;;70
;;80
;;89
;;01
;;06
;;
APCL3029 ; IHS/CMI/LAB - environment check ;
+1 ;;3.0;IHS PCC REPORTS;**29**;FEB 05, 1997;Build 35
+2 ;
+3 ;
+4 ; The following line prevents the "Disable Options..." and "Move
+5 ; Routines..." questions from being asked during the install.
+6 IF $GET(XPDENV)=1
SET (XPDDIQ("XPZ1"),XPDDIQ("XPZ2"))=0
+7 FOR X="XPO1","XPZ1","XPZ2","XPI1"
SET XPDDIQ(X)=0
+8 IF $$VERSION^XPDUTL("BJPC")'="2.0"
WRITE !,"version 2.0 of BJPC is required"
DO SORRY(2)
+9 IF $$VERSION^XPDUTL("BGP")'>"10.9"
WRITE !,"version 11.0 or higher of BGP is required"
DO SORRY(2)
+10 IF '$$INSTALLD("APCL*3.0*28")
DO SORRY(2)
+11 ;
+12 QUIT
+13 ;
PRE ;
+1 SET DA=$ORDER(^DIC(19,"B","APCLSILI MU2 EXPORT",0))
+2 IF DA
SET DIE="^DIC(19,"
SET DR="1///Syndromic Surveillance Visit Export"
DO ^DIE
KILL DA,DIE,DR
+3 QUIT
POST ;
+1 ;wipe out stop date
+2 SET DA=$ORDER(^APCLCNTL("B","ILI STOP DATE",0))
+3 IF DA
SET DIE="^APCLCNTL("
SET DR=".03///@"
DO ^DIE
KILL DIE,DA,DR
+4 SET X=$$ADD^XPDMENU("APCL M MAN QUALITY ASSURANCE","APCL MENU SURVEILLANCE ILI","SURV")
+5 IF 'X
WRITE !,"Attempt to add ILI ON DEMAND option failed.."
HANG 3
+6 DO ^APCL29
+7 SET $PIECE(^APCLILIC(1,0),U,4)=""
+8 ;set date 2 days from now for full user pop export to run. if 2 days from now is the 1st, don't bother.
+9 ;S APCLX=$$FMADD^XLFDT(DT,2)
+10 ;I $E(APCLX,6,7)="01" Q ;DON'T BOTHER, IT WILL RUN ANYWAY IN 2 DAYS
+11 ;I $D(^APCLILIC("B",1,1)) Q ;already did this export
+12 ;S ^APCLILIC(1,0)=1_U_1_U_DT
+13 ;S ^APCLILIC("B",1,1)=""
+14 ;
+15 ;
+16 SET X=$GET(XPDQUES("POS Q1"))
+17 SET DA=1
SET DIE="^APCLILIC("
SET DR=".05///"_X
DO ^DIE
+18 DO RMMENU
+19 QUIT
+20 ;
+1 NEW I,X
+2 FOR I="APCL SURVEILLANCE AGG REPORT","APCL SURVEILLANCE ILI TEMPLATE","APCLSILI ILI EXPORT LIST"
Begin DoDot:1
+3 SET X=$$DELETE^XPDMENU("APCL M MAN QUALITY ASSURANCE",I)
+4 IF 'X
WRITE !,"Attempt to remove "_I_" from the APCL M MAN QUALITY ASSURANCE menu failed..."
HANG 3
End DoDot:1
+5 QUIT
+6 ;
OPTIONS ;
+1 ;
INSTALLD(APCLSTAL) ;EP - Determine if patch APCLSTAL was installed, where
+1 ; APCLSTAL is the name of the INSTALL. E.g "AG*6.0*11".
+2 ;
+3 NEW APCLY,DIC,X,Y
+4 SET X=$PIECE(APCLSTAL,"*",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(APCLSTAL,"*",2)
+9 DO ^DIC
+10 IF Y<1
DO IMES
QUIT 0
+11 SET DIC=DIC_+Y_",""PAH"","
SET X=$PIECE(APCLSTAL,"*",3)
+12 DO ^DIC
+13 SET APCLY=Y
+14 DO IMES
+15 QUIT $SELECT(APCLY<1:0,1:1)
IMES ;
+1 DO MES^XPDUTL($$CJ^XLFSTR("Patch """_APCLSTAL_""" 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
CLINICS ;
+1 ;;30
+2 ;;10
+3 ;;12
+4 ;;13
+5 ;;20
+6 ;;24
+7 ;;28
+8 ;;57
+9 ;;70
+10 ;;80
+11 ;;89
+12 ;;01
+13 ;;06
+14 ;;