| DESCRIPTION OF ENHANCEMENTS |
This patch will address the following issues:
Defect Tracking System Ticket(s) & Overview:
--------------------------------------------
1. INC17106168 - Cincinnati VISTA application is not allowing me to renew
prescription orders.
INC17248638 - Speed renewal function in HAC back door VistA is kicking
(Duplicate) all our users out of VistA.
Problem:
-------
The Dayton VA Medical Center reported an <UNDEFINED> error with the Speed
Renew action in the Patient Prescription Processing [PSO LM BACKDOOR ORDERS]
option. It was confirmed that this issue was introduced by patch PSO*7.0*626.
Resolution:
----------
The patch address the <UNDEFINED> error and also allows the user to enter an
ISSUE DATE up to 1 year in the past for speed renewals. Before the users were
limited to a date no greater than 6 months. Then, it will screen out any CS
prescriptions if the ISSUE DATE entered is greater than 6 months with the
following message:
1. INC17106168 - Cincinnati VISTA application is not allowing me to renew
Rx# 2299064 - Rx is for a CS Drug and the Issue Date entered (Jul 17, 2020)
is greater than 6 months.
Type <Enter> to continue or '^' to exit:
Technical Resolution:
--------------------
Changed the code under line tags CID and CIDH to allow and ISSUE DATE value
of up to 366 days in the past if the variable DA is defined and the Rx is
prescription orders.
non-CS or if the variable DA is not defined. And restrict a date up to 184
days in the past if the variable DA is defined and the Rx is CS. Introduced
code at PROCESS+22 in the routine PSORENW4 to screen out CS prescriptions if
the ISSUE DATE value is greater than 184 days.
Patient Safety Issues (PSIs):
-----------------------------
N/A
|