EC2P147A ;ALB/DBE - EC National Procedure Update;07/15/19
;;2.0;EVENT CAPTURE;**147**;8 May 96;Build 1
;
;this routine is used as a post-init in a KIDS build
;to modify the EC National Procedure file (#725)
;
Q
;
POST ; entry point
D MES^XPDUTL(" ")
D MES^XPDUTL("Updating the EC NATIONAL PROCEDURE File (#725)...")
D MES^XPDUTL(" ")
;* add new/edit national procedures
D ADDPROC^EC2P147B ;add new procedures
D NAMECHG^EC2P147B ;change description
D CPTCHG^EC2P147C ;change CPT code
D INACT^EC2P147C ;inactivate code
;
;create task to inspect event code screens
D MES^XPDUTL(" ")
D BMES^XPDUTL("Queuing the inspection of the EC Event Code Screens file (#720.3)")
D MES^XPDUTL("for 10/02/19 at 1:00 AM. If this patch is installed after that time")
D MES^XPDUTL("the inspection will queue immediately.")
N ZTRTN,ZTDTH,ZTDESC,ZTIO,ZTSK
S ZTRTN="INACTSCR^ECUTL3(1)",ZTDTH=3191002.0100,ZTDESC="Inspecting EC Event Code Screens file",ZTIO="" D ^%ZTLOAD
D BMES^XPDUTL("Done. Task: "_$G(ZTSK)_" has been created for this job.")
D MES^XPDUTL("You will receive a MailMan message with the results on 10/02/19.")
;
D MES^XPDUTL(" ")
D BMES^XPDUTL("Update of EC NATIONAL PROCEDURE file (#725) completed.")
D MES^XPDUTL(" ")
Q
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HEC2P147A 1278 printed Oct 16, 2024@17:56 Page 2
EC2P147A ;ALB/DBE - EC National Procedure Update;07/15/19
+1 ;;2.0;EVENT CAPTURE;**147**;8 May 96;Build 1
+2 ;
+3 ;this routine is used as a post-init in a KIDS build
+4 ;to modify the EC National Procedure file (#725)
+5 ;
+6 QUIT
+7 ;
POST ; entry point
+1 DO MES^XPDUTL(" ")
+2 DO MES^XPDUTL("Updating the EC NATIONAL PROCEDURE File (#725)...")
+3 DO MES^XPDUTL(" ")
+4 ;* add new/edit national procedures
+5 ;add new procedures
DO ADDPROC^EC2P147B
+6 ;change description
DO NAMECHG^EC2P147B
+7 ;change CPT code
DO CPTCHG^EC2P147C
+8 ;inactivate code
DO INACT^EC2P147C
+9 ;
+10 ;create task to inspect event code screens
+11 DO MES^XPDUTL(" ")
+12 DO BMES^XPDUTL("Queuing the inspection of the EC Event Code Screens file (#720.3)")
+13 DO MES^XPDUTL("for 10/02/19 at 1:00 AM. If this patch is installed after that time")
+14 DO MES^XPDUTL("the inspection will queue immediately.")
+15 NEW ZTRTN,ZTDTH,ZTDESC,ZTIO,ZTSK
+16 SET ZTRTN="INACTSCR^ECUTL3(1)"
SET ZTDTH=3191002.0100
SET ZTDESC="Inspecting EC Event Code Screens file"
SET ZTIO=""
DO ^%ZTLOAD
+17 DO BMES^XPDUTL("Done. Task: "_$GET(ZTSK)_" has been created for this job.")
+18 DO MES^XPDUTL("You will receive a MailMan message with the results on 10/02/19.")
+19 ;
+20 DO MES^XPDUTL(" ")
+21 DO BMES^XPDUTL("Update of EC NATIONAL PROCEDURE file (#725) completed.")
+22 DO MES^XPDUTL(" ")
+23 QUIT