# encoding: UTF-8 from objectmaphelper import * AUT_NAME ="leahi" # Top Parents o_Gui_MainView = { "type": "Gui::MainView", "unnamed": 1 } o_QQuickView = { "type": "QQuickView" } o_Overlay = {"container": o_QQuickView, "type": "Overlay" } # Solution Infusion o_standByScreen_MainHome = {"container": o_Gui_MainView, "type": "MainHome" } treatmentStack = {"container": o_Gui_MainView, "type": "TreatmentStack" } mainTreatmentScreen = {"container": treatmentStack, "id": "_treatmentHome", "type": "TreatmentHome", "unnamed": 1 } startFluidButton = {"container": mainTreatmentScreen, "id": "_startFluidButton", "type": "TouchRect", "unnamed": 1 } salineDeliveredText = {"container": mainTreatmentScreen, "objectName": "salineDescriptionText", "type": "Text" } currentBolusVolume = {"container": mainTreatmentScreen, "type": "Label", "unnamed": 1 } treatmentSaline = {"container": mainTreatmentScreen, "objectName": "treatmentSaline", "type": "TreatmentSaline" } salineProgressBar = {"container": mainTreatmentScreen, "id": "_fluidProgressBar", "type": "ProgressBar", "unnamed": 1 } # Main Treatment o_arterial_RangeBar = {"container": mainTreatmentScreen, "id": "_arterialRangeBar", "type": "TreatmentPressureComponent", "unnamed": 1 } o_venous_RangeBar = {"container": mainTreatmentScreen, "id": "_venousRangeBar", "type": "TreatmentPressureComponent", "unnamed": 1 } o_tmp_RangeBar = {"container": mainTreatmentScreen, "id": "_tmpRangeBar", "type": "TreatmentPressureComponent", "unnamed": 1 } o_treatmentUltrafiltration = {"container": mainTreatmentScreen, "objectName": "treatmentUltrafiltration", "type": "TreatmentUltrafiltration" } o_UF_Volume_Text = {"container": mainTreatmentScreen, "id": "_ufVolume", "type": "LabelValue", "unnamed": 1 } o_UF_Rate_Text = {"container": mainTreatmentScreen, "id": "_ufRate", "type": "LabelValue", "unnamed": 1 } o_treatment_duration = {"container": mainTreatmentScreen, "objectName": "treatmentTime", "type": "TreatmentTime" } o_UF_Volume_LabelValue = {"container": mainTreatmentScreen, "id": "_ufVolume", "type": "LabelValue", "unnamed": 1 } o_UF_Rate_LabelValue = {"container": mainTreatmentScreen, "id": "_ufRate", "type": "LabelValue", "unnamed": 1 } o_Volume_Delivered = {"container": mainTreatmentScreen, "id": "_valueText", "type": "Text", "unnamed": 1 } o_blood_flow_value = {"container": mainTreatmentScreen, "id": "_bloodFlow", "objectName": "bloodFlowComponent", "type": "TreatmentFlowsComponent" } o_dial_flow_value = {"container": mainTreatmentScreen, "objectName": "dialysateFlowComponent", "type": "TreatmentFlowsComponent" } o_dial_tmp_value = {"container": mainTreatmentScreen, "id": "_dialysateTemp", "objectName": "dialysateTempComponent", "type": "TreatmentFlowsComponent" } o_dial_cond_value = {"container": mainTreatmentScreen, "id": "_dialysateCond", "objectName": "dialysateCondComponent", "type": "TreatmentFlowsComponent" } o_blood_flow_title_Text = {"container": mainTreatmentScreen, "id": "_bloodFlow", "objectName": "bloodFlowComponent", "type": "TreatmentFlowsComponent" } o_dialyste_flow_title_Text = {"container": mainTreatmentScreen, "objectName": "dialysateFlowComponent", "type": "TreatmentFlowsComponent" } o_dialyste_tmp_title_Text = {"container": mainTreatmentScreen, "id": "_dialysateTemp", "objectName": "dialysateTempComponent", "type": "TreatmentFlowsComponent" } o_dialyste_cond_title_Text = {"container": mainTreatmentScreen, "id": "_dialysateCond", "objectName": "dialysateCondComponent", "type": "TreatmentFlowsComponent" } o_treatmentTimeNotificationBarSmall = {"container": mainTreatmentScreen, "objectName": "notification", "type": "NotificationBarSmall" } # settings_service_export_logs o_listView_ListView = {"container": o_Gui_MainView, "id": "_listView", "type": "ListView", "unnamed": 1 } o_listView_delegateControl = {"container": o_listView_ListView, "index": 2, "objectName": "delegateControl", "type": "Item" } o_Settings_Menu = {"container": o_listView_delegateControl, "objectName": "_touchRect2", "type": "TouchRect" } o_SettingsHome = {"container": o_Gui_MainView, "objectName": "_SettingsHome", "type": "SettingsHome" } o_SettingsExportLogs = {"container": o_Gui_MainView, "objectName": "_SettingsBase", "type": "SettingsExportLogs" } o_DeviceSettingsTitleText = {"container": o_SettingsHome, "id":"_titleText", "type": "Text", "unnamed": 1 } o_SettingsInformation = {"container": o_Gui_MainView, "objectName": "_SettingsBase", "type": "SettingsBase" } o_USBEjectButton = {"container": o_SettingsExportLogs, "id": "_usbEjectButton", "type": "USBButton", "unnamed": 1 } o_ExportLogsPageTitleText = {"container": o_SettingsInformation, "id":"_titleText", "type": "Text", "unnamed": 1 } o_LogTypeComboBox = {"container": o_SettingsInformation, "id": "_logTypeCombo", "type": "ComboBox", "unnamed": 1 } o_OptionComboBox = {"container": o_Overlay, "type": "Text", "unnamed": 1 } o_ExportButton = {"container": o_SettingsExportLogs, "id": "_logTypeExportButton", "type": "ExportButton", "unnamed": 1 } o_ExportLogsProgressRect = {"container": o_SettingsExportLogs, "id": "_progressRect", "type": "ProgressRect", "unnamed": 1 } o_ExportLogsNotificationBar = {"container": o_SettingsExportLogs, "id": "_information", "type": "NotificationBarSmall" } o_DeviceSettingsGrid = {"container": o_SettingsHome, "id": "_grid", "type": "Grid", } #Prescription Create RX o_prescriptionButton_IconButton = {"container": o_Gui_MainView, "id": "_prescriptionButton", "type": "IconButton", "unnamed": 1} o_PatientIDEntry_TextEntry = {"container": o_Overlay, "id": "_pretreatmentPatientIDEntry", "type": "TextEntry", "unnamed": 1} o_bloodFlowRate_LabelUnitContainer = {"container": o_Overlay, "id": "_bloodFlowRate", "type": "LabelUnitContainer", "unnamed": 1} o_bloodFlowRateControl_ValueAdjuster = {"container": o_Overlay, "id": "_bloodFlowRateControl", "type": "ValueAdjuster", "unnamed": 1} o_dialysateFlowRate_LabelUnitContainer = {"container": o_Overlay, "id": "_dialysateFlowRate", "type": "LabelUnitContainer", "unnamed": 1} o_dialysateFlowRateControl_ValueAdjuster = {"container": o_Overlay, "id": "_dialysateFlowRateControl", "type": "ValueAdjuster", "unnamed": 1} o_duration_LabelUnitContainer = {"container": o_Overlay, "id": "_duration", "type": "LabelUnitContainer", "unnamed": 1} o_durationControl_ValueAdjuster = {"container": o_Overlay, "id": "_durationControl", "type": "ValueAdjuster", "unnamed": 1} o_heparinBolusVolume_LabelUnitContainer = {"container": o_Overlay, "id": "_heparinBolusVolume", "type": "LabelUnitContainer", "unnamed": 1} o_heparinBolusVolumeControl_ValueAdjuster = {"container": o_Overlay, "id": "_heparinBolusVolumeControl", "type": "ValueAdjuster", "unnamed": 1} o_heparinDispensingRate_LabelUnitContainer = {"container": o_Overlay, "id": "_heparinDispensingRate", "type": "LabelUnitContainer", "unnamed": 1} o_heparinDispensingRateControl_ValueAdjuster= {"container": o_Overlay, "id": "_heparinDispensingRateControl", "type": "ValueAdjuster", "unnamed": 1} o_heparinStopTime_LabelUnitContainer = {"container": o_Overlay, "id": "_heparinStopTime", "type": "LabelUnitContainer", "unnamed": 1} o_heparinStopTimeControl_ValueAdjuster = {"container": o_Overlay, "id": "_heparinStopTimeControl", "type": "ValueAdjuster", "unnamed": 1} o_dialysateTemperature_LabelUnitContainer = {"container": o_Overlay, "id": "_dialysateTemperature", "type": "LabelUnitContainer", "unnamed": 1} o_dialysateTemperatureControl_ValueAdjuster = {"container": o_Overlay, "id": "_dialysateTemperatureControl", "type": "ValueAdjuster", "unnamed": 1} o_salineBolusVolume_LabelUnitContainer = {"container": o_Overlay, "id": "_salineBolusVolume", "type": "LabelUnitContainer", "unnamed": 1} o_salineBolusVolumeControl_ValueAdjuster = {"container": o_Overlay, "id": "_salineBolusVolumeControl", "type": "ValueAdjuster", "unnamed": 1} o_bpMeasurementInterval_LabelUnitContainer = {"container": o_Overlay, "id": "_bpMeasurementInterval", "type": "LabelUnitContainer", "unnamed": 1} o_bpMeasurementIntervalControl_ValueAdjuster= {"container": o_Overlay, "id": "_bpMeasurementIntervalControl", "type": "ValueAdjuster", "unnamed": 1} o_heparinBolusVolume_oFF_Text = {"container": o_heparinBolusVolumeControl_ValueAdjuster, "type": "Text", "unnamed": 1} o_heparinDispensingRateControl_OffText = {"container": o_heparinDispensingRateControl_ValueAdjuster, "type": "Text", "unnamed": 1} o_heparinStopTime_OffText = {"container": o_heparinStopTimeControl_ValueAdjuster, "type": "Text", "unnamed": 1} o_acidConcentrate_LabelUnitContainer = {"container": o_Overlay, "id": "_acidConcentrate", "type": "LabelUnitContainer", "unnamed": 1} o_acidConcentrateComboBox_BaseComboBox = {"container": o_Overlay, "id": "_acidConcentrateComboBox", "type": "BaseComboBox", "unnamed": 1} o_icon_Image = {"container": o_Overlay, "id": "_icon", "source": "qrc:/images/iChevronDown", "type": "Image", "unnamed": 1} o_potassiumValueControl_ValueAdjuster = {"container": o_Overlay, "id": "_potassiumValueControl", "type": "ValueAdjuster", "unnamed": 1} o_calciumValueControl_ValueAdjuster = {"container": o_Overlay, "id": "_calciumValueControl", "type": "ValueAdjuster", "unnamed": 1} o_save_button = {"container": o_Overlay, "id": "_saveButton", "type": "TouchRect", "unnamed": 1} o_iconImage_Image_2 = {"container": o_Gui_MainView, "id": "_iconImage", "source": "qrc:/images/iPrescription", "type": "Image", "unnamed": 1} o_editImage = {"container": o_acidConcentrate_LabelUnitContainer, "id": "_iconImage", "source": "qrc:/images/iEdit", "type": "Image", "unnamed": 1} o_iconImage_Image_4 = {"container": o_Overlay, "id": "_iconImage", "occurrence": 9, "source": "qrc:/images/iArrowRight", "type": "Image", "unnamed": 1} o_dialyzerTypeComboBox_BaseComboBox = {"container": o_Overlay, "id": "_dialyzerTypeComboBox", "type": "BaseComboBox", "unnamed": 1} o_potassium_LabelUnitContainer = {"container": o_Overlay, "id": "_potassium", "type": "LabelUnitContainer", "unnamed": 1} o_leftArrow_IconButton = {"container": o_potassium_LabelUnitContainer, "id": "_leftArrow", "type": "IconButton", "unnamed": 1} o_calcium_LabelUnitContainer = {"container": o_Overlay, "id": "_calcium", "type": "LabelUnitContainer", "unnamed": 1} o_leftArrow_IconButton2 = {"container": o_calcium_LabelUnitContainer, "id": "_leftArrow", "type": "IconButton", "unnamed": 1} o_dialyzerType_LabelUnitContainer = {"container": o_Overlay, "id": "_dialyzerType", "type": "LabelUnitContainer", "unnamed": 1} o_qrCode_Image = {"container": o_Overlay, "id": "_qrCode", "type": "Image" } o_prescriptionMenu_BaseComboBox = {"container": o_Overlay, "id": "_prescriptionMenu", "type": "BaseComboBox", "unnamed": 1} o_bicarbonateConcentrate_LabelUnitContainer = {"container": o_Overlay, "id": "_bicarbonateConcentrate", "type": "LabelUnitContainer", "unnamed": 1} o_bicarbonateConcentrateComboBox_BaseComboBox= {"container": o_Overlay, "id": "_bicarbonateConcentrateComboBox", "type": "BaseComboBox", "unnamed": 1} o_icon_Image_2 = {"container": o_bicarbonateConcentrateComboBox_BaseComboBox, "id": "_icon", "source": "qrc:/images/iChevronDown", "type": "Image", "unnamed": 1} o_confirmButton_ConfirmButton = {"container": o_Overlay, "id": "_confirmButton", "type": "ConfirmButton", "unnamed": 1} keyboard_input = {"container": o_Gui_MainView, "type": "Text", "unnamed": 1, "visible": True } keyboard_switch = {"container": o_Gui_MainView, "id": "_shiftKeyIcon", "source": "qrc:/plugins/QtQuick/VirtualKeyboard/Styles/denali/images/iShiftNormal.svg", "type": "Image", "unnamed": 1, "visible": True} keyboard_switch2 = {"container": o_Gui_MainView, "id": "_shiftKeyIcon", "source": "qrc:/plugins/QtQuick/VirtualKeyboard/Styles/denali/images/iShiftActive.svg", "type": "Image", "unnamed": 1, "visible": True} o_delegate_ItemDelegate = {"checkable": False, "container": o_Overlay, "id": "_delegate", "type": "ItemDelegate", "unnamed": 1 } o_delegate_ItemDelegate_2 = {"checkable": False, "container": o_Overlay, "id": "_delegate", "occurrence": 2, "type": "ItemDelegate", "unnamed": 1 } o_delegate_ItemDelegate_3 = {"checkable": False, "container": o_Overlay, "id": "_delegate", "occurrence": 4, "type": "ItemDelegate", "unnamed": 1 } o_delegate_ItemDelegate_4 = {"checkable": False, "container": o_Overlay, "id": "_delegate", "occurrence": 3, "type": "ItemDelegate", "unnamed": 1 }