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

ORAMP600.m

Go to the documentation of this file.
  1. ORAMP600 ;SLC/SLP - Post Installation Tasks ;Jul 31, 2023@09:25
  1. ;;3.0;ORDER ENTRY/RESULTS REPORTING;**600**;Dec 17, 1997;Build 4
  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*600 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.600.2")
  1. D MES^XPDUTL("Parameters updated.")
  1. ;
  1. D MES^XPDUTL("OR*3.0*600 Post install complete")
  1. ;
  1. Q