Index: shared/scripts/configuration/strings.py =================================================================== diff -u -r433c0e7b21dd0f7df645e8a25c12b41abe004802 -r6a9444c4619a3fcd3fbfad05763e89e439baf345 --- shared/scripts/configuration/strings.py (.../strings.py) (revision 433c0e7b21dd0f7df645e8a25c12b41abe004802) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision 6a9444c4619a3fcd3fbfad05763e89e439baf345) @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- ########################################################################### # @@ -7,15 +6,18 @@ # THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN # WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. # -# @file strings.py +# @file utils.py # -# @author (last) LTTS - -# @author (last) LTTS -# @date (last) 14-June-2022 +# @author (last) Joseph varghese +# @date (last) 18-Jan-2022 # ############################################################################ -#StandBy Mode + BLOOD_PRIMING_TEXT = "Blood Priming" -SALINE_UNIT = "mL" \ No newline at end of file +SALINE_UNIT = "mL" +BLOOD_PRIMING_UNIT = "mL" +BLOOD_PRIMING_VALUE_0 = "0" +BLOOD_PRIMING_DEFAULT_VALUE = BLOOD_PRIMING_VALUE_0 + " " + BLOOD_PRIMING_UNIT + +