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
Print Page as PDF
Routine: IBARXDOC

Package: Integrated Billing

Routine: IBARXDOC


Information

IBARXDOC ;ALB/AAS - INTEGRATED BILLING, PHARMACY COPAY INTERFACE DOC ;14-FEB-91

Source Information

Source file <IBARXDOC.m>

Entry Points

Name Comments DBIA/ICR reference
XTYPE ; - tag XTYPE - returns array of billable action types for service
; input x=service^dfn
; output y= 1 if successful, -1^error code in not successful
; y(action type,n) = action type^unit cost^service
NEW ;
; - process new/renew/refill rx for charges
; - input x=service^dfn^action type^user duz
; - x(n)=softlink^units
CANCEL ; - cancel charges for a rx
; - input x = service^dfn^^user duz
; x(n)=IBnumber^Cancellation reason
UPDATE ; - will cancel current open charge and create updated entry
; - input x = service^dfn^action type^user duz
; x(n) = softlink^units^IBnumber of parent to cancel^cancellation reason
STATUS ; - will return the status of an entry in file 350
CANIBAM ; - will allow to cancel a potential charge that has not been charged.
UPIBAM ; - will cancel current potential charge and create updated entry
; in file 354.71 - ONLY one allowed at a time.
; - input x = service^dfn^action type^user duz
; x(n) = softlink^units^IBAM number (in 354.71) to cancel^cancellation reason
Info |  Source |  Entry Points