| $$GETREL(DFN,DGTYPE,DGDT,DGMT) | 
This function call is used to determine all of a
veteran's active dependents at the time of his Means Test.
 
 | 
| VARIABLES | 
TYPE | 
VARIABLES DESCRIPTION | 
 
DFN | 
Input | 
DFN points to the patient in file #2.
 
 | 
DGTYPE | 
Input | 
DGTYPE is a string which contains the type of
dependents to locate.
 
 | 
DGDT | 
Input | 
DGDT is the date on which active dependents should be
located.
 
 | 
DGREL | 
Output | 
The output array DGREL contains pointers to all
desired active dependents in the PATIENT RELATION (#408.12) file.
 
 | 
DGDEP | 
Input | 
DGDEP contains the total number of active dependents.
 
 | 
DGMT | 
Input | 
DGMT points to the means test in file #408.31.
 
 | 
 
 | 
$$RESET(DFN,DGDT) | 
This call is used to update the veteran's income
relation record in file #408.22 with the number of dependent children (field
#.13) and whether he has dependent children (#.08).
 
 | 
| VARIABLES | 
TYPE | 
VARIABLES DESCRIPTION | 
 
DFN | 
Input | 
DFN points to the patient in file #2.
 
 | 
DGDT | 
Input | 
DGDT is the date on which active dependents should be
found.
 
 | 
 
 |