Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points
Print Page as PDF
Routine: FBUTL

Package: Fee Basis

Routine: FBUTL


Information

FBUTL ;WCIOFO/SAB-FEE BASIS UTILITY ;4/8/2004

Source Information

Source file <FBUTL.m>

Entry Points

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
  • ICR #2765
    • Status: Retired
    • Usage: Supported
    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.
  • ICR #4396
    • Status: Active
    • Usage: Controlled Subscription
    Info |  Source |  Entry Points