| DESCRIPTION OF ENHANCEMENTS |
Patch EDP*2.0*16 addresses the following defects:
1.INC15877607 - Unverifiable order created when pharmacy processes/edits
medication orders.
Problem:
--------
When an outpatient pharmacy order is created in CPRS then edited in VistA
option "PSO LM BACKDOOR ORDERS" the "New" column in EDIS counts an
additional order more than it should on the CPE screen.
Technical Explanation:
----------------------
In the EDIS Mumps code anytime a new order is created it is automatically
assumed to be a new order regardless of its status. When some fields are
edited in pharmacy backdoor such as dosage, instead of editing the
current order a new order is created. This order is sent to routine
EDPFMON where EDIS checks the status of the HL7 message sent from
pharmacy. The current code does not check to see if the order is an
edited order or an actual new order, so it adds the edited order as it
was a new order. In file #230 (ED LOG) you can see both the original and
1.INC15877607 - Unverifiable order created when pharmacy processes/edits
edited order.
Resolution:
-----------
EDIS will now check to see if the order already exist and will check to
see if the order is an "Active" or "New" order before updating the "New"
column.
2.INC12684952 - EDIS is passing a provider pointer of 0 to DATA2PCE.
medication orders.
Problem:
--------
There is currently a defect in the Document Storage Systems (DSS)
software which is creating "V" Purpose of Visit (POV) entries that have a
provider narrative pointer of 0. These V POV entries are picked up in
EDIS where they cause the system to error when the Activity Report is run.
Technical Explanation:
----------------------
The "0" entry is in file #9000010.07 V POV field (#.04) PROVIDER
2.INC12684952 - EDIS is passing a provider pointer of 0 to DATA2PCE.
NARRATIVE, EDIS uses this file to retrieve the diagnosis name for a
patient when the Activity Report is run. An undefined error occurs in
routine EDPQPCE when 0 is passed and EDIS attempts to assign this value
to a variable.
Resolution:
-----------
EDIS will now check for null values to prevent undefined errors.
Additionally, if the name pointer is invalid EDIS will use the diagnosis
Internal Entry Number (IEN) to retrieve the name from the ICD Diagnosis
3.JIRA-418 - Remote Procedure Calls (RPC) added to EDIS menu option.
file (#80).
3.JIRA-418 - Remote Procedure Calls (RPC) added to EDIS menu option.
Problem:
--------
The current login configuration for EDIS uses VIA code which is slated
for decommission and must be changed.
Resolution:
-----------
Multiple RPCs from the kernal namespace are being added to the EDIS
option EDPF TRACKING SYSTEM to login to the application instead
of using the VIA system.
Defect Tracking System Tickets(s) & Overview:
=============================================
|