
| Name | Value |
|---|---|
| NAME | DSSO DIS LIST |
| TAG | DSSODL |
| ROUTINE | DSSOUTD |
| RETURN VALUE TYPE | ARRAY |
| AVAILABILITY | AGREEMENT |
| WORD WRAP ON | TRUE |
| DESCRIPTION | This RPC takes in an IEN and FILE number and returns a list of disabilities for the patient associated with the record. |
| INPUT PARAMETER |
|
| RETURN PARAMETER DESCRIPTION |
Returns an array List[n].
If nothing is found, the return will be List[n] = 0^NOTHING FOUND.
If an error occurs, the return will be List[n] = -1^message.
The format of the returned array will be as follows:
List[n] = p1^p2^p3
p1 = Disability Description
p2 = Disability Percentage
p3 = Service Connected (Yes or No)
|