DDR FIND1 (145)    REMOTE PROCEDURE (8994)

Name Value
NAME DDR FIND1
TAG FIND1C
ROUTINE DDR2
RETURN VALUE TYPE ARRAY
AVAILABILITY RESTRICTED
DESCRIPTION
This function returns the internal entry number of a record using
$$FIND1^DIC.
INPUT PARAMETER
  • PARAMETERS
    PARAMETER TYPE:   LIST
    MAXIMUM DATA LENGTH:   512
    REQUIRED:   YES
    DESCRIPTION:   
    This array contains the following parameters necessary to call
            Q  quick lookup
            X  exact match only
            R  record the ien in ^DISV via RECALL^DILFD
       "VALUE" the lookup value
       "XREF" the indexes that would be searched for a match
       "SCREEN" screen to apply to the record found
    $$FIND1^DIC.
     
       "FILE" the file or subfile number to search
       "IENS" the IENS that identifies the subfile if FILE is a subfile number
       "FLAGS" possible values include:
            A  allow pure numeric input to always be tried as an IEN
            M  multiple index allowed
            O  only find an exact match if possible
    
RETURN PARAMETER DESCRIPTION
This parameter returns a valid internal record number if a match
is found, a 0 if no match was found or a -1 if an error occurred.
 
(For now, this is 'single value'.  It will return the error array
later.)