Index: shared/scripts/configuration/config.py =================================================================== diff -u -rf967f50378c4da1cd2b688fedffeecada7f4a061 -r8e877a4e8a5b07cd595612c2c920c39f8e318113 --- shared/scripts/configuration/config.py (.../config.py) (revision f967f50378c4da1cd2b688fedffeecada7f4a061) +++ shared/scripts/configuration/config.py (.../config.py) (revision 8e877a4e8a5b07cd595612c2c920c39f8e318113) @@ -8,8 +8,8 @@ # # @file utils.py # -# @author (last) Joseph varghese -# @date (last) 18-Jan-2022 +# @author (last) LTTS +# @date (last) 14-Jun-2022 # ############################################################################ @@ -30,9 +30,6 @@ GOODMORNING_START_TIME_SEC = 0 GOODEVENING_START_TIME_SEC = 43200 -BLOOD_PRIMING_TEXT = "Blood Priming" -LIQUID_UNIT = "mL" -BLOOD_PRIMING_DEFAULT_VALUE = "0 mL" BLOOD_PRIMING_RANGE = 300 BLOOD_PRIMING_TARGET_MAXIMUM = 300 Index: shared/scripts/configuration/strings.py =================================================================== diff -u -rf967f50378c4da1cd2b688fedffeecada7f4a061 -r8e877a4e8a5b07cd595612c2c920c39f8e318113 --- shared/scripts/configuration/strings.py (.../strings.py) (revision f967f50378c4da1cd2b688fedffeecada7f4a061) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision 8e877a4e8a5b07cd595612c2c920c39f8e318113) @@ -9,7 +9,7 @@ # @file strings.py # # @author (last) LTTS -# @date (last) 18-Jan-2022 +# @date (last) 14-Jun-2022 # ############################################################################ @@ -33,8 +33,10 @@ HEPARIN_TEXT = "HEPARIN" VOLUME_DELIVERED = "Volume Delivered" +BLOOD_PRIMING_TEXT = "Blood Priming" +LIQUID_UNIT = "mL" +BLOOD_PRIMING_DEFAULT_VALUE = "0 mL" - \ No newline at end of file