| DESCRIPTION OF ENHANCEMENTS |
When calls are made to the Medication Order Check Healthcare Application
will be aborted with the message indicating that order checks cannot be
performed.
This patch also addresses an issue (in conjunction with patch PSO*7.0*379)
concerning Orderable Items that are flaggeed as Supplies. If an order
check is to be performed on an order that only has an Orderable Item with
no Dispense Drug, an attempt is made to find the best drug available that
is matched to the Orderable Item for the order check. Currently, if the
Orderable Item is marked as a supply, no order checks are performed. But
if the Orderable Item has both Supply and non-Supply Items matched to it,
(MOCHA), a "Ping" type of call is made first to test the communication,
order checks can possibly be performed on one of the non-supply items.
This patch makes the change to look for non-Supply Items matched to the
supply Orderable Item to perform the order checks on.
and if that is successful, the subsequent order check call is made. If
either call fails, the process is aborted, and a message is displayed
indicating that order checks cannot be performed.
What this patch introduces is a "re-try" if either of these calls fail.
After a three second hang, the call (Ping or order check) will be
attempted again, then if the same call fails a second time, the process
|