GMV DLL VERSION (2116)    REMOTE PROCEDURE (8994)

Name Value
NAME GMV DLL VERSION
TAG DLL
ROUTINE GMVUTL8
RETURN VALUE TYPE SINGLE VALUE
AVAILABILITY SUBSCRIPTION
INACTIVE ACTIVE
DESCRIPTION
Returns a YES or NO response to indicate if the Dynamic Link Library (DLL)
file should be used.
 
This remote procedure call is documented in Integration Agreement 4420.
INPUT PARAMETER
  • GMVX
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   50
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    This value is the name of the file and the date/time associated with it 
    (e.g., GMV_VITALSVIEWENTER.DLL:v. 07/21/05 10:34).
    
RETURN PARAMETER DESCRIPTION
Returns YES if the file can be used. Returns NO, if the file cannot be
used. Returns null if the file was not found.
 
Example:
 > S GMVX="GMV_VITALSVIEWENTER.DLL:v. 07/21/05 10:34"
 > D DLL^GMVUTL8(.RESULT,GMVX) ZW RESULT
 > RESULT="NO"