APCPRSET ; IHS/TUCSON/LAB - RESET TX LOG AUGUST 14, 1992 ; [ 09/16/02 12:16 PM ]
;;2.0;IHS PCC DATA EXTRACTION SYSTEM;**1,6**;APR 03, 1998
;IHS/CMI/LAB - XTMP
W !!,"This routine will reset the PCC Data Transmission Log. You must be",!,"absolutely sure that you have corrected the underlying problem that caused ","the Transmission process to fail in the first place!",!!
W "The PCC Data Transmission log entry you choose will be REMOVED from the log",!,"file and all Utility and Data globals associated with that run will be killed!!",!!
W "You must now select the Log Entry to be RESET. <<< SELECT CAREFULLY >>>",!
S DIC="^APCPLOG(",DIC(0)="AEMQ",DIC("S")="I $P(^APCPLOG(Y,0),U,15)'=""C"",$P(^APCPLOG(Y,0),U,15)'=""P""" D ^DIC K DIC I Y=-1 W !!,"Goodbye" G EOJ
S APCPDFN=+Y
D DISP
S DIR(0)="Y",DIR("A")="Are you sure you want to do this",DIR("B")="N" D ^DIR K DIR S:$D(DUOUT) DIRUT=1
I Y'=1 D EOJ Q
DIK ;
S DA=APCPDFN,DIK="^APCPLOG(" D ^DIK
K ^XTMP("APCPDR"),^XTMP("APCPREDO"),^BAPCDATA ;UNSUBSCRIPTED VARIABLES KILLED - THESE ARE CMB STANDARD DEFINED SCRATCH GLOBALS FOR TRANSMITTING DATA TO DATA CENTER IHS/CMI/LAB XTMP
D EOJ
Q
DISP ;
DIQ ; CALL TO DIQ
W !!,"Information for Log Entry ",APCPDFN,!
S DIC="^APCPLOG(",DA=APCPDFN,DR="0;11",DIQ(0)="C" D EN^DIQ
K DIC,DIQ,DR,DA
Q
EOJ ;
K DA,DIK,APCPDFN,Y,X,DIR,DIRUT
Q
APCPRSET ; IHS/TUCSON/LAB - RESET TX LOG AUGUST 14, 1992 ; [ 09/16/02 12:16 PM ]
+1 ;;2.0;IHS PCC DATA EXTRACTION SYSTEM;**1,6**;APR 03, 1998
+2 ;IHS/CMI/LAB - XTMP
+3 WRITE !!,"This routine will reset the PCC Data Transmission Log. You must be",!,"absolutely sure that you have corrected the underlying problem that caused ","the Transmission process to fail in the first place!",!!
+4 WRITE "The PCC Data Transmission log entry you choose will be REMOVED from the log",!,"file and all Utility and Data globals associated with that run will be killed!!",!!
+5 WRITE "You must now select the Log Entry to be RESET. <<< SELECT CAREFULLY >>>",!
+6 SET DIC="^APCPLOG("
SET DIC(0)="AEMQ"
SET DIC("S")="I $P(^APCPLOG(Y,0),U,15)'=""C"",$P(^APCPLOG(Y,0),U,15)'=""P"""
DO ^DIC
KILL DIC
IF Y=-1
WRITE !!,"Goodbye"
GOTO EOJ
+7 SET APCPDFN=+Y
+8 DO DISP
+9 SET DIR(0)="Y"
SET DIR("A")="Are you sure you want to do this"
SET DIR("B")="N"
DO ^DIR
KILL DIR
IF $DATA(DUOUT)
SET DIRUT=1
+10 IF Y'=1
DO EOJ
QUIT
DIK ;
+1 SET DA=APCPDFN
SET DIK="^APCPLOG("
DO ^DIK
+2 ;UNSUBSCRIPTED VARIABLES KILLED - THESE ARE CMB STANDARD DEFINED SCRATCH GLOBALS FOR TRANSMITTING DATA TO DATA CENTER IHS/CMI/LAB XTMP
KILL ^XTMP("APCPDR"),^XTMP("APCPREDO"),^BAPCDATA
+3 DO EOJ
+4 QUIT
DISP ;
DIQ ; CALL TO DIQ
+1 WRITE !!,"Information for Log Entry ",APCPDFN,!
+2 SET DIC="^APCPLOG("
SET DA=APCPDFN
SET DR="0;11"
SET DIQ(0)="C"
DO EN^DIQ
+3 KILL DIC,DIQ,DR,DA
+4 QUIT
EOJ ;
+1 KILL DA,DIK,APCPDFN,Y,X,DIR,DIRUT
+2 QUIT