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

ICPT63PR.m

Go to the documentation of this file.
  1. ICPT63PR ;ALB/ESD - ICPT Pre-Init Driver; 2/10/98
  1. ;;6.0;CPT/HCPCS;**3**;May 19, 1997
  1. ;
  1. ;- This routine will delete the data in the ^ICPT global (file #81).
  1. ; This file MUST be reloaded upon completion of the patch installation.
  1. ;
  1. ;
  1. EN ;- Main entry point
  1. ;
  1. N I,ICPTX,XPDIDTOT
  1. ;
  1. ;- Leave header node to preserve global placement
  1. S I=0
  1. S XPDIDTOT=14300
  1. D BMES^XPDUTL("Deleting the CPT file (#81)...")
  1. F ICPTX=1:1 S I=$O(^ICPT(I)) Q:I="" K ^(I) I '(ICPTX#650) D UPDATE^XPDID(ICPTX)
  1. D BMES^XPDUTL(">>> File deletion complete! Please use the appropriate global loader")
  1. D MES^XPDUTL(" to restore the CPT global file from ICPT6_3.GBL IMMEDIATELY after")
  1. D MES^XPDUTL(" installing this patch. >>>")
  1. ENQ Q