RDCHG(DFN,FDT,TDT) |
****************************************************************
NOTE: It is the responsibility of the calling application to
kill the ^TMP($J,"RDCHG") global reference prior to
calling this api and also after the calling routine is
done with the global reference.
****************************************************************
Input
DFN - Patients DFN (Optional, If not passed return all vets)
FDT - Beginning Date Range (Optional)
TDT - Ending Date Range (Optional)
Output
DFN = Pointer to PATIENT file (#2)
OCC = Single occurrence of a Rated Disability change for Veteran
^TMP($J,"RDCHG",DFN,OCC)=P1^P2^P3^...etc
Where: P1 = DATE/TIME OF CHANGE (fileman format)
P2 = RATED DISABILITIES CODE (external value)
P3 = RATED DISABILITIES NAME (external value)
P4 = DISABILITY % (numeric value)
P5 = EXTREMITY AFFECTED (internal code)
P6 = EXTREMITY AFFECTED (external code)
P7 = ORIGINAL EFFECTIVE DATE (fileman format)
P8 = CURRENT EFFECTIVE DATE (fileman format)
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
Patients DFN (Optional, If not passed return all
vets)
|
FDT |
Input |
Beginning Date Range (Optional)
|
TDT |
Input |
Ending Date Range (Optional)
|
|