EC2P129 ;ALB/JAM - Post install routine for Event Capture patch EC*2*129 ;7/13/2014
;;2.0;EVENT CAPTURE;**129**;8 May 96;Build 7
;
Q
EN ;This post install routine will remove obsolete *EVENT CAPTURE PROCEDURE, ^ECP(, File #720
; and *EVENT CODE SCREENING, ^ECK(, #720.2 and their data from the system. Sort template
; ECCAT linked to File #720 will also be removed.
; Patch EC*2*5 flagged the 2 files for deletion by a future patch. This patch will delete these files.
;
D BMES^XPDUTL("Removing Files #720 and #720.2 with data and templates from the system.")
D BMES^XPDUTL("These files were flagged for deletion by EC*2*5 and is now being removed.")
D MES^XPDUTL("Please be patient while the files are being removed.")
N DIU
;S DIU(0)="DT"
;F DIU=720,720.2 D EN^DIU2
D BMES^XPDUTL("Done!")
Q
;
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HEC2P129 829 printed Oct 16, 2024@17:55:35 Page 2
EC2P129 ;ALB/JAM - Post install routine for Event Capture patch EC*2*129 ;7/13/2014
+1 ;;2.0;EVENT CAPTURE;**129**;8 May 96;Build 7
+2 ;
+3 QUIT
EN ;This post install routine will remove obsolete *EVENT CAPTURE PROCEDURE, ^ECP(, File #720
+1 ; and *EVENT CODE SCREENING, ^ECK(, #720.2 and their data from the system. Sort template
+2 ; ECCAT linked to File #720 will also be removed.
+3 ; Patch EC*2*5 flagged the 2 files for deletion by a future patch. This patch will delete these files.
+4 ;
+5 DO BMES^XPDUTL("Removing Files #720 and #720.2 with data and templates from the system.")
+6 DO BMES^XPDUTL("These files were flagged for deletion by EC*2*5 and is now being removed.")
+7 DO MES^XPDUTL("Please be patient while the files are being removed.")
+8 NEW DIU
+9 ;S DIU(0)="DT"
+10 ;F DIU=720,720.2 D EN^DIU2
+11 DO BMES^XPDUTL("Done!")
+12 QUIT
+13 ;