Index: shared/scripts/configuration/strings.py =================================================================== diff -u -r12f8ec90bd8d505bd1d56a2801fef1cb6d78ecd7 -rb59ddcfda38f2fc9a1d1af409a545b4e1db452b7 --- shared/scripts/configuration/strings.py (.../strings.py) (revision 12f8ec90bd8d505bd1d56a2801fef1cb6d78ecd7) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision b59ddcfda38f2fc9a1d1af409a545b4e1db452b7) @@ -1,15 +1,13 @@ # -*- coding: utf-8 -*- - ########################################################################### # # Copyright (c) 2019-2021 Diality Inc. - All Rights Reserved. # # 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 # -# @author (last) Joseph varghese +# @author (last) LTTS # @date (last) 18-Jan-2022 ############################################################################ @@ -102,7 +100,6 @@ 43: "REQUEST_REJECT_REASON_SYRINGE_NOT_PRESENT", # Syringe is not present } - ALARM_ID_AND_MESSAGES = { 1: "Stuck button POST failure.\nStop or Off button detected to be pressed for at least 1 second during test shortly after power up.", 2: "HD FPGA POST failure.", @@ -400,6 +397,7 @@ ALARM_TITLE = "Alarm" ALARM_LIST_TITLE = "Alarm list" ALARM_PRIORITIES = {1: "LOW", 2: "MEDIUM", 3: "HIGH"} + ALARM_PRIORITY_OPTIONS = { 0 : 'ALARM_PRIORITY_NONE' , 1 : 'ALARM_PRIORITY_LOW' , @@ -698,4 +696,7 @@ #ui_logs ACK_REQ_STATUS = 'Ack Req' ACK_BAK_STATUS = 'Ack Bak' +BLOOD_PRIMING_TEXT = "Blood Priming" +SALINE_UNIT = "mL" +BLOOD_PRIMING_DEFAULT_VALUE = "0 mL"