| DESCRIPTION OF ENHANCEMENTS |
This patch will resolve the following issues:
pharmacy.
The lines DRUGERR+8 and DRUGERR+18 were modified to remove the condition that
the position had to be at the bottom of the screen for the [Press Return to
continue...] prompt to be displayed. The command to wipe off the screen was
also removed at both lines. Furthermore, the line tag PAUSE^PSJLMUT1 was
modified to remove the setting of the DIR("?") because it was causing the
"Press Return to continue..." to display 3 times after the user typed
anything different than <RET> or "^".
3) INC23152064 - MOCHA alert scrolled off the screen when a med with no
GCNSEQNO
Defect Tracking System Ticket(s) & Overview:
--------------------------------------------
1) INC20355923-HITP-8866 - Medication order activated by pharmacy and
verified by nursing, but not able to give in BCMA as it is acting like
it isn't after Renewal Complex Order
INC22900561(d)-HITPS-8861
Problem:
--------
The Togus VA Medical Center reported that nurse verification was reset in BCMA
after the order expired. It was confirmed that once an inpatient order expired
the software was removing the BCMA verification information while in CPRS the
order remained verified.
1) INC20355923-HITP-8866 - Medication order activated by pharmacy and
Resolution:
----------
The software was changed to not remove the nurse verification in BCMA when the
order is expired.
Technical Resolution:
--------------------
The line of code at ORC+8^PSJHL4 was modified to avoid resetting the Nurse
Verification information when a expiration messages (PSOC="SS") is received
from CPRS. In addition, a new API was created in PSJUTL3 called DELNV to
verified by nursing, but not able to give in BCMA as it is acting like
remove the BCMA Nurse verification because it was used to address the issue
below.
2) INC20555433 - Pharmacy Hold not setting Nurse Verify when ON/OFF action in
pharmacy.
Problem:
--------
It was reported that nurse verification was reset in CPRS when an order is
placed or removed from hold through the Inpatient Pharmacy application
it isn't after Renewal Complex Order
while in BCMA the order remains nurse verified.
Resolution:
----------
The software was changed to remove the nurse verification in BCMA when the
order is placed or removed from Hold.
Technical Resolution:
--------------------
Included code at HOK+7^PSGOEH1 and HOK+11^PSGOEH0 (for Unit Dose orders), and
HOLD+4^PSIVOE (for IV orders) to remove the BCMA Nurse verification (call to
DELNV^PSJUTL3) when an order is placed or removed from hold.
3) INC23152064 - MOCHA alert scrolled off the screen when a med with no
GCNSEQNO
Problem:
--------
Rocky Mountain Regional VA Medical Center reported that sometimes the Order
Checks alerts (example below) displayed on the screen does not present a
INC22900561(d)-HITPS-8861
prompt for the user to hit <RET> continue, for example, after reading the
alert. Instead, it hangs for 2 seconds and disappears from the screen, which
requires the user to scroll up on the terminal emulator in order to view
the error message. It was observed by the reporting user that this happened
when the dispense drug was matched to an NDF VA Product without and GCNSEQNO
field with no value.
Order Check Message Example:
---------------------------
Order Checks could not be done for Drug: FERROUS BISGLYCINATE 90MG CAP,ORAL,
please complete a manual check for Drug Interactions, Duplicate Therapy and
appropriate Dosing.
Resolution:
----------
The software was written to only pause when the display of the alert message
above would display at the bottom of the screen. A change was made to always
pause (as shown below) after the message above is displayed independently
where in the screen the message is displayed. T
2) INC20555433 - Pharmacy Hold not setting Nurse Verify when ON/OFF action in
Order Check Message Example:
---------------------------
Order Checks could not be done for Drug: FERROUS BISGLYCINATE 90MG CAP,ORAL,
please complete a manual check for Drug Interactions, Duplicate Therapy and
appropriate Dosing.
Press Return to continue...
Technical Resolution:
--------------------
|