Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r9accd1b20ddbc3c0722899ff773bce8fb1866f48 -r1b768bf7dfe01ac87aaf6d3af7b89012879d8828 --- shared/scripts/configuration/utility.py (.../utility.py) (revision 9accd1b20ddbc3c0722899ff773bce8fb1866f48) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 1b768bf7dfe01ac87aaf6d3af7b89012879d8828) @@ -73,12 +73,8 @@ def rejection_msg(text): names.o_rejection_msg["text"] = text return names.o_rejection_msg - - -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. @@ -87,3 +83,8 @@ """ padded_str = "###"+string return padded_str + + +def expected_heparin_value(val): + names.o_heparin_value["text"] = val + return names.o_heparin_value