| DESCRIPTION OF ENHANCEMENTS |
This patch addresses one (1) issue:
Problem:
--------
Verified Drug Accountability (McKesson) invoices will not be set
to a status of Complete if the user edits the invoice, verifies,
and closes (or is disconnected from) their Reflections session at
the "Type <Enter> to continue or '^' to exit:" prompt. This causes
an out-of-balance situation with regards to the controlled substance
vault.
Resolution:
-----------
If a user edits an invoice prior to verifying, VistA routine ^PSAVER1
sets the invoice status to VERIFIED and prompts for the user to
continue or exit, via subroutine END^PSAPROC. The prompt at that point
waits for a response. If the user's Reflections session ends without
completing the final prompt, important processing is missed with
regards to setting up invoice data for the background job that changes
the status from VERIFIED to COMPLETE.
1. McKesson invoice verified, but controlled substance balance did
To resolve this issue, the call to execute the prompt via END^PSAPROC
has been moved to a more appropriate spot in EXIT^PSAVER.
not update
Defect Tracking System Ticket(s) & Overview:
--------------------------------------------
1. I5849148FY15
|