| DESCRIPTION OF ENHANCEMENTS |
1. INC20912180 - COPYING IV ORDER AND ADJUSTING START/STOP DELETES
Resolution:
----------
Editing the start or stop date drops processing logic into DEL55^PSIVORE2
and deletes the order stub from the Pharmacy Patient file (#55). The
'order deleted' message is conditionally filtered out from displaying if
this is a stubbed record so the first time the start or stop date is
edited no message is displayed. Editing the start or stop date again
fails to determine that the message should not be displayed.
THE ORDER
The delete message should not be displayed during this copy process.
The logic in DEL55^PSIVORE2 is modified to quit out when there is no
stub, this occurs after the stub has already been deleted by a previous
edit to the start or stop date. This prevents any delete messages from
displaying while copying an order. Without this conditional quit the
only thing that occurred was the delete message, no other process took
place.
Technical Resolution:
---------------------
The following line of code is added at DEL55+2^PSIVORE2
I $D(^PS(55,DFN,"IV",+ON55,0))=0 Q
Problem:
-------
When copying an IV order and editing the stop date, the message 'Order
deleted.' can be displayed and once the stop date is edited, the message
...copying......Order deleted. is displayed at the end of Accepting the
order. It makes it seem like the order has been deleted but it is not.
|