| DESCRIPTION OF ENHANCEMENTS |
1. If a site has the External Interface outpatient site parameter set to
will make that correction.
2. This patch will fix errors that can possibly occur when the external
interface encounters bad prescription data.
3. It was reported by some sites that if the site has multiple dispensing
machines, when the prescription is entered at one of these machines,
the same prescription gets transmitted to the other machines. This
patch is setting the HLL("LINKS") array to dynamically specify one or
more recipients for the HL7 message to insure that the prescription
either "2:SEND ALL ORDERS AND DON'T PRINT LABEL" or "3:SEND MARKED
entered at one of the devices will not be transmitted to the others.
***** NOTE *****
The new software design will be using the Dynamic Addressing setup as
described in the following steps:
1. It is recommended for the site to have only one Client and one Server
Protocol, and to delete the LOGICAL LINK (LL) field (#770.7) of the
PROTOCOL file (#101) for those Client and Server Protocols. Then the
ORDERS AND DON'T PRINT", a problem can occur when issuing a partial
site would need to create a LL for every "machine" that it has.
2. Deriving the LL for each prescription using the following methods:
a) The software will use the LL entry from the CPRS ORDERING INSTITUTION
subfile (#59.08) multiple of the OUTPATIENT SITE file (#59) if there
is a Clinic associated with the prescription, and the Institution
derived from that Clinic has an entry in this CPRS ORDERING
INSTITUTION subfile (#59.08) multiple of the OUTPATIENT SITE file
(#59) with an associated LL.
prescription. If there is already an original fill or refill suspended
b) The LL on the top level will be used for the prescription in
the following cases:
- If there is no Clinic associated with the prescription.
- If there is a Clinic associated with the prescription, but the
Institution derived from that Clinic does not have an entry in the
CPRS ORDERING INSTITUTION subfile (#59.08) multiple of the
OUTPATIENT SITE file (#59) with an associated LL for that Outpatient
Site entry.
for a prescription, and a partial prescription is issued, the suspended
c) If the LL can't be derived through the previous steps then it's
defaulted to "PSO LLP1" (sent out with Outpatient Pharmacy package).
fill will be removed from suspense, and the status of the prescription
will be set to Active when the partial prescription is sent to the
external interface. The prescription fill should remain in suspense,
and the status of the prescription should remain Suspended. This patch
|