Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: GMV28PST

GMV28PST.m

Go to the documentation of this file.
  1. GMV28PST ;HIOFO/FT - FIX PARAMETER SETTINGS ; 04/13/15 03:30pm
  1. ;;5.0;GEN. MED. REC. - VITALS;**28**;Oct 31, 2002;Build 13
  1. Q
  1. ; This routine uses the following IAs:
  1. ; 2263 - ^XPAR (supported)
  1. ;
  1. EN ; main entry point
  1. D DLL
  1. Q
  1. DLL ;
  1. ; Variables:
  1. ; GMV: [Private] Scratch
  1. ; GMVDLL: [Private] Current version of DLL being installed
  1. ; GMVLST: [Private] Scratch List
  1. ;
  1. ; New private variables
  1. N GMV,GMVDLL,GMVLST
  1. ; Announce my intentions
  1. D BMES^XPDUTL("Updating DLL parameter.")
  1. ; Deactivate all previous versions from XPAR
  1. D GETLST^XPAR(.GMVLST,"SYS","GMV DLL VERSION")
  1. F GMV=0:0 S GMV=$O(GMVLST(GMV)) Q:'GMV D
  1. . D EN^XPAR("SYS","GMV DLL VERSION",$P(GMVLST(GMV),"^",1),0)
  1. ; Add and/or activate current client versions
  1. S GMVDLL="GMV_VITALSVIEWENTER.DLL:v. 08/11/09 15:00" ;Bug in Patch 26 not checking correctly
  1. D EN^XPAR("SYS","GMV DLL VERSION",GMVDLL,1)
  1. S GMVDLL="GMV_VITALSVIEWENTER.DLL:v. 01/21/11 12:52" ;patch 26
  1. D EN^XPAR("SYS","GMV DLL VERSION",GMVDLL,1)
  1. S GMVDLL="5.0.28.5" ;patch 28
  1. D EN^XPAR("SYS","GMV DLL VERSION",GMVDLL,1)
  1. Q