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

TIU315P.m

Go to the documentation of this file.
  1. TIU315P ;HPS/CWB - Post Installation Tasks;MAR 3, 2017@3:47pm
  1. ;;1.0;TEXT INTEGRATION UTILITIES;**315**;Jun 20, 1997;Build 10
  1. ;;Per VA Directive 6402, this routine should not be modified..
  1. ;
  1. ; This routine uses the following IAs:
  1. ; #10141 - MES^XPDUTL Kernel (supported)
  1. ; #2263 - EN^XPAR Kernel (supported)
  1. ;
  1. Q
  1. EN ;
  1. ;
  1. N TIUERR
  1. S TIUERR=""
  1. ; Installing commands in the command file...
  1. D MES^XPDUTL(" Post install starting....updating Parameters...")
  1. ;
  1. ; ADD TIU MED GUI VERSION with new build numbers for executables.
  1. D EN^XPAR("SYS","TIU MED GUI VERSION",1,"2.3.315.1")
  1. D BMES^XPDUTL(" TIU*1.0*315 Post Install complete")
  1. ;
  1. Q
  1. ;