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

ORAMP523.m

Go to the documentation of this file.
  1. ORAMP523 ;HPS/TJL - Post Installation Tasks ;1/16/20 11:29
  1. ;;3.0;ORDER ENTRY/RESULTS REPORTING;**523**;Dec 17, 1997;Build 2
  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. ; Installing commands in the command file...
  1. D MES^XPDUTL("OR*3.0*523 Post install starting....")
  1. ;
  1. D MES^XPDUTL("Updating parameters...")
  1. ; Update ORAM GUI VERSION with new build number for AntiCoagulate.exe.
  1. D EN^XPAR("SYS","ORAM GUI VERSION",,"1.0.523.2")
  1. D MES^XPDUTL("Parameters updated.")
  1. ;
  1. D MES^XPDUTL("OR*3.0*523 Post install complete")
  1. ;
  1. Q