Print Page as PDF
DBIA3343 ICR (3343)

DBIA3343    ICR (3343)

Name Value
NUMBER 3343
IA # 3343
DATE CREATED 2001/04/18
CUSTODIAL PACKAGE INTEGRATED BILLING
USAGE Private
TYPE Routine
DBIC APPROVAL STATUS APPROVED
ROUTINE IBCOIVM1
NAME DBIA3343
GENERAL DESCRIPTION
Accounts Receivable has permission to make the
following calls to IB in order to get information about bills:
STATUS Active
DURATION Till Otherwise Agreed
ID IBCOIVM1
COMPONENT/ENTRY POINT
COMPONENT/ENTRY POINT COMPONENT DESCRIPTION VARIABLES
$$BTYP(BN,X)
This function returns the bill type as the following:

"R" - Pharmacy Refill
"P" - Prosthetics
"I" - Inpatient
"O" - Outpatient

AR uses this function in the generation of the AR Workload To-Do List. It
passes a pointer to the BILL/CLAIMS file (#399) plus the zero node of this
entry and the function returns one of the 4 classifications above for the
bill.

VARIABLES TYPE VARIABLES DESCRIPTION
BN Input
Pointer to the bill in file #399
X Input
Zeroth node of pointed-to bill entry
$$BTYP Output
There are 4 possible values returned by this
function:

"R" - Pharmacy Refill
"P" - Prosthetics
"I" - Inpatient
"O" - Outpatient

SUBSCRIBING PACKAGE ACCOUNTS RECEIVABLE