| DESCRIPTION OF ENHANCEMENTS |
This patch addresses the following incident ticket:
Problem(s):
-----------
For eRx prescriptions, the ORDER DEA ARCHIVE file (#101.52) DEA # field
(#10) is missing. When an eRx order is accepted in the eRx Holding
Queue, the DEA # is not populated when sending the data to file
(#101.52). The logic currently does not populate the DEA # when the
Provider's expiration date is the same date as the eRx prescription's
written date.
Resolution:
-----------
This will need to be addressed with changes to Outpatient Pharmacy code
routine PSOHLSNC is modified to send the DEA# in the RXE segment piece 14,
which is already mapped on the CPRS side (according to the ORDEA Routine).
Technical Resolution:
---------------------
INC24400778 - Missing DEA number in Order DEA Archive the ORDER DEA
Routine PSOHLSNC is modified starting at RXE tag line 12:
New logic added:
I $$GET1^DIQ(52.49,PSOIEN,95.1,"I"),$$CS^PSOERXA0(PSOHNDD) D
. S PSOWRDT=$$GET1^DIQ(52.49,PSOIEN,5.9,"I") S
PSOXFLD(13)=$P($$DEA^XUSER(0,PSOHPRO,PSOWRDT),"-",1)
ARCHIVE file (#101.52).
Defect Tracking System Ticket(s) & Overview:
--------------------------------------------
INC24400778 - Missing DEA number in Order DEA Archive File #101.52.
|