$$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
|
|