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 |  Used in RPC
Print Page as PDF
Routine: IBARXMR

Package: Integrated Billing

Routine: IBARXMR


Information

IBARXMR ;LL/ELZ - PHARMCAY COPAY CAP RPC STUFF ;17-NOV-2000

Source Information

Source file <IBARXMR.m>

Entry Points

Name Comments DBIA/ICR reference
RQUERY(IBR,IBICN,IBM) ; remote query call
; called from rpc IBARXM QUERY ONLY
QUERY(IBR,DFN,IBM) ; call for querying data
; IBR = where results are returned
; IBM = month/year for query
TRANS(IBR,IBICN,IBD) ; remote procedure call for receiving transaction data (new or updated)
; called from rpc IBARXM TRANS DATA
; IBICN = the patient's ICN
; IBR = return acceptance response
; IBD = data being received on a transaction
BILL(IBR,IBICN,IBT,IBB) ; remote procedure call to indicate a bill should be
; billed after all, this occurs when a copay bill was cancelled and
; the patient had previously reached his cap and the bill indicated was
; not billed.
; called from rpc IBARXM TRANS BILL
; IBR = return acceptance response
; IBICN = patient's icn
; IBT = 354.71 transaction number to bill
; IBB = amount to bill

Used in RPC

RPC Name Call Tags
IBARXM QUERY ONLY RQUERY
IBARXM TRANS DATA TRANS
IBARXM TRANS BILL BILL
IBARXM QUERY SUPPRESS USER RQUERY
Info |  Source |  Entry Points |  Used in RPC