Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r9e0af0da00e59d90ff8e3e3d389e72f713daef7b -r21e113990a26f27e696a29f9f46ceeb812985499 --- shared/scripts/configuration/utility.py (.../utility.py) (revision 9e0af0da00e59d90ff8e3e3d389e72f713daef7b) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 21e113990a26f27e696a29f9f46ceeb812985499) @@ -456,10 +456,12 @@ raise LookupError("value object is not in view to the user after " + \ "trying 100 times") + def expected_heparin_value(val): names.o_heparin_value["text"] = val return names.o_heparin_value + def msg(string): """ Added ### at the right side of the string to make sure that it is a message. @@ -837,3 +839,4 @@ indicator_parent = children_obj[2] indicators = object.children(indicator_parent) return indicators +