| BPSVRX |
Call it from the top: D ^BPSVRX
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
BPSVRX('RXIEN') |
Input |
Calling application may define the internal Rx ien
(ien to file# 52) into local array entry BPSVRX("RXIEN"). This is optional.
If not defined, then the ECME application will prompt for the Rx#.
|
BPSVRX('FILL#') |
Input |
Calling application may define the fill number into
local array entry BPSVRX("FILL#"). This is optional. If not defined, then
the ECME application will prompt for the fill#.
|
|
RFL |
Returns a list of all ECME fill numbers for a
prescription from the BPS TRANSACTION file #9002313.59.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
RXIEN |
Input |
Prescription IEN from the PRESCRIPTION File (#52).
|
FILLIST |
Output |
An array that is returned with a list of the Fill
Numbers from the BPS TRANSACTION File (#9002313.59). The output parameter MUST
be passed in by reference. Array output format:
FILLIST(fill#)=BPS Transaction file ien (pointer to file #9002313.95).
|
|