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

ICD1897P.m

Go to the documentation of this file.
  1. ICD1897P ;ALB/JDG - CLUSTER UPDATE PRE-INIT;8/9/2019
  1. ;;18.0;DRG Grouper;**97**;Oct 20, 2000;Build 5
  1. ;
  1. Q
  1. ;
  1. EN ; start update
  1. D PREINIT
  1. Q
  1. ;
  1. PREINIT ; Patch Pre-Init: Delete DD and Data of DRG PROCEDURE GROUPS Subfile PROCEDURES (#83.61, 10)
  1. ; The Cluster Procedures are being moved from Node 10 to Node 20 of file #83.61.
  1. ; The Cluster Attributes will be added at Node 10. The patch will load the new Attribute Data and DD at node 10.
  1. ; During the Pre-Init both the Data and the DD for node 10 must be deleted for clean-up.
  1. ;
  1. D BMES^XPDUTL("Pre-Installation Updates: PREINIT^ICD1897P")
  1. D BMES^XPDUTL(">>> Delete DRG MDC CATEGORY (#83) file.")
  1. ;
  1. D DELDA
  1. ;
  1. D MES^XPDUTL(" Deletion of file complete. Will be updated during install.")
  1. ;
  1. D BMES^XPDUTL(">>> Delete DRG PROCEDURE GROUPS Subfile PROCEDURES (#83.61, 10).")
  1. ;
  1. D DELDD
  1. ;
  1. D MES^XPDUTL(" Deletion of sub-file complete. Will be updated during install.")
  1. D BMES^XPDUTL("Pre-Installation Updates Complete.")
  1. Q
  1. ;
  1. DELDD ; Delete DD and Data of DRG PROCEDURE GROUPS Subfile PROCEDURES (#83.61, 10)
  1. ;
  1. N DIU S DIU=83.6101,DIU(0)="DST" D EN^DIU2 K DIU
  1. Q
  1. ;
  1. DELDA ; Delete Data in DRG MDC CATEGORY (#83) file
  1. ;
  1. S DIK="^ICDD(83," S DA=0 F S DA=$O(^ICDD(83,DA)) Q:DA=0 D ^DIK
  1. Q