$$TRISTA(RX,RFL,.RESP,FROM) |
This API is used to validate whether the prescription
should be pulled from suspense. It verifies that the response message from
ECME does not indicate that the claim is still in progress or it is not
non-billable. If either of these are the case, a 1 (one) is returned. The
default is 0 (zero).
|
VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
RX |
Input |
Prescription IEN.
|
RFL |
Input |
Prescription fill number.
|
RESP |
Input |
Response information from ECME for the Rx and fill.
See IA #4415 for detailed information of what is returned from ECME.
|
FROM |
Input |
Code for the calling routine (i.e. PL or PC for
suspense).
|
X |
Output |
Returns 1 (one) for hold Rx in suspense or 0 (zero)
to not hold in suspense.
|
|