- 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
- --- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HEC2P149A 1300 printed Mar 13, 2025@20:59:58 Page 2
- EC2P149A ;ALB/DBE - EC National Procedure Update; Feb 05, 2020@13:46
- +1 ;;2.0;EVENT CAPTURE;**149**;May 8, 1996;Build 2
- +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^EC2P149B
- +6 ;change description
- DO NAMECHG^EC2P149B
- +7 ;change CPT code
- DO CPTCHG^EC2P149C
- +8 ;inactivate code
- DO INACT^EC2P149C
- +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 04/02/2020 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=3200402.0100
- +17 SET ZTDESC="Inspecting EC Event Code Screens file"
- SET ZTIO=""
- DO ^%ZTLOAD
- +18 DO BMES^XPDUTL("Done. Task: "_$GET(ZTSK)_" has been created for this job.")
- +19 DO MES^XPDUTL("You will receive a MailMan message with the results on 04/02/2020.")
- +20 ;
- +21 DO MES^XPDUTL(" ")
- +22 DO BMES^XPDUTL("Update of EC NATIONAL PROCEDURE file (#725) completed.")
- +23 DO MES^XPDUTL(" ")
- +24 QUIT