DENTV MULT PARAM

TITLEVALUE
NAMEDENTV MULT PARAM
DESCRIPTIONThis will return all instances for a parameter. The Parameter should be
multi-instance. The difference between this call and the national XPAR
call is that this call will return a value for every parameter-instance
combination regardless of entity. It will return the value for the
entity of highest precedence.
TAGMULT
ROUTINEDENTVRX1
INPUT PARAMETERSSEQUENCE NUMBER1
INPUT PARAMETERPARAM
DESCRIPTIONThis is the name of the parameter.
PARAMETER TYPELITERAL
REQUIREDYES
MAXIMUM DATA LENGTH30

INPUT PARAMETERSSEQUENCE NUMBER2
INPUT PARAMETERFLAG
DESCRIPTIONThis flag contains characters that control the information returned.
Flag can consists of these four characters, I, i, V, v. The default
value for flag is "iv".
If flag [ "I" - return internal instance
"i" - return external instance
"V" - return internal value
"v" - return external value

In each array element retruned, the sequence of these values will depend
upon the sequence of the character in FLAG.
PARAMETER TYPELITERAL
REQUIREDNO
MAXIMUM DATA LENGTH4

INPUT PARAMETERSSEQUENCE NUMBER3
INPUT PARAMETEROTHER
DESCRIPTIONThis list array will allow you send in specific entities. There defaults
for specific entity types, USR, PKG, and SYS. USR defaults to th current
DUZ. These can be over-ridden by passing an explicit entity in this
OTHER array. The format of OTHER():
List[sub] := entity where sub =0,1,2,3,4,...
The entity must be the full explicit entity. For example:
USR.`12345 to get the defaults for NEW PERSON user whose DUZ is 12345
In this case, USR.`duz will override the default of using the DUZ of
the person who is signed on.

This RPC uses the entities from the Parameter Definition file. For SYS
and PKG there should only be one occurrence for each entity-param-instance
combination. But this is not so for other entity classes, like HOSPTIAL
LOCATION, DEVICE, DIVISION, etc. Therefore for these entity classes you
must pass in the full entity syntax in this OTHER array. The will only
be one occurrence of each param-instance combination for each entity
class.
PARAMETER TYPELIST
REQUIREDNO
MAXIMUM DATA LENGTH40

RETURN VALUE TYPEGLOBAL ARRAY
RETURN PARAMETER DESCRIPTIONOn error return List[0] = -1^message
Else return List[n] = entity^p2^p3^p4^p5 where n=0,1,2,3,4,...
entity = three character code for the entity
p2,p3,p4,p5 = Instances and Value values

How many p2,p3,p4,p5 are returned depends upon the number of characters
and their sequence in the FLAG input parameter.
For example if FLAG = "vIV" then
p2 = external value
p3 = internal instance
p4 = internal value
AVAILABILITYAGREEMENT
INACTIVE
CLIENT MANAGER
WORD WRAP ONTRUE
VERSION
SUPPRESS RDV USER SETUP
APP PROXY ALLOWED