| DESCRIPTION OF ENHANCEMENTS |
This patch addresses the following issue:
Associated NSR(s):
==================
N/A
Participating Test Sites:
=========================
TBD
Defect Tracking System Ticket(s) & Overview:
===========================================
1. INC22416223 - VISTA: OUPATIENT PHARMACY: INBOUND ERX QUEUE ERROR
Problem:
-------
While processing the INBOUND ERX QUEUE, a user erroneously entered '^E'
at the Days Supply prompt which caused a hard error to occur. The
problem is that eRX processing is not written to allow jumping to other
OUTPATIENT PHARMACY SPEED RENEW OF RX STATUS DISCONTINUED BY PROVIDER
prompts.
Resolution:
----------
The logic is updated to handle input that starts with a caret (^) the
same as when only a caret (^) is entered and exit. This change affects
the prompts handled by QTYDSRFL^PSOERXU4, which are DAYS SUPPLY,
QUANTITY, and REFILLS. The error was not seen for other prompts.
Technical Resolution:
--------------------
This line at DIR+7^PSODIR1 is added:
I $E(X,1)=U S PSODIR("DFLG")=1 G DIRX ;p686
This will cause the process to exit when the first character entered is a
caret (^).
Associated ticket(s):
=====================
1. INC22416223 - VISTA: OUPATIENT PHARMACY: INBOUND ERX QUEUE ERROR
|