DSSO DIS LIST (4221)    REMOTE PROCEDURE (8994)

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
  • DSSOIEN
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    An IEN for the input file (#668 or #660)
    
  • DSSOFNO
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    REQUIRED:   YES
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    The file number you wish to search.
     
    Must be either #668 or #660.
    
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)