| DESCRIPTION OF ENHANCEMENTS |
This patch corrects the typographical error in 2 routines within
Overview of Remedy ticket(s):
------------------------------------------------------------------
HD219677:
There is typographical error in line tag ENHEAD+21^PSJHEAD and
H1+15^PSGCAPP0 that should be a plus sign instead of underscore.
HD234014:
When an IV Admixture has a rate of less than 10ml/hr the calculation of
bags needed till the next scheduled IV batch run is inaccurate.
Inpatient Medication package, and the calculation of IV labels when
Problem (219677)
------------------------------------------------------------------
There is typographical error in line tag ENHEAD+21^PSJHEAD and
H1+15^PSGCAPP0. It should be a plus sign instead of underscore
Resolution (219677)
This does appear to be a typographical error, it would never result in a
functional defect. EN+3^PSJHEAD and H1+15^PSGCAPP0 is modified to replace
the underscore ("_") with a plus sign ("+").
infusion rate is less than 10ml/hr
Problem (234014)
------------------------------------------------------------------
If the infusion rate is less than 10ml/hr the number of IV bags needed is
calculated incorrectly.
Resolution (234014)
The pattern match for infusion rate in line tag EN+3^PSIVORE is looking
for at least 1 digit, with a period as optional and at least 1 digit
after the period. This only works if the infusion rate is 2 digit or
more. The pattern match in EN+3^PSIVORE is modified to make the digit
after the period as optional so the pattern match can also be used when
the infusion rate is a single digit.
This patch addresses the following Remedy ticket(s):
------------------------------------------------------------------
HD219677 (Original) Potential typographical error.
HD234014 (Original) IV ADMIX rate under 10ml/hr calculates
bags wrong
|