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

MDPOST86.m

Go to the documentation of this file.
MDPOST86 ;HPSC/MWA - POST INSTALLATION TASKS ;Sept 20, 2018
 ;;1.0;CLINICAL PROCEDURES;**86**;Sept 20, 2018;Build 7
 ;;Per VA Directive 6402, this routine should not be modified.
 ;
 ; This routine uses the following IAs:
 ;  #10141       - MES^XPDUTL  Kernal  (supported)
 ;  #2263        - EN^XPAR     Kernal  (supported)
 ;
 Q
EN ; Update version number
 D MES^XPDUTL(" Post install starting....updating Parameters...")
 ;
 ; Update MD PARAMETERS with new build numbers for executables.  
 D EN^XPAR("SYS","MD PARAMETERS","VERSION_CPCONSOLE","1.0.86.2")
 ;
 D MES^XPDUTL(" MD*1.0*86 Post Init complete")
 Q
 ;
ROLLBACK ;Rollback code
 D MES^XPDUTL(" Rollback starting....updating Parameters...")
 ;
 ; Rollback MD PARAMETERS with old build numbers for executables.  
 D EN^XPAR("SYS","MD PARAMETERS","VERSION_CPCONSOLE","1.0.64.1")
 ;
 D MES^XPDUTL(" MD*1.0*86 rollback to MD*1.0*64 complete")
 Q