FBUTL ;WCIOFO/SAB-FEE BASIS UTILITY ;4/8/2004
Source file <FBUTL.m>
Name | Comments | DBIA/ICR reference |
---|---|---|
AUTH(FBDA,FBCUT) | ; FEE Authorization extrinsic function
; Determines if the patient has any FEE authorizations on file. ; An optional date can be specified to determine if the patient has ; any FEE authorizations in effect on or after the specified date. ; input ; FBDA - patient internal entry number (DFN) ; of the PATIENT (#2) and FEE BASIS PATIENT (#161) file ; FBCUT - (optional) cutoff date (fileman format) ; Default: none ; authorizations with a TO DATE prior to the ; cutoff date (if specified) will not be considered. ; returns a value of 1 or 0 ; will be true (1) if patient has one or more FEE authorizations |
|
AUTHL(FBDFN,FBSN,FBDT,FBAR) | ; authorization list for patient
; Integration Agreement #4396 ; This API returns authorization data for a specified patient. ; Authorizations that have been Austin Deleted will not be returned. |
|