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

MDPOST56.m

Go to the documentation of this file.
  1. MDPOST56 ;MNTVBB/RRA - Post Installation Tasks;08/10/17 8:38am ; 1/16/18 1:36pm
  1. ;;1.0;CLINICAL PROCEDURES;**56**;Apr 01, 2004;Build 5
  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. ;
  1. ; Installing commands in the command file...
  1. D MES^XPDUTL(" Post install starting....updating Parameters...")
  1. ;
  1. ; CP Hemodialysis
  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.56.3",1)
  1. ;
  1. D MES^XPDUTL(" MD*1.0*56 Post Init complete")
  1. ;
  1. Q