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

MDPOST50.m

Go to the documentation of this file.
  1. MDPOST50 ;MNTVBB/RRA - Post Installation Tasks;01/07/17
  1. ;;1.0;CLINICAL PROCEDURES;**50**;Apr 01, 2004;Build 2
  1. ;;Per VA Directive 6402, this routine should not be modified..
  1. ;
  1. ; This routine uses the following IAs:
  1. ; IA# 10141 MES^XPDUTL Kernel
  1. ; IA# 2263 [Supported] XPAR Utilities
  1. ;
  1. Q
  1. EN ; Post installation tasks to bring Legacy CP up to snuff
  1. ;
  1. N MDK,MDKLST
  1. ; Installing commands in the command file...
  1. D MES^XPDUTL(" Post install starting....updating Parameters...")
  1. ;
  1. ; Deactivate all previous versions from XPAR
  1. D GETLST^XPAR(.MDKLST,"SYS","MDK GUI VERSION")
  1. F MDK=0:0 S MDK=$O(MDKLST(MDK)) Q:'MDK D
  1. .D EN^XPAR("SYS","MDK GUI VERSION",$P(MDKLST(MDK),"^",1),0)
  1. ; Add and/or activate current client versions
  1. ; Update MD PARAMETERS with new build numbers for executables.
  1. D EN^XPAR("SYS","MDK GUI VERSION","HEMODIALYSIS.EXE:1.0.50.3",1)
  1. ;
  1. D MES^XPDUTL(" MD*1.0*50 Post Init complete")
  1. ;
  1. Q
  1. ;