| DESCRIPTION OF ENHANCEMENTS |
This patch will resolve the following issues.
Problem:
--------
The PBMAMIS reports generated by the Manual Pharmacy Statistics [PSU PBM
MANUAL] option sometimes will calculate the Total Cost column incorrectly.
There is a specific situation where the cost from an IV order of one type can
be added to the cost of a different IV type. Below you can see all the all
the reports generated by the that are affected by this issue:
IV AMIS Summary for MMM DD,YYYY through MMM DD,YYYY for DIVISION NAME
LVPs LVPs LVPs LVPs LVPs Total NET LVPs
Division DISP RET DES CAN DISP Cost DISP
-----------------------------------------------------------------------------
DIVISION NAME 999 999 999 999 999 $ 999.99 $ 999.99
-----------------------------------------------------------------------------
Total 999 999 999 999 999 $ 999.99 $ 999.99
NET Cost/
1. R15508923FY17 - PBM IV Total Cost column incorrect
IVPBs IVPBs IVPBs IVPBs IVPBs Total NET IVPBs
Division DISP RET DES CAN DISP Cost DISP
-----------------------------------------------------------------------------
DIVISION NAME 999 999 999 999 999 $ 999.99 $ 999.99
-----------------------------------------------------------------------------
Total 999 999 999 999 999 $ 999.99 $ 999.99
NET Cost/
TPNs TPNs TPNs TPNs TPNs Total NET TPNs
Division DISP RET DES CAN DISP Cost DISP
-----------------------------------------------------------------------------
DIVISION NAME 999 999 999 999 999 $ 999.99 $ 999.99
-----------------------------------------------------------------------------
Total 999 999 999 999 999 $ 999.99 $ 999.99
NET Cost/
CHEMO CHEMO CHEMO CHEMO CHEMO Total NET CHEMOs
Division DISP RET DES CAN DISP Cost DISP
-----------------------------------------------------------------------------
DIVISION NAME 999 999 999 999 999 $ 999.99 $ 999.99
-----------------------------------------------------------------------------
Total 999 999 999 999 999 $ 999.99 $ 999.99
NET Cost/
SYRs SYRs SYRs SYRs SYRs Total NET SYRs
Division DISP RET DES CAN DISP Cost DISP
-----------------------------------------------------------------------------
Defect Tracking System Ticket(s) & Overview:
DIVISION NAME 999 999 999 999 999 $ 999.99 $ 999.99
-----------------------------------------------------------------------------
Total 999 999 999 999 999 $ 999.99 $ 999.99
The discrepancy happens for patients with an order that has an internal
number that matches the number of a subsequent record of the last IV counted
for the Total Cost, then the cost of that order will get included into the
total even if it is of the different type.
--------------------------------------------
Resolution:
-----------
Modified the routines PSUV6, PSUV7, PSUV8, PSUV9 and PSUV10 to include the
patient Social Security Number (SSN) when comparing the order number for
calculating the total for the IV type. This will prevent an order from a
different to be included in the total for the wrong IV type.
1. R15508923FY17 - PBM IV Total Cost column incorrect
|