| DESCRIPTION OF ENHANCEMENTS |
Description:
Defect Tracking System Ticket(s) & Overview:
1. INC21077835 - BCBU NOT SHOWING ACCURATE PRN MEDICATION EXPIRE DATE
Problem:
--------
Patient with 2 PRN medications (both oral medications) set to expire
1/21/22@2359 printed contingency MAR that shows medication expires
1/20/22@2359. Further testing showed that the same issue is seen with IV
===========
orders.
Resolution:
-----------
Modify routine ALPBFRM1 so that the column for the day of the stop will
not be asterisks.
Technical Resolution:
---------------------
Routine ALPBFRM1 is modified as follows:
Line added at ADMTIM+16:
. . S
ALPBNOAS=$S(ALPBPRNG:0,$$OTYP^ALPBUTL($P($G(DATA(3)),"^"))="IV":0,1:1)
This line sets ALPBNOAS to 0 when the order is PRN or IV
Line ADMTIM+17 is modified:
&ALPBNOAS is added to the IF condition so time is not stripped from
START/STOP times when the order is PRN or IV
This patch addresses the following issues:
Line ASTER+3 is modified:
&(ALPBNOAS) is added to the IF condition so that '******' is not
populated in the column on STOP day
1. INC21077835 - BCBU NOT SHOWING ACCURATE PRN MEDICATION EXPIRE DATE
|