| DESCRIPTION OF ENHANCEMENTS |
Defect Tracking System Ticket(s) & Overview:
CPRS, the medication is not showing in BCMA as being nurse verified. In
BCMA, after being nurse verified, the medication is still showing *** in
the Ver column of the Coversheet, Unit Dose, and IV tabs.
Resolution:
-----------
The issue is due to not sending an HL7 message for nurse verification.
This occurs because the processing quits out when the order action is not
a change (XX) or new (NW). When the medication has put on hold and then
released off hold, the action of the nurse to verify it is a Release Hold
(RL) action and fails to continue to the code that sends the message.
The correction is to modify routine ORCSEND to move the quit logic to
after the message is sent for the pharmacy package.
Technical Resolution:
---------------------
Routine ORCSEND is modified to move the quit logic and conditionally call
VER^ORMBLDPS for package PS only when the action is NW, XX, or RL.
The quit in line VR+6^ORCSEND is commented out, that quit is then added
1. INC19397308 - MEDICATION RELEASED FROM HOLD NOT SHOWING NURSE
after line VR+9^ORCSEND. Line VR+9^ORCSEND is changed from 'I
$$NMSP^ORCD(ORPKG)="PS" D VER^ORMBLDPS(ORIFN) Q' to 'I
$$NMSP^ORCD(ORPKG)="PS"&(ORX="NW!(ORX="XX")!(ORX="RL")) D
VER^ORMBLDPS(ORIFN) Q'
VERIFIED IN BCMA
Problem:
--------
After a medication is released from hold and is verified by a nurse in
|