Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: EC2P149A

EC2P149A.m

Go to the documentation of this file.
EC2P149A ;ALB/DBE - EC National Procedure Update; Feb 05, 2020@13:46
 ;;2.0;EVENT CAPTURE;**149**;May 8, 1996;Build 2
 ;
 ;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^EC2P149B ;add new procedures
 D NAMECHG^EC2P149B ;change description
 D CPTCHG^EC2P149C  ;change CPT code
 D INACT^EC2P149C   ;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 04/02/2020 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=3200402.0100
 S 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 04/02/2020.")
 ;
 D MES^XPDUTL(" ")
 D BMES^XPDUTL("Update of EC NATIONAL PROCEDURE file (#725) completed.")
 D MES^XPDUTL(" ")
 Q