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

BTIUPRE.m

Go to the documentation of this file.
  1. BTIUPRE ; IHS/ITSC/LJF - PRE-INSTALL ROUTINE FOR TIU ;
  1. ;;1.0;TEXT INTEGRATION UTILITIES;;NOV 04, 2004
  1. ;
  1. PRGNOT ; make sure if have Progress Notes class, name is correct
  1. ; VA Health Summary routine ^GMTSPN expects an S on end of name
  1. NEW NAME
  1. S NAME=$$GET1^DIQ(8925.1,3,.01)
  1. I NAME="PROGRESS NOTE" D
  1. . NEW DIE,DA,DR
  1. . S DIE="^TIU(8925.1,",DA=3,DR=".01///PROGRESS NOTES"
  1. . D ^DIE
  1. ;
  1. CLEAN ; clean out BTIU OBJECT DESCRIPTION file before restoring data
  1. NEW X
  1. S X=0 F S X=$O(^BTIUOD(X)) Q:'X K ^BTIUOD(X)
  1. K ^BTIUOD("B")
  1. Q