- ORAMP516 ;HPS/DM - Post Installation Tasks ; 8/22/19 1:37pm
- ;;3.0;ORDER ENTRY/RESULTS REPORTING;**516**;Dec 17, 1997;Build 1
- ;;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("OR*3.0*516 Post install starting....")
- ;
- D MES^XPDUTL("Updating parameters...")
- ; Update ORAM GUI VERSION with new build number for AntiCoagulate.exe.
- D EN^XPAR("SYS","ORAM GUI VERSION",,"1.0.516.1")
- D MES^XPDUTL("Parameters updated.")
- ;
- D MES^XPDUTL("OR*3.0*516 Post Init complete")
- ;
- Q
- --- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HORAMP516 702 printed Feb 18, 2025@23:53:37 Page 2
- ORAMP516 ;HPS/DM - Post Installation Tasks ; 8/22/19 1:37pm
- +1 ;;3.0;ORDER ENTRY/RESULTS REPORTING;**516**;Dec 17, 1997;Build 1
- +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 ; Installing commands in the command file...
- +2 DO MES^XPDUTL("OR*3.0*516 Post install starting....")
- +3 ;
- +4 DO MES^XPDUTL("Updating parameters...")
- +5 ; Update ORAM GUI VERSION with new build number for AntiCoagulate.exe.
- +6 DO EN^XPAR("SYS","ORAM GUI VERSION",,"1.0.516.1")
- +7 DO MES^XPDUTL("Parameters updated.")
- +8 ;
- +9 DO MES^XPDUTL("OR*3.0*516 Post Init complete")
- +10 ;
- +11 QUIT