MDPOST76 ;HPSC/MWA - POST INSTALLATION TASKS ;Oct 5, 2018
;;1.0;CLINICAL PROCEDURES;**76**;Oct 5, 2018;Build 6
;;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
;
; Update MD PARAMETERS with new build numbers for executables.
D EN^XPAR("SYS","MD PARAMETERS","VERSION_CPFLOWSHEETS","1.0.76.2")
;
Q
;
--- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HMDPOST76 515 printed Oct 16, 2024@17:44:32 Page 2
MDPOST76 ;HPSC/MWA - POST INSTALLATION TASKS ;Oct 5, 2018
+1 ;;1.0;CLINICAL PROCEDURES;**76**;Oct 5, 2018;Build 6
+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 ;
+2 ; Update MD PARAMETERS with new build numbers for executables.
+3 DO EN^XPAR("SYS","MD PARAMETERS","VERSION_CPFLOWSHEETS","1.0.76.2")
+4 ;
+5 QUIT
+6 ;