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.
  1. EC2P149A ;ALB/DBE - EC National Procedure Update; Feb 05, 2020@13:46
  1. ;;2.0;EVENT CAPTURE;**149**;May 8, 1996;Build 2
  1. ;
  1. ;This routine is used as a post-init in a KIDS build
  1. ;to modify the EC National Procedure file (#725)
  1. ;
  1. Q
  1. ;
  1. POST ; entry point
  1. D MES^XPDUTL(" ")
  1. D MES^XPDUTL("Updating the EC NATIONAL PROCEDURE File (#725)...")
  1. D MES^XPDUTL(" ")
  1. ;* add new/edit national procedures
  1. D ADDPROC^EC2P149B ;add new procedures
  1. D NAMECHG^EC2P149B ;change description
  1. D CPTCHG^EC2P149C ;change CPT code
  1. D INACT^EC2P149C ;inactivate code
  1. ;
  1. ;create task to inspect event code screens
  1. D MES^XPDUTL(" ")
  1. D BMES^XPDUTL("Queuing the inspection of the EC Event Code Screens file (#720.3)")
  1. D MES^XPDUTL("for 04/02/2020 at 1:00 AM. If this patch is installed after that time")
  1. D MES^XPDUTL("the inspection will queue immediately.")
  1. N ZTRTN,ZTDTH,ZTDESC,ZTIO,ZTSK
  1. S ZTRTN="INACTSCR^ECUTL3(1)",ZTDTH=3200402.0100
  1. S ZTDESC="Inspecting EC Event Code Screens file",ZTIO="" D ^%ZTLOAD
  1. D BMES^XPDUTL("Done. Task: "_$G(ZTSK)_" has been created for this job.")
  1. D MES^XPDUTL("You will receive a MailMan message with the results on 04/02/2020.")
  1. ;
  1. D MES^XPDUTL(" ")
  1. D BMES^XPDUTL("Update of EC NATIONAL PROCEDURE file (#725) completed.")
  1. D MES^XPDUTL(" ")
  1. Q