DSIV DDR GETS ENTRY DATA

TITLEVALUE
NAMEDSIV DDR GETS ENTRY DATA
DESCRIPTIONThis calls GETS^DIQ to get a list of field values for a record
TAGGET
ROUTINEDSIVDDR0
INPUT PARAMETERSSEQUENCE NUMBER1
INPUT PARAMETERFILE
DESCRIPTIONThis is the number of the file in which you wish to search.
PARAMETER TYPELITERAL
REQUIREDYES
MAXIMUM DATA LENGTH20

INPUT PARAMETERSSEQUENCE NUMBER2
INPUT PARAMETERIENS
DESCRIPTIONThis is the IENS for the search. See the instructions on constructing an
IENS in the FileMan Programmer's Manual
PARAMETER TYPELITERAL
REQUIREDYES
MAXIMUM DATA LENGTH20

INPUT PARAMETERSSEQUENCE NUMBER3
INPUT PARAMETERFIELD
DESCRIPTIONThis is an ^ (or ";") delimited list of field numbers to return from the
entry identified in IENS
PARAMETER TYPELITERAL
REQUIREDYES
MAXIMUM DATA LENGTH250

INPUT PARAMETERSSEQUENCE NUMBER4
INPUT PARAMETERFLAGS
DESCRIPTION This is a string containing up to 3 characters that will modify how
FileMan presents the results of this operation:

E: Return data in external format
I: Return data in internal format

N: Do NOT return null values - not to be used by DSS GUI
R: Resolves field numbers to field names
W: Input field is a word processing field

If the W flag is passed, then this call expects that the Field parameter
will have a single field number only. The W flag must be sent by
itself. It cannot be combined with other flags. W introduced 12/9/2003.
PARAMETER TYPELITERAL
REQUIREDYES
MAXIMUM DATA LENGTH20

RETURN VALUE TYPEGLOBAL ARRAY
RETURN PARAMETER DESCRIPTION Returns an array with the following format:

For non-word processing fields, List[n] := p1^p2^p3^p4^p5 n=1,2,3,...
p1 = file number (or subfile#)
p2 = iens
p3 = field number or field name
p4 = value for that field
p5 = I if value in internal format, else E if in external format

For a word processing field, return List[n] := text n=1,2,3,...
AVAILABILITYAGREEMENT
INACTIVE
CLIENT MANAGER
WORD WRAP ONTRUE
VERSION
SUPPRESS RDV USER SETUP
APP PROXY ALLOWEDYes