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 |  Interaction Calls
Print Page as PDF
Routine: IBTUTL4

Package: Integrated Billing

Routine: IBTUTL4


Information

IBTUTL4 ;ALB/AAS - CLAIMS TRACKING UTILITY ROUTINE ; 21-JUN-93

Source Information

Source file <IBTUTL4.m>

Entry Points

Name Comments DBIA/ICR reference
AEA(IBTRC,X) ; -- dd input call for authorize entire admission (field 1.08)
AEAQ
DEA(IBTRC,X) ; -- dd input call for deny entry admission (field 1.07)
DEAQ
AFDT(IBTRC,X) ; -- dd input call for check to approved from date (field .12)
; -- returns 1 if date okay, 0 if not, let input transform kill x
AFDTQ
ATDT(IBTRC,X) ; -- dd input call for check to approved to date (field .13)
; -- returns 1 if date okay, 0 if not, let input transform kill x
ATDTQ
DFDT(IBTRC,X) ; -- dd input call for check to denied from date (field .15)
; -- returns 1 if date okay, 0 if not, let input transform kill x
DFDTQ
DTDT(IBTRC,X) ; -- dd input call for check to denied to date (field .16)
; -- returns 1 if date okay, 0 if not, let input transform kill x
DTDTQ
CHK ; -- generic check functions
CHK2 ; -- if pass first set of check do these
NOTOK(MESS) ; -- process not okays
DISCH(DGPM) ; -- find discharge date for an admission
DISCHQ
ASK(IBTRN,IBW) ; Prompt for Provider or Diagnosis from PCE
; Input: IBTRN -- Pointer to Claims Tracking entry in #356
; IBW -- 1 - Provider | 2 - Diagnosis
ASKQ

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,MESS,!
  • Line Location: NOTOK+2
Function Call: WRITE
  • Prompt: !!,IBERROR,!
  • Line Location: ASKQ+0
Info |  Source |  Entry Points |  Interaction Calls