Index: suite_leahi/shared/scripts/configuration/config.py =================================================================== diff -u -r1aedea813d71404898a50c06f20db0fc49429cd5 -r3d2db8862836e8cce8b234aeb6137f36dcad5c34 --- suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 1aedea813d71404898a50c06f20db0fc49429cd5) +++ suite_leahi/shared/scripts/configuration/config.py (.../config.py) (revision 3d2db8862836e8cce8b234aeb6137f36dcad5c34) @@ -199,6 +199,7 @@ RECIRCULATION_COUNTDOWN_DESCRIPTION_TEXT = "Recirculation Time Elapsed:" RECONNECT_TO_PATIENT = "Reconnect To Patient" END_TREATMENT = "End Treatment" +HDF = "HDF" #Post-Treatment Foundation END_TREATMENT = "End Treatment" Index: suite_leahi/shared/scripts/names.py =================================================================== diff -u -r1aedea813d71404898a50c06f20db0fc49429cd5 -r3d2db8862836e8cce8b234aeb6137f36dcad5c34 --- suite_leahi/shared/scripts/names.py (.../names.py) (revision 1aedea813d71404898a50c06f20db0fc49429cd5) +++ suite_leahi/shared/scripts/names.py (.../names.py) (revision 3d2db8862836e8cce8b234aeb6137f36dcad5c34) @@ -373,6 +373,20 @@ o_HeaderBar_Diagnostics_Popup_TDOpmode_Submode_Value = {"container": o_view_SwipeView, "objectName": "_TDOpmodeData1", "type": "Text", } o_HeaderBar_Diagnostics_Popup_TDOpmode_Submode_Text = {"container": o_view_SwipeView, "objectName": "_TDOpmodeDataL1", "type": "Text", } o_HeaderBar_Diagnostics_Popup_TDTXStatesColumn = {"container": o_view_SwipeView, "id": "_TDTXStatesColumn", "type": "DebugDataColumn", "unnamed": 1 } +#HDF +o_treatmentHDF_TreatmentHDF = {"container": treatmentStack, "id": "_treatmentHDF", "type": "TreatmentHDF", "unnamed": 1 } +o_treatmentHDF_treatmentPressures_TreatmentPressures = {"container": o_treatmentHDF_TreatmentHDF, "objectName": "_treatmentPressures", "type": "TreatmentPressures" } +o_treatmentHDF_currentDataRow_Row = {"container": o_treatmentHDF_TreatmentHDF, "id": "_currentDataRow", "type": "Row", "unnamed": 1 } +o_treatmentHDF_treatmentHdfComponent_TreatmentHDFComponent = {"container": o_treatmentHDF_TreatmentHDF, "objectName": "_treatmentHdfComponent", "type": "TreatmentHDFComponent" } +o_valueAdjuster_ValueAdjuster = {"container": o_Overlay, "objectName": "_valueAdjuster", "type": "ValueAdjuster" } +o_treatmentHDF_prescribedFluidVolume_LabelUnitValueAdjuster = {"container": o_treatmentHDF_TreatmentHDF, "objectName": "_prescribedFluidVolume", "type": "LabelUnitValueAdjuster" } +o_vitals_close_btn = {"container": o_Overlay, "id": "_image", "source": "qrc:/images/iClose", "type": "Image", "unnamed": 1 } +o_TreatmentBloodPrime_TreatmentBloodPrime = {"container": treatmentStack, "objectName": "_TreatmentBloodPrime", "type": "TreatmentBloodPrime", } +o_TreatmentBloodPrime_flowRateValue_Text = {"container": o_TreatmentBloodPrime_TreatmentBloodPrime, "objectName": "_flowRateValue", "type": "Text", } +o_createHDFTreatment_TouchRect = {"container": o_standByScreen_MainHome, "id": "_createHDFTreatment", "type": "TouchRect", "unnamed": 1 } +#Added occurences and visible property to click on HDF tab +o_listView_ListView_2 = {"container": o_Gui_MainView, "id": "_listView", "occurrence": 2, "type": "ListView", "unnamed": 1, "visible": True} +o_listView_delegateControl_Item_2 = {"container": o_listView_ListView_2, "index": 3, "objectName": "delegateControl", "type": "Item" } #Pre Treatment Foundation o_pretreatmentInstallation_PreTreatmentBase_PreTreatmentBase_2 = {"container": o_preTreatmentStack_pretreatmentInstallation_PreTreatmentInstallStack, "objectName": "_PreTreatmentBase", "type": "PreTreatmentBase", "visible": True } Index: suite_leahi/suite.conf =================================================================== diff -u -rd81970a622b05f60b65d6980db89698695adcdce -r3d2db8862836e8cce8b234aeb6137f36dcad5c34 --- suite_leahi/suite.conf (.../suite.conf) (revision d81970a622b05f60b65d6980db89698695adcdce) +++ suite_leahi/suite.conf (.../suite.conf) (revision 3d2db8862836e8cce8b234aeb6137f36dcad5c34) @@ -1,6 +1,6 @@ AUT=leahi 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_main_tx_hdf +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 tst_main_tx_hdf VERSION=3 WRAPPERS=Qt