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

MDPOST51.m

Go to the documentation of this file.
  1. MDPOST51 ;MNTVBB/RRA - Post Installation Tasks;01/07/17
  1. ;;1.0;CLINICAL PROCEDURES;**51**;Apr 01, 2004;Build 8
  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 ; Post installation tasks to bring Legacy CP up to snuff
  1. ;
  1. ;
  1. ; Installing commands in the command file...
  1. D MES^XPDUTL(" Post install starting....updating Parameters...")
  1. ;
  1. ; Update MD PARAMETERS with new build numbers for executables.
  1. D EN^XPAR("SYS","MD PARAMETERS","VERSION_CPFLOWSHEETS","1.0.51.6")
  1. ;
  1. D MES^XPDUTL(" MD*1.0*51 Post Init complete")
  1. ;
  1. Q
  1. ;