VistA Analysis » VistA Reference » RPCs » DSIC DDR FINDER

DSIC DDR FINDER

Call FIND^DIC to get a list of matches on the file for the input value

Properties

Property Value
Label FIND
MUMPS Implementation DSICDDR0
Return Type GLOBAL ARRAY

Input Parameters

Name Type Maximum Data Length Required Description
FILE LITERAL 20 true This is the number of the file in which you wish to search.
IENS LITERAL 30 true This is the IENS through which you wish to search for the value VALUE.If you are searching the top level of a file, this should be null. Seethe FileMan Programmers manual for instructions on constructing IENSstrings.
FIELD LITERAL 250 true This is an ^ (or ";") delimited list of fields that you wish returned fromeach entry that matches the lookup conditions that you have specified.
NUMBER LITERAL 5 true This is the maximum number of entries to be returned. Defaults to allentries matching the lookup value VALUE.
INDEX LITERAL 50 true If you wish to do the lookup on specific indexes, then enter that here. The index string must be compliant with the Fileman Documentation.
VALUE LITERAL 100 true Enter a value that will be used by Fileman for the lookup. This call does not support the .VALUE syntax allowed by FIND^DIC
SCREEN LITERAL 250 true If you wish to use the DIC("S") equivalent then enter it here.
FLAGS LITERAL 20 true This is the Fileman FLAGS parameter used in the FILE^DIC api.


Document generated on August 31st 2022, 2:55:43 pm