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: IBECEAU3

Package: Integrated Billing

Routine: IBECEAU3


Information

IBECEAU3 ;ALB/CPM - Cancel/Edit/Add... Add New IB Action; 11-MAR-93

Source Information

Source file <IBECEAU3.m>

Entry Points

Name Comments DBIA/ICR reference
ADD ; Add a new Integrated Billing Action entry.
; Input: DFN -- Pointer to patient in file #2
; IBATYP -- Pointer to Action Type in file #350.1
; IBUNIT -- Number of units of charge
; IBCHG -- Total charge
; IBDESC -- Charge description
; IBSITE -- Pointer to the facility in file #4
; IBFAC -- Facility number
; IBFR -- Bill From date
; IBTO -- Bill To date
; IBEFDT -- Bill Effective Date [OPTIONAL Rx Only]
; IBSL -- Softlink [OPTIONAL]
; IBPARNT -- Pointer to parent entry in #350 [OPTIONAL]
; IBEVDA -- Pointer to parent event in #350 [OPTIONAL], or
; -- "*" to set ibevda=ibn
; IBEVDT -- Event Date [OPTIONAL]
; IBIL -- Bill Number [OPTIONAL]
; IBCRES -- Pointer to canc. reason in #350.3 [OPTIONAL]
; IBXA -- IB Action billing group [OPTIONAL]
; IBJOB -- Option being executed [OPTIONAL]
; IBCVA -- CHAMPVA Admission date [OPTIONAL]
; IBSTOPDA -- Pointer to clinic stop entry in #352.5 [OPTIONAL]
; (used for new outpatient appts created in IB)
; IBGMTR -- GMT Related flag [OPTIONAL]
; IBTIER -- Copay Tier [OPTIONAL]
ADDQ
CTBB ; Charge to be billed
; Check Outpat. Fee Service less than 20% Outpat Co Pay
NODED ; Could not determine the Medicare Deductible amount.

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"Charge to be billed --> $",$J(IBCHG,0,2)
  • Line Location: CTBB+5
Function Call: WRITE
  • Prompt: !,*7,"The Medicare Deductible Amount for ",$$DAT1^IBOUTL(IBCLDT)," could not be determined."
  • Line Location: NODED+1
Function Call: WRITE
  • Prompt: !,"You should determine the cause of this problem before proceeding."
  • Line Location: NODED+2

FileMan Files Accessed Via FileMan Db Call

FileNo Call Tags
^IB - [#350] Classic Fileman Calls
Info |  Source |  Entry Points |  Interaction Calls |  FileMan Files Accessed Via FileMan Db Call