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
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HMDPOST86 926 printed Oct 16, 2024@17:44:37 Page 2
MDPOST86 ;HPSC/MWA - POST INSTALLATION TASKS ;Sept 20, 2018
+1 ;;1.0;CLINICAL PROCEDURES;**86**;Sept 20, 2018;Build 7
+2 ;;Per VA Directive 6402, this routine should not be modified.
+3 ;
+4 ; This routine uses the following IAs:
+5 ; #10141 - MES^XPDUTL Kernal (supported)
+6 ; #2263 - EN^XPAR Kernal (supported)
+7 ;
+8 QUIT
EN ; Update version number
+1 DO MES^XPDUTL(" Post install starting....updating Parameters...")
+2 ;
+3 ; Update MD PARAMETERS with new build numbers for executables.
+4 DO EN^XPAR("SYS","MD PARAMETERS","VERSION_CPCONSOLE","1.0.86.2")
+5 ;
+6 DO MES^XPDUTL(" MD*1.0*86 Post Init complete")
+7 QUIT
+8 ;
ROLLBACK ;Rollback code
+1 DO MES^XPDUTL(" Rollback starting....updating Parameters...")
+2 ;
+3 ; Rollback MD PARAMETERS with old build numbers for executables.
+4 DO EN^XPAR("SYS","MD PARAMETERS","VERSION_CPCONSOLE","1.0.64.1")
+5 ;
+6 DO MES^XPDUTL(" MD*1.0*86 rollback to MD*1.0*64 complete")
+7 QUIT