Index: shared/scripts/configuration/strings.py =================================================================== diff -u -re17ea2125be849d4e514f87e0f2e6f0701aa0a99 -rf2563fd426c2ecf1ac993414584b937e5bf27256 --- shared/scripts/configuration/strings.py (.../strings.py) (revision e17ea2125be849d4e514f87e0f2e6f0701aa0a99) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision f2563fd426c2ecf1ac993414584b937e5bf27256) @@ -1,5 +1,4 @@ # -*- coding: utf-8 -*- - ########################################################################### # # Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. @@ -9,20 +8,25 @@ # # @file utils.py # -# @author (last) LTTS -# @date (last) 10-June-2022 +# @author (last) Joseph varghese +# @date (last) 10-june-2022 # ############################################################################ -#bloodflow dialysate BLOOD_PRIMING_TEXT = "Blood Priming" SALINE_UNIT = "mL" BLOOD_PRIMING_DEFAULT_VALUE = "0 mL" -FLOW_UNIT = "mL/min" -BLOOD_FLOW_TEXT = "blood" -DIALYSATE_FLOW_TEXT = "dialysate" +#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 = { @@ -71,3 +75,5 @@ 42: "REQUEST_REJECT_REASON_DOOR_NOT_CLOSED", # Door is not closed 43: "REQUEST_REJECT_REASON_SYRINGE_NOT_PRESENT", # Syringe is not present } + +