OR*3.0*572 (12620)    BUILD (9.6)

Name Value
NAME OR*3.0*572
DATE DISTRIBUTED 2021-10-22 00:00:00
PACKAGE FILE LINK ORDER ENTRY/RESULTS REPORTING
REQUIRED BUILD
  • OR*3.0*563
    ACTION:   Don't install, leave global
  • PSJ*5.0*419
    ACTION:   Don't install, leave global
TYPE SINGLE PACKAGE
ALPHA/BETA TESTING NO
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 
TRACK PACKAGE NATIONALLY YES
XPI1 NO
XPO1 NO
XPZ1 NO
SEQ# 487
BUILD COMPONENTS
  • ENTRIES:
    • ORCSEND
      ACTION:   SEND TO SITE
      CHECKSUM:   B69452365