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

Package: Integrated Billing

Routine: IBAECO


Information

IBAECO ;ALB/BGA - LONG TERM CARE OUTPATIENT TRACKER ;16-OCT-01

Source Information

Source file <IBAECO.m>

Entry Points

Name Comments DBIA/ICR reference
EN
CALC ; used to calculate the outpatient charge
; variables needed DFN, IBLTCST, IBCHG, IBFR
; this will adjust IBCHG so the patient is not above their calculated
; copay cap for the month.

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!," Calculated Monthly Copay Cap Type to be used: ",$S(IBTYP="I":"IN",1:"OUT"),"PATIENT"
  • Line Location: CALC+10
Function Call: WRITE
  • Prompt: !," Calculated Monthly Copay Cap is: $ ",$FN($P(IBLTCST,"^",$S(IBTYP="I":3,1:5)),",",2)
  • Line Location: CALC+11
Function Call: WRITE
  • Prompt: !," Total previously billed: $ ",$FN(IBT,",",2)
  • Line Location: CALC+12
Info |  Source |  Entry Points |  Interaction Calls