$$ACTIVE(FILE,IEN,DGDT) |
Input: -- FILE to determine if checking SPECIALTY file (#42.4)
or FACILITY TREATING SPECIALTY file (#45.7)
-- IEN as the internal entry number of treating specialty
-- DGDT as 'as of' date (uses DT if undefined)
Output: -- 1 if active, 0 otherwise
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
FILE |
Input |
File number of SPECIALTY file (#42.4) or FACILITY
TREATING SPECIALTY file (#45.7).
|
IEN |
Input |
Internal entry number of treating specialty.
|
DGDT |
Used |
'As of' date (uses DT if not defined).
|
|