- MDPOST87 ;HPSC/MWA - POST INSTALLATION TASKS ;Oct 5, 2018
- ;;1.0;CLINICAL PROCEDURES;**87**;Oct 5, 2018;Build 4
- ;;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.87.1")
- ;
- Q
- ;
- --- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HMDPOST87 515 printed Feb 18, 2025@23:10:09 Page 2
- MDPOST87 ;HPSC/MWA - POST INSTALLATION TASKS ;Oct 5, 2018
- +1 ;;1.0;CLINICAL PROCEDURES;**87**;Oct 5, 2018;Build 4
- +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.87.1")
- +4 ;
- +5 QUIT
- +6 ;