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

ICPT62.m

Go to the documentation of this file.
  1. ICPT62 ;DAN/SLC - Add Health Summary to application group of CPT file ;1/13/98 14:50
  1. ;;6.0;CPT/HCPCS**2**;May 19, 1997
  1. POST ;
  1. ;Need to add "GMTS" to the application group of file 81 to allow
  1. ;SURGERY SEL NON OR PROCEDURES component to be able to select CPT
  1. ;codes.
  1. D BMES^XPDUTL("Adding 'GMTS' to the application group of the CPT (#81) file.")
  1. N DIE,DA,DR
  1. S DIE=1,DA=81,DR="10///GMTS"
  1. D ^DIE
  1. D BMES^XPDUTL("Done.")
  1. Q
  1. ;