
| Name | Value |
|---|---|
| NAME | DSIC DDR FINDER |
| TAG | FIND |
| ROUTINE | DSICDDR0 |
| RETURN VALUE TYPE | GLOBAL ARRAY |
| AVAILABILITY | AGREEMENT |
| WORD WRAP ON | TRUE |
| DESCRIPTION | Call FIND^DIC to get a list of matches on the file for the input value |
| INPUT PARAMETER |
|
| RETURN PARAMETER DESCRIPTION | Returns an array in the following format: 1^MOUSE,MICKEY^000000001 2^MOUSE,MINNIE^000000002 but if FIELD=".09^.01", you would see: 1^000000001^MOUSE,MICKEY 2^000000002^MOUSE,MINNIE Array[0]=Number of entries found^Number of entries requested^Any more entries to return? Array[1]-[n]=IEN^Values of fields requested in VEJDVAL (in order) For instance: if FILE=2 (the PATIENT file) and FIELD=".01^.09" (name and SSAN respectively), then a sample return may look like: |