Index: suite_leahi/shared/scripts/configuration/config.py =================================================================== diff -u -r1aedea813d71404898a50c06f20db0fc49429cd5 -r02f9c78131864172949f06aa427cd214772b8363 --- suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 1aedea813d71404898a50c06f20db0fc49429cd5) +++ suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 02f9c78131864172949f06aa427cd214772b8363) @@ -223,6 +223,7 @@ NEW_UF_RATE = "New UF Rate" + MAX_NEW_UF_VOLUME = 8.0 MAX_NEW_UF_RATE = 2.0 @@ -231,3 +232,5 @@ RINSEBACK_PAUSED = "Rinseback Paused" BLOOD_RETURN_COUNTDOWN_DESCRIPTION_TEXT = "Blood return will NOT be allowed in:" BLOOD_RETURN_COMPLETE = "Blood Return Complete!" + + Index: suite_leahi/shared/scripts/names.py =================================================================== diff -u -r1aedea813d71404898a50c06f20db0fc49429cd5 -r02f9c78131864172949f06aa427cd214772b8363 --- suite_leahi/shared/scripts/names.py (.../names.py) (revision 1aedea813d71404898a50c06f20db0fc49429cd5) +++ suite_leahi/shared/scripts/names.py (.../names.py) (revision 02f9c78131864172949f06aa427cd214772b8363) @@ -522,3 +522,7 @@ o_Blood_Return_Complete_Recirculate_TouchRect = {"container": o_Overlay, "id": "_additionalTouch", "type": "TouchRect", "unnamed": 1 } o_Blood_Return_Complete_End_Treatment_TouchRect = {"container": o_Overlay, "id": "_cancelTouch", "type": "TouchRect", "unnamed": 1 } o_Blood_Return_Complete_Fluid_Bolus_TouchRect = {"container": o_Overlay, "id": "_confirmTouch", "type": "ConfirmButton", "unnamed": 1 } + +#Trends and Screensaver +o_TreatmentTrends_TreatmentTrends = {"container": treatmentStack, "objectName": "_TreatmentTrends", "type": "TreatmentTrends", } +o_TreatmentTrends_paramListDelegate_Column = {"container": o_TreatmentTrends_TreatmentTrends, "id": "_paramListDelegate", "index": 0, "type": "Column", "unnamed": 1 } Index: suite_leahi/suite.conf =================================================================== diff -u -r007a790746afcd2d530df02b48089aa4af9053b2 -r02f9c78131864172949f06aa427cd214772b8363 --- suite_leahi/suite.conf (.../suite.conf) (revision 007a790746afcd2d530df02b48089aa4af9053b2) +++ suite_leahi/suite.conf (.../suite.conf) (revision 02f9c78131864172949f06aa427cd214772b8363) @@ -4,6 +4,6 @@ IMPLICITAUTSTART=0 LANGUAGE=Python OBJECTMAPSTYLE=script -TEST_CASES=tst_solution_infusion tst_main_treatment tst_service_export_logs tst_device_settings_information_version tst_headerbar_information_popup tst_headerbar_wifi_indicator tst_device_settings_wifi tst_ultrafiltration tst_create_treatment tst_general_alarm_requirements_instruction tst_headerbar_prescription tst_heparin tst_pre_treatment_foundation tst_feature_options tst_end_of_treatment tst_service_institutional tst_settings_service tst_recirculate tst_blood_prime tst_headerbar_settings_diagnostics_popup tst_isolated_uf tst_blood_set_auto tst_patient_vitals tst_edit_parameters tst_rinseback tst_trends_and_screensaver +TEST_CASES=tst_fluid_bolus tst_main_treatment tst_service_export_logs tst_device_settings_information_version tst_headerbar_information_popup tst_headerbar_wifi_indicator tst_device_settings_wifi tst_ultrafiltration tst_create_treatment tst_general_alarm_requirements_instruction tst_headerbar_prescription tst_heparin tst_pre_treatment_foundation tst_feature_options tst_end_of_treatment tst_service_institutional tst_settings_service tst_recirculate tst_blood_prime tst_headerbar_settings_diagnostics_popup tst_isolated_uf tst_blood_set_auto tst_patient_vitals tst_edit_parameters tst_rinseback VERSION=3 WRAPPERS=Qt