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

GMVXENV.m

Go to the documentation of this file.
  1. GMVXENV ;HOIFO/YH-ENVIRONMENT CHECK FOR VITALS ;2/6/02 10:57
  1. ;;5.0;GEN. MED. REC. - VITALS;;Oct 31, 2002
  1. ;
  1. ; This routine uses the following IAs:
  1. ; #10141 - ^XPDUTL calls (supported)
  1. ;
  1. EN1 ; environment check for the vitals package
  1. N GMRV
  1. S GMRV=+$$VERSION^XPDUTL("GMRV")
  1. I (GMRV>0)&(GMRV<4) D
  1. . D MES^XPDUTL("VITALS/MEASUREMENTS VERSION 5 CAN ONLY BE INSTALLED OVER VERSION 4 OR AS A VIRGIN INSTALL. YOU HAVE VERSION "_GMRV_" INSTALLED IN THIS ACCOUNT. INSTALLATION ABORTED.")
  1. . S XPDQUIT=2
  1. . Q
  1. Q