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

ICD125PT.m

Go to the documentation of this file.
  1. ICD125PT ;ALB/ABR - RESTORE NAME TO ICD (DRG) GLOBAL - AUG 9 1996
  1. ;;12.0;DRG GROUPER;**5**;APR 12, 1995
  1. ;This routine will restore the .01 name value in file 80.2
  1. ;
  1. EN ;
  1. N X,Y,DA,DR,DIE
  1. D BMES^XPDUTL("Cleaning up DRG file.")
  1. S DA=0
  1. S DIE="^ICD("
  1. F S DA=$O(^ICD(DA)) Q:'DA I $E(^(DA,0))="^" D
  1. . S DR=".01///DRG"_DA D ^DIE
  1. D MES^XPDUTL(">> DONE!")
  1. Q