AUTH |
Authorization extrinsic function. Indicates if a
patient has any FEE authorizations in the FEE BASIS PATIENT (#161) file. An
optional cutoff date can be specified to determine if the patient has any FEE
authorizations in effect on or after the specified date.
Usage: $$AUTH^FBUTL(FBDA,FBCUT)
Returns 1 if true or 0 if false.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
FBDA |
Input |
Patient internal entry number (DFN) of the PATIENT
(#2) and FEE BASIS PATIENT (#161) file.
|
FBCUT |
Input |
Optional cutoff date (fileman format). Authorizations
with a TO DATE prior to the cutoff date (if specified) will not be considered.
|
|