| DESCRIPTION OF ENHANCEMENTS |
This patch, in conjunction with PSB*3*127, will resolve the following issue:
Problem:
--------
The VA North Texas Health Care System reported that when displaying and
printing patient order the print out includes removal times for medications
that does not require removal. The source of the problem was identified in
the schedule used for these orders. If it contains the ampersand character
(&), e.g. AC&HS, it shifts fields within the HL7 message communicated between
the main VistA system and the BCBU workstation, which causes it to populate
the REMOVE TIMING field (#7.4) within the ORDER NUMBER sub-file (#53.701) in
the BCMA BACKUP DATA file (#53.7).
Solution:
--------
Changed the building of the outbound order HL7 message from VistA to the BCBU
workstation to escape the schedule field value before including it in the HL7
message and also changed the processing of the incoming message to un-scape
the schedule field value before parsing it at the BCBU workstation.
Technical Resolution:
1) INC11397447 - BCMA Backup workstation patient print out and order display
---------------------
This patch changes the routine PSJHL3 at line tag RXE+39 and IVRXE+7 to escape
the schedule field value before including it in the outbound HL7 message sent
to the BCBU workstation.
removal times for INHALATION Medications
Defect Tracking System Ticket(s) & Overview:
--------------------------------------------
1) INC11397447 - BCMA Backup workstation patient print out and order display
removal times for INHALATION Medications
|