MDK GET VISTA DATA

TITLEVALUE
NAMEMDK GET VISTA DATA
DESCRIPTION
TAGRPC
ROUTINEMDKRPC1
INPUT PARAMETERSSEQUENCE NUMBER1
INPUT PARAMETEROPTION
DESCRIPTIONThis is the routine tag that will be called to retrieve the data.
PARAMETER TYPELITERAL
REQUIREDYES
MAXIMUM DATA LENGTH8

INPUT PARAMETERSSEQUENCE NUMBER2
INPUT PARAMETERDATA
DESCRIPTIONThis 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).
PARAMETER TYPELITERAL
REQUIREDYES
MAXIMUM DATA LENGTH50

RETURN VALUE TYPEARRAY
RETURN PARAMETER DESCRIPTIONReturns an array.

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.

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.
AVAILABILITYRESTRICTED
INACTIVEACTIVE
CLIENT MANAGER
WORD WRAP ON
VERSION
SUPPRESS RDV USER SETUP
APP PROXY ALLOWED