| DESCRIPTION OF ENHANCEMENTS |
This patch will address the following two issues:
Defect Tracking System Ticket(s) & Overview:
--------------------------------------------
1. INC2091135 - Incorrect drug on label for OneVA refill request
Problem:
--------
A pharmacist refilled a OneVA Rx and verified the correct local drug
matched to the remote site drug.
The labels printed with a different drug that was on the patient's
profile. This happened with 5 prescriptions. Some did print correct.
Partials were done and some came through in the same erroneous way.
Resolution:
-----------
Resolve this with the following:
- A 3 second hang will be added prior to reading the HL7 response
with the label information from the Host site
- Once the HL7 message is read, the Rx number selected at the
Remote site will be compared to the Rx number returned in the HL7 label
1. Incorrect drug on label for OneVA refill request
message from the Host site and if this is a match, processing will
continue as normal
- If the two Rx's do not match, the message below will be displayed
and processing will cease
'Label interrupted due to HL7 message corruption.'
'Please request a Partial Fill in order to generate a reprint label.'
- In the background, invisible to the user, an error trap entry
will be made so more research can be done to find the root cause of this
happening. The error in the error trap will show as 'MISMATCH RX'
Modify the following routines: PSORRX2, PSORWRAP
2. OneVA prescription error
2. INC2394703 - OneVA prescription error
Problem:
--------
The Saginaw VA Medical Center reported that a OneVA prescription fill
request appears to have prompted ScripTalk label to print at host site. The
Host site requeued Vista label and it appears prescription was filled twice.
Resolution:
-----------
The OneVA Pharmacy functionality did not prevent a ScripTalk label from
printing at the host site when a refill/partial was requested by the patient
at a remote site. A fix is being introduced by this patch to prevent the
ScripTalk label from printing at the host site when a OneVA prescription
refill/partial is requested is filed.
Technical Resolution:
---------------------
Changed the routine PSORWRAP to set the variable PSOONEVA before calling the
Patient Safety Issues (PSIs):
label printing routines (DQ^PSOLBL) and then changed the routine PSOTALK to
QUIT if the label being printed is a OneVA Pharmacy label at the remote site.
-----------------------------
HITPS-6386 - INC2091135
|