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 |  FileMan Files Accessed Via FileMan Db Call
Print Page as PDF
Routine: IBJDB21

Package: Integrated Billing

Routine: IBJDB21


Information

IBJDB21 ;ALB/RB - REASONS NOT BILLABLE REPORT (COMPILE) ;19-JUN-00

Source Information

Source file <IBJDB21.m>

Entry Points

Name Comments DBIA/ICR reference
EN ; - Entry point from IBJDB2.
ENQ
AMOUNT(EPS,CLM) ; Return the Amount not billed
; Input: EPS - Episode(1=Inpatient,2=Outpatient,3=Prosthet.,4=Prescr.)
; CLM - Pointer to Claim Tracking File (#356)
AMT1 ; - Inpatient Charges
AMT2 ; - Outpatient Charges
AMT3 ; Prosthetic Charges
AMT4 ; - Prescription Charges
QAMT
CLAMT(DFN,EPDT,PT) ; Returns the Total Amount of Claims for Patient/Episode
QCLAMT
OPT(IBOE,IBDT) ; - Has the outpatient encounter been billed?
; Input: IBOE=pointer to outpatient encounter in file #409.68
; IBDT=event date CLAIMS TRACKING(#356)
;
; ; *Pre-set variables: DFN=patient IEN, RIMB=bill rate
;
OPTQ
AVG(EPDT) ; Returns the Average Amount of Inpatient Professional per
; Number of Episodes for the previous 12 months
QAVG
PRVSPC(EPS,CLM) ; Return the Provider and the Specialty
; Input: EPS - Episode(1 = Inpatient OR 2 = Outpatient)
; CLM - Pointer to Claim Tracking File (#356)
; Output: Provider Code (Pointer to #200) ^ Provider Name ^
; Specialty Code (Pointer to #40.7 or #45.7) ^ Specialty Name
QPS
PHDL ; - Print the header line for the Excel spreadsheet

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: $P(RELBILL,";",X)_" "
  • Line Location: EN+65
Function Call: WRITE
  • Prompt: ""
  • Line Location: EN+66
Function Call: WRITE
  • Prompt: !,X
  • Line Location: PHDL+4

FileMan Files Accessed Via FileMan Db Call

FileNo Call Tags
^VA(200 - [#200] Classic Fileman Calls
^IBT(356 - [#356] EXTERNAL^DILFD
^RMPR(660 - [#660] Classic Fileman Calls
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call