Index: shared/scripts/configuration/strings.py =================================================================== diff -u -recd1264164e48e4963753c1626a045ef03c50156 -r03b5230f7cecbb728de9357e4582cf381b24cba2 --- shared/scripts/configuration/strings.py (.../strings.py) (revision ecd1264164e48e4963753c1626a045ef03c50156) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision 03b5230f7cecbb728de9357e4582cf381b24cba2) @@ -8,7 +8,7 @@ # # @file strings.py # -# @author (last) LTTS +# @author (last) LTTS # @date (last) 18-Jan-2022 # ############################################################################ @@ -19,7 +19,6 @@ SALINE_UNIT = "mL" BLOOD_PRIMING_DEFAULT_VALUE = "0 mL" - PRE_TREATMENT_SCREENS = { 1 : "Create" , 2 : "Sample" , @@ -34,6 +33,28 @@ # dictionary of rejection reason from application source code. # message location -> denali-> Headers-> common-> MsgDefs.h +# pretreatment_patient_connection +DIASTOLIC_TEXT = "diastolic" +SYSTOLIC_TEXT = "systolic" +OUT_OF_RANGE_COLOR = "#c53b33" +IN_RANGE_COLOR = "#fcfcfc" +HEART_RATE_TITLE = "Heart Rate" +BLOOD_PRESSURE_TITLE = "Blood Pressure" +BLOOD_PRESSURE_UNIT = "mmHg" +HEART_RATE_UNIT = "BPM" +PATIENT_CONNECTION_TEXT = "Patient Connection" +UF_VOLUME_TEXT = "Ultrafiltration Volume (L)" +UF_TITLE_TEXT = "Ultrafiltration Setup" +BP_HR_TEXT = "BP/HR" +SKIP_TEXT = "SKIP" +TUTORIAL_TEXT = { + 0 : "Wash your hands and establish vascular access per your clinic's instructions.", + 1 : "Pinch arterial clamp and venous clamp on located on the cartridge patient lines.", + 2 : "Remove arterial and venous shunt.", + 3 : "Connect arterial and venous cartridge lines to your patient access lines." +} + +PRE_TREATMENT_SCREENS = ["Create" , "Sample" , "Consumables" , "Disposables" , "Prime" , "Ultrafiltration" , "BP/HR" , "Connection" , "Start"] # dictionary of rejection reason from application source code. # message location -> denali-> Headers-> common-> MsgDefs.h REJECTION_REASON = { @@ -140,4 +161,4 @@ OPERATIONAL_PARAMETERS = {"Heparin Type": HEPARIN_TYPE, "Acid Concentrate": "Fres. Naturalyte", "Bicarbonate Concentrate": BICARBONATE_CONCENTRATE, "Dialyzer Type": "BB Diacap Pro 16H"} - + \ No newline at end of file