Index: shared/scripts/configuration/strings.py =================================================================== diff -u -rba1474dc5c7f4efa5eaca5a840ab8d51a1c5c438 -r4600f283754a585a60993c0f3acbf631f8568364 --- shared/scripts/configuration/strings.py (.../strings.py) (revision ba1474dc5c7f4efa5eaca5a840ab8d51a1c5c438) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision 4600f283754a585a60993c0f3acbf631f8568364) @@ -1,4 +1,5 @@ +# -*- coding: utf-8 -*- ########################################################################### # # Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. @@ -15,7 +16,27 @@ PRE_TREATMENT_SCREENS = ["Create" , "Sample" , "Consumables" , "Disposables" , "Prime" , "Ultrafiltration" , "BP/HR" , "Connection" , "Start"] POST_TREATMENT_SCREENS = ["Disconnection", "Review", "Disposables", "Disinfection"] +# @file utils.py +# +# @author (last) Joseph varghese +# @date (last) 10-june-2022 +# +############################################################################ +BLOOD_PRIMING_TEXT = "Blood Priming" +SALINE_UNIT = "mL" +BLOOD_PRIMING_DEFAULT_VALUE = "0 mL" + + +#main treatment pressure +PRESSURE_TITLE = "PRESSURES" +ARTERIAL_TITLE = "Arterial" +VENOUS_TITLE = "Venous" +VENOUS_UOM = "mmHg" +ARTERIAL_UOM = "mmHg" +LOW_TEXT = "LOW" +HIGH_TEXT = "HIGH" + # dictionary of rejection reason from application source code. # message location -> denali-> Headers-> common-> MsgDefs.h REJECTION_REASON = {