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

XUEPCSVR.m

Go to the documentation of this file.
  1. XUEPCSVR ;BIRMINGHAM/VRN - ePCS VERSION CHECK ;7/8/21 14:57
  1. ;;8.0;KERNEL;**689**;Jul 10, 1995;Build 113
  1. ;Per VHA Directive 2004-038 (or future revisions regarding same), this routine should not be modified.
  1. ;
  1. GUICHK(RESULTS,EPCSARY) ; Return server version and minimum GUI client version
  1. ;
  1. ; RPC : ePCS VERSION CHECK
  1. ;
  1. K RESULTS
  1. I $G(EPCSARY)="" Q
  1. N EPCSLST,EPCSMINV
  1. S EPCSMINV="2.2.0.0"
  1. D FIND^DIC(19,"",1,"X",EPCSARY,1,,,,"EPCSLST")
  1. I 'EPCSLST("DILIST",0) Q
  1. S RESULTS=EPCSLST("DILIST","ID",1,1)
  1. S RESULTS=$P(RESULTS,"version ",2)_U_EPCSMINV
  1. Q