REJCOM |
REJCOM^PSOREJU4(RX,FIL,COB,.RET) is a procedure which
exists in Outpatient Pharmacy and which is allowed to be called by ECME for
the purpose of obtaining the pharmacist comments pertaining to all ECME
rejections for the given prescription, fill number, and COB payer sequence.
Data will be returned in a local array format.
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
RX |
Input |
Prescription IEN (required)
|
FIL |
Input |
fill number (required)
|
COB |
Input |
COB - coordination of benefits insurance sequence
indicator. This is an optional parameter. If the COB is present, then the COB
must match. If the COB is not present, then no COB check is performed.
|
RET |
Output |
RET is the output array that is built. It must be
passed by reference. The structure is as follows:
RET(external reject code,date/time of comment,SEQ#) =
[1] date/time of comment
[2] user IEN (pointer to file 200)
[3] user comment text (up to 150 characters)
|
|