MDK GET VISTA DATA (2344)    REMOTE PROCEDURE (8994)

Name Value
NAME MDK GET VISTA DATA
TAG RPC
ROUTINE MDKRPC1
RETURN VALUE TYPE ARRAY
AVAILABILITY RESTRICTED
INACTIVE ACTIVE
INPUT PARAMETER
  • OPTION
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   8
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    This is the routine tag that will be called to retrieve the data.
    
  • DATA
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   50
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    This is whatever data is needed by the subroutine to process the request 
    for data. In many cases it will be a single value (e.g., patient id - 
    DFN).
    
RETURN PARAMETER DESCRIPTION
Returns an array.
 
If data is found, RESULT(0) will contain a number that indicates how many 
entries are returned.
 
RESULT(1) through RESULT(n) will contain the data that is found.
 
 RESULT(0)=number or
 RESULT(0)=-1^error message
 RESULT(1)=data
 RESULT(n)=data
 
If data is not found, RESULT(0) will be contain a "-1" in the first piece 
and an error message in the second piece.