- MDPOST56 ;MNTVBB/RRA - Post Installation Tasks;08/10/17 8:38am ; 1/16/18 1:36pm
- ;;1.0;CLINICAL PROCEDURES;**56**;Apr 01, 2004;Build 5
- ;;Per VA Directive 6402, this routine should not be modified.
- ;
- ; This routine uses the following IAs:
- ; #10141 - MES^XPDUTL Kernel (supported)
- ; #2263 - EN^XPAR Kernel (supported)
- ;
- Q
- EN
- ;
- ; Installing commands in the command file...
- D MES^XPDUTL(" Post install starting....updating Parameters...")
- ;
- ; CP Hemodialysis
- ; Deactivate all previous versions from XPAR
- D GETLST^XPAR(.MDKLST,"SYS","MDK GUI VERSION")
- F MDK=0:0 S MDK=$O(MDKLST(MDK)) Q:'MDK D
- .D EN^XPAR("SYS","MDK GUI VERSION",$P(MDKLST(MDK),"^",1),0)
- ; Add and/or activate current client versions
- ; Update MD PARAMETERS with new build numbers for executables.
- D EN^XPAR("SYS","MDK GUI VERSION","HEMODIALYSIS.EXE:1.0.56.3",1)
- ;
- D MES^XPDUTL(" MD*1.0*56 Post Init complete")
- ;
- Q
- --- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HMDPOST56 926 printed Feb 18, 2025@23:09:54 Page 2
- 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
- +2 ;;Per VA Directive 6402, this routine should not be modified.
- +3 ;
- +4 ; This routine uses the following IAs:
- +5 ; #10141 - MES^XPDUTL Kernel (supported)
- +6 ; #2263 - EN^XPAR Kernel (supported)
- +7 ;
- +8 QUIT
- EN +1 ;
- +2 ; Installing commands in the command file...
- +3 DO MES^XPDUTL(" Post install starting....updating Parameters...")
- +4 ;
- +5 ; CP Hemodialysis
- +6 ; Deactivate all previous versions from XPAR
- +7 DO GETLST^XPAR(.MDKLST,"SYS","MDK GUI VERSION")
- +8 FOR MDK=0:0
- SET MDK=$ORDER(MDKLST(MDK))
- if 'MDK
- QUIT
- Begin DoDot:1
- +9 DO EN^XPAR("SYS","MDK GUI VERSION",$PIECE(MDKLST(MDK),"^",1),0)
- End DoDot:1
- +10 ; Add and/or activate current client versions
- +11 ; Update MD PARAMETERS with new build numbers for executables.
- +12 DO EN^XPAR("SYS","MDK GUI VERSION","HEMODIALYSIS.EXE:1.0.56.3",1)
- +13 ;
- +14 DO MES^XPDUTL(" MD*1.0*56 Post Init complete")
- +15 ;
- +16 QUIT