| DESCRIPTION OF ENHANCEMENTS |
This patch will resolve the following issue.
INC8364590 - VISTA option [PSJ PDV] "Patients on Specific Drug(s)" generates
(Duplicate) hard error <SUBSCRIPT>IVSET+7^PSJPDV0 ^SC("")
Problem:
--------
The Syracuse VAMC Inpatient Pharmacy reported getting a hard error when
running the Patients on Specific Drug(s) [PSJ PDV] report option for a
specific Division. It was reported as well that the error started happening
after the installation of patch PSJ*5*380. The HPS Sustainment Team confirmed
the problem to be caused by the code introduced by PSJ*5*380 to resolve a
different problem in the same report. The code did not take into account that
not all inpatient orders have a clinic associated with it and that is why the
software was throwing a <SUBSCRIPT> error.
Resolution:
-----------
This patch fixes the code by skipping orders without a clinic when the user
runs the report for a specific Division.
Technical Resolution:
INC8260675 - New Patch PSJ*5*380 causing M error when running PSD report
---------------------
Changed the lines IVSET+7 and UDSET+7 in the PSJPDV0 routine to skip the order
if the value of the field CLINIC (#130) in the UNIT DOSE sub-file (#55.06) or
the value of the field CLINIC (#136) in the IV sub-file (#55.01), both in the
PHARMACY PATIENT file (#55), are blank and the report is being run for a
specific Division.
INC8364590 - VISTA option [PSJ PDV] "Patients on Specific Drug(s)" generates
(Duplicate) hard error <SUBSCRIPT>IVSET+7^PSJPDV0 ^SC("")
Defect Tracking System Ticket(s) & Overview:
--------------------------------------------
INC8260675 - New Patch PSJ*5*380 causing M error when running PSD report
|