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

Package: Integrated Billing

Routine: IBARXMO


Information

IBARXMO ;LL/ELZ - PHARMACY COPAY CAP REPORTS ;21-JAN-2001

Source Information

Source file <IBARXMO.m>

Entry Points

Name Comments DBIA/ICR reference
CAP ; cap report entry point
; this report will produce a summary of patient's who have met or exceed their cap for the period selected. They may select either a mo/year or just a year.
CAPDQ ; cap report processing entry
NOBILL ; non-billable report entry point
; this report will produce a list of copay transaction which could not be billed (fully or partly) for the Month/Year selected.
NOBILLDQ ; entry point to produce the non-billable report
DEV(IBR,IBN) ; device selection
; IBR=routine, IBN=task name (only used of tasked)
HEAD(IBX,IBY) ; print header
; IBX=report name, IBY=data description for second line
; IBP is assumed for page #

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !,IBNAM,?37,$J($FN(+IBDATA,",",2),12),?53,$S($P(IBDATA,"^",2)=1:"At Cap",1:"Above Cap"),?71,$$PRIORITY^IBARXMU(DFN)
  • Line Location: CAPDQ+17
Function Call: WRITE
  • Prompt: !!,?12,"Patient Count At Cap: ",$J($FN(IBAT,",",0),12)
  • Line Location: CAPDQ+21
Function Call: WRITE
  • Prompt: !,?9,"Patient Count Above Cap: ",$J($FN(IBAB,",",0),12)
  • Line Location: CAPDQ+22
Function Call: WRITE
  • Prompt: !,?18,"Total Unbilled: ",?37,$J($FN(IBTOT,",",2),12)
  • Line Location: CAPDQ+23
Function Call: WRITE
  • Prompt: !,$E(VADM(1),1,25)_" ("_VA("BID")_")",?32,$P($P(IBZ,"^",9),"-"),?43,$$FMTE^XLFDT(IBDT),?58,$E($P($P(IBZ,"^",9),"-",2),1,13),?72,$J($FN($P(IBZ,"^",12),",",2),8)
  • Line Location: NOBILLDQ+10
Function Call: WRITE
  • Prompt: !,"QUEUED TASK #",ZTSK
  • Line Location: DEV+6
Function Call: WRITE
  • Prompt: @IOF,!,IBX,?IOM-10,"Page: ",IBP,!,IBY,!
  • Line Location: HEAD+6
Function Call: WRITE
  • Prompt: "-"
  • Line Location: HEAD+6
Function Call: WRITE
  • Prompt: !
  • Line Location: HEAD+7
Info |  Source |  Entry Points |  Interaction Calls