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.
ORAMP516 ;HPS/DM - Post Installation Tasks ; 8/22/19 1:37pm
 ;;3.0;ORDER ENTRY/RESULTS REPORTING;**516**;Dec 17, 1997;Build 1
 ;;Per VA Directive 6402, this routine should not be modified.
 ;
 ; This routine uses the following IAs:
 ; #10141 - MES^XPDUTL Kernel (supported)
 ; #2263 - EN^XPAR Kernel (supported)
 ;
 Q
EN ;
 ; Installing commands in the command file...
 D MES^XPDUTL("OR*3.0*516 Post install starting....")
 ;
 D MES^XPDUTL("Updating parameters...")
 ; Update ORAM GUI VERSION with new build number for AntiCoagulate.exe.
 D EN^XPAR("SYS","ORAM GUI VERSION",,"1.0.516.1")
 D MES^XPDUTL("Parameters updated.")
 ;
 D MES^XPDUTL("OR*3.0*516 Post Init complete")
 ;
 Q