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

ORAMP516.m

Go to the documentation of this file.
  1. ORAMP516 ;HPS/DM - Post Installation Tasks ; 8/22/19 1:37pm
  1. ;;3.0;ORDER ENTRY/RESULTS REPORTING;**516**;Dec 17, 1997;Build 1
  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*516 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.516.1")
  1. D MES^XPDUTL("Parameters updated.")
  1. ;
  1. D MES^XPDUTL("OR*3.0*516 Post Init complete")
  1. ;
  1. Q