Index: shared/scripts/configuration/config.py =================================================================== diff -u -rbdb25c1883799428450f1dfca03ad7dc686ad11a -r12f8ec90bd8d505bd1d56a2801fef1cb6d78ecd7 --- shared/scripts/configuration/config.py (.../config.py) (revision bdb25c1883799428450f1dfca03ad7dc686ad11a) +++ shared/scripts/configuration/config.py (.../config.py) (revision 12f8ec90bd8d505bd1d56a2801fef1cb6d78ecd7) @@ -283,6 +283,7 @@ } BLOOD_PRIMING_TEXT = "Blood Priming" +SALINE_UNIT = "mL" BLOOD_PRIMING_DEFAULT_VALUE = "0 mL" #tst_treatment_saline_data @@ -454,10 +455,11 @@ "Average Venous Pressure": [20.0, 101.45], } -BLOOD_PRIMING_TEXT = "Blood Priming" -SALINE_UNIT = "mL" -BLOOD_PRIMING_DEFAULT_VALUE = "0 mL" - #main-treatment heparin NUM_OF_REQUEST_REJECT_REASONS = 43 +#ui_logs +RESET_BINARY = "0" +SET_BINARY = "1" #Message binaries appending with for easy identification + + Index: shared/scripts/configuration/strings.py =================================================================== diff -u -rbdb25c1883799428450f1dfca03ad7dc686ad11a -r12f8ec90bd8d505bd1d56a2801fef1cb6d78ecd7 --- shared/scripts/configuration/strings.py (.../strings.py) (revision bdb25c1883799428450f1dfca03ad7dc686ad11a) +++ shared/scripts/configuration/strings.py (.../strings.py) (revision 12f8ec90bd8d505bd1d56a2801fef1cb6d78ecd7) @@ -694,5 +694,8 @@ #pretreatment_screen_bullets PRE_TREATMENT_SCREENS = ["Create" , "Sample" , "Consumables" , "Disposables" , "Prime" , "Ultrafiltration" , "BP/HR" , "Connection" , "Start"] - - \ No newline at end of file + +#ui_logs +ACK_REQ_STATUS = 'Ack Req' +ACK_BAK_STATUS = 'Ack Bak' +