DQ |
This entry point is called by the CMOP package to
pass the internal entry number of the Prescription file (#52) to the
Outpatient Pharmacy software to print the prescription label. prescription
label information.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
PPL |
Input |
The input variable PPL, which contains the internal
entry number from the Prescription file (#52), is passed to PSOLBL. No data is
returned to the OP package.
|
|
IBCP |
This entry point is called once for each DFN and it
"helps determine" the copay status that will print on the CMOP form. If the
patient is income exempt or 100% service connected, it will return a 0 for not
billable. ("NO COPAY"). Additional checks for other exemptions are done
following the call to determine the copay status if the value returned is a 1
or a 2.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DFN |
Input |
Patient VistA ID
|
PSOSITE |
Input |
Pointer to Pharmacy Site File (#59)
|
PSOLBLCP |
Output |
0 -- NOT BILLABLE
1 -- BILLABLE
2 -- ADDITIONAL DATA NEEDED
|
|