
| Name | Value |
|---|---|
| NAME | DSSO FM FIND |
| TAG | FIND |
| ROUTINE | DSSOFM5 |
| RETURN VALUE TYPE | GLOBAL ARRAY |
| AVAILABILITY | AGREEMENT |
| WORD WRAP ON | TRUE |
| DESCRIPTION | This provides a wrapper around the FIND^DIC API. It exposes more of the functionality of the API to the RPC than the old DSIC DDR FINDER RPC. For a lookup value, this RPC will return all matches. It allows for input a multiple screening logic which would be ANDed together. This RPC is cloned from DSIC FM FIND. |
| INPUT PARAMETER |
|
| RETURN PARAMETER DESCRIPTION |
Iif problem, return one or more rows:s return one or more rows:
etc., etc., ....
List[0] = - 1^message
List[n] = message or -1^message for n=1,2,3,4,...
Return entries found that match the input value:
List[n] = results where n=0,1,2,3,4,...
1st ^-piece of results is the ien for the record from that file
2nd ^-piece equals the value of the field in the 1st ;-piece of FIELDS
3rd ^-piece equals the value of the field in the 2nd ;-piece of FIELDS
|