# 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"} standByScreen_MainHome = {"container": o_Gui_MainView, "type": "MainHome" } treatmentStack = {"container": o_Gui_MainView, "type": "TreatmentStack" } startTreatmentButton = {"container": o_Gui_MainView, "id": "_startTreatmentRect", "type": "TouchRect", "unnamed": 1 } 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 } pressure_venous_marker_text = {"container": mainTreatmentScreen, "id": "_rangeMarkerValue", "occurrence": 2, "type": "RangeMarker", "unnamed": 1 } pressure_tmp_marker_text = {"container": mainTreatmentScreen, "id": "_rangeMarkerValue", "occurrence": 3, "type": "RangeMarker", "unnamed": 1 } arterial_RangeBar = {"container": mainTreatmentScreen, "id": "_rangeBar", "type": "RangeBar", "unnamed": 1 } venous_RangeBar = {"container": mainTreatmentScreen, "id": "_rangeBar", "occurrence": 2, "type": "RangeBar", "unnamed": 1 } tmp_RangeBar = {"container": mainTreatmentScreen, "id": "_rangeBar", "occurrence": 3, "type": "RangeBar", "unnamed": 1 } treatmentUltrafiltration = {"container": mainTreatmentScreen, "objectName": "treatmentUltrafiltration", "type": "TreatmentUltrafiltration"} UF_Volume_Text = {"container": mainTreatmentScreen, "text": "UF Volume", "type": "Text", "unnamed": 1 } UF_Rate_Text = {"container": mainTreatmentScreen, "text": "UF Rate", "type": "Text", "unnamed": 1 } treatment_duration = {"container": mainTreatmentScreen, "objectName": "treatmentTime", "type": "TreatmentTime"} UF_Volume_LabelValue = {"container": mainTreatmentScreen, "id": "_ufVolume", "type": "LabelValue", "unnamed": 1 } UF_Rate_LabelValue = {"container": mainTreatmentScreen, "id": "_ufRate", "type": "LabelValue", "unnamed": 1 } Volume_Delivered = {"container": mainTreatmentScreen, "id": "_valueText", "type": "Text", "unnamed": 1 } blood_flow_value = {"container": mainTreatmentScreen, "id": "_bloodFlow", "objectName": "bloodFlowComponent", "type": "TreatmentFlowsComponent" } dial_flow_value = {"container": mainTreatmentScreen, "objectName": "dialysateFlowComponent", "type": "TreatmentFlowsComponent" } dial_tmp_value = {"container": mainTreatmentScreen, "id": "_dialysateTemp", "objectName": "dialysateTempComponent", "type": "TreatmentFlowsComponent" } dial_cond_value = {"container": mainTreatmentScreen, "id": "_dialysateCond", "objectName": "dialysateCondComponent", "type": "TreatmentFlowsComponent" } Treatment_Parameters_Text = {"container": mainTreatmentScreen, "text": "Treatment Parameters", "type": "Text", "unnamed": 1 } pressure_arterial_marker_text = {"container": mainTreatmentScreen, "id": "_rangeMarkerValue", "type": "RangeMarker", "unnamed": 1 } blood_flow_title_Text = {"container": mainTreatmentScreen, "objectName": "title", "text": "Blood Flow" , "type": "Text", } dialyste_flow_title_Text = {"container": mainTreatmentScreen, "objectName": "title", "text": "Dialysate Flow", "type": "Text", } dialyste_tmp_title_Text = {"container": mainTreatmentScreen, "objectName": "title", "text": "Dialysate Temp." , "type": "Text", } dialyste_cond_title_Text = {"container": mainTreatmentScreen, "objectName": "title", "text": "Dialysate Cond." , "type": "Text", } treatmentTimeNotificationBarSmall = {"container": mainTreatmentScreen, "objectName": "notification", "type": "NotificationBarSmall" } #create treatement prescription_screen = {"container": o_Gui_MainView, "type": "PreTreatmentCreateStack" , "objectName": "_PreTreatmentCreate" } o_bullet_object = { "type": "StepBullet", "unnamed": 1 } o_text_object = { "type": "Text", "unnamed": 1 } o_PreTreatmentCreate_PreTreatmentCreate = {"container": prescription_screen, "type": "PreTreatmentCreate" } o_PreTreatmentCreate_gridSteps_Grid = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_gridSteps", "type": "Grid", "unnamed": 1 } o_PreTreatmentCreate_Prescription_Text = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "text": "Prescription", "type": "Text", "unnamed": 1 } o_PreTreatmentCreate_Blood_Flow_Rate_Text = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "text": "Blood Flow Rate", "type": "Text", "unnamed": 1 } o_PreTreatmentCreate_bloodFlowRate_LabelUnitContainer = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_bloodFlowRate", "type": "LabelUnitContainer", "unnamed": 1 } o_PreTreatmentCreate_bloodFlowRateControl_ValueAdjuster = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_bloodFlowRateControl", "type": "ValueAdjuster", "unnamed": 1 } PatientIDEntry_TextEntry = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_pretreatmentPatientIDEntry", "type": "TextEntry", "unnamed": 1 } keyboard_input = {"container": o_Gui_MainView, "type": "Text", "unnamed": 1, "visible": True } keyboard_switch = {"container": o_Gui_MainView, "id": "_shiftKeyIcon", "type": "Image", "unnamed": 1, "source": "qrc:/plugins/QtQuick/VirtualKeyboard/Styles/denali/images/iShiftNormal.svg"} keyboard_switch2 = {"container": o_Gui_MainView, "id": "_shiftKeyIcon", "source": "qrc:/plugins/QtQuick/VirtualKeyboard/Styles/denali/images/iShiftActive.svg", "type": "Image", "unnamed": 1 } o_PreTreatmentCreate_dialysateFlowRateControl_ValueAdjuster = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_dialysateFlowRateControl", "type": "ValueAdjuster", "unnamed": 1 } o_PreTreatmentCreate_durationControl_ValueAdjuster = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_durationControl", "type": "ValueAdjuster", "unnamed": 1 } o_PreTreatmentCreate_heparinBolusVolumeControl_ValueAdjuster = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_heparinBolusVolumeControl", "type": "ValueAdjuster", "unnamed": 1 } o_PreTreatmentCreate_heparinDispensingRateControl_ValueAdjuster = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_heparinDispensingRateControl", "type": "ValueAdjuster", "unnamed": 1 } o_PreTreatmentCreate_heparinDispensingRateControl_OffText = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "text": "OFF", "type": "Text", "unnamed": 1 } o_PreTreatmentCreate_heparinStopTimeControl_ValueAdjuster = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_heparinStopTimeControl", "type": "ValueAdjuster", "unnamed": 1 } PreTreatmentCreate_heparinStopTime_OffText = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "text": "OFF", "type": "Text", " unnamed": 1, "occurrence": 2, } o_PreTreatmentCreate_dialysateTemperatureControl_ValueAdjuster = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_dialysateTemperatureControl", "type": "ValueAdjuster", "unnamed": 1 } o_PreTreatmentCreate_salineBolusVolumeControl_ValueAdjuster = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_salineBolusVolumeControl", "type": "ValueAdjuster", "unnamed": 1 } o_PreTreatmentCreate_bpMeasurementIntervalControl_ValueAdjuster = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_bpMeasurementIntervalControl", "type": "ValueAdjuster", "unnamed": 1 } o_PreTreatmentCreate_Dialysate_Flow_Rate_Text = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "text": "Dialysate Flow Rate", "type": "Text", "unnamed": 1 } o_PreTreatmentCreate_Duration_Text = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "text": "Duration", "type": "Text", "unnamed": 1 } o_PreTreatmentCreate_Heparin_Bolus_Volume_Text = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "text": "Heparin Bolus Volume", "type": "Text", "unnamed": 1 } o_PreTreatmentCreate_Heparin_Dispensing_Rate_Text = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "text": "Heparin Dispensing Rate", "type": "Text", "unnamed": 1 } o_PreTreatmentCreate_OFF_Text = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "text": "OFF", "type": "Text", "unnamed": 1 } o_PreTreatmentCreate_Heparin_Stop_Time_Text = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "text": "Heparin Stop Time", "type": "Text", "unnamed": 1 } o_PreTreatmentCreate_dialysateTemperatureControl_Text = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "text": "Dialysate Temperature", "type": "Text", "unnamed": 1 } o_PreTreatmentCreate_salineBolusVolume_Text = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "text": "Saline Bolus Volume", "type": "Text", "unnamed": 1 } o_PreTreatmentCreate_bpMeasurementInterval_Text = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "text": "BP Measurement Interval", "type": "Text", "unnamed": 1 } o_PreTreatmentCreate_Bicarbonate_Concentrate_Text = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "text": "Bicarbonate Concentrate", "type": "Text", "unnamed": 1 } o_PreTreatmentCreate_bicarbonateConcentrateComboBox_BaseComboBox= {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_bicarbonateConcentrateComboBox", "type": "BaseComboBox", "unnamed": 1 } o_PreTreatmentCreate_dialyzerTypeComboBox_BaseComboBox = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_dialyzerTypeComboBox", "type": "BaseComboBox", "unnamed": 1 } o_delegate_ItemDelegate = {"container": o_Overlay, "id": "_delegate", "type": "ItemDelegate", "unnamed": 1, "checkable": False, } o_delegate_ItemDelegate_2 = {"container": o_Overlay, "id": "_delegate", "occurrence": 2, "type": "ItemDelegate", "unnamed": 1, "checkable": False, } o_PreTreatmentCreate_dialyzerType_Text = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "text": "Dialyzer Type", "type": "Text", "unnamed": 1 } o_PreTreatmentCreate_acidConcentrate_Text = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "text": "Acid Concentrate", "type": "Text", "unnamed": 1 } o_PreTreatmentCreate_iconImage_Image = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_editButton", "type": "IconButton", "unnamed": 1, "visible": True } o_iconImage_Image = {"container": o_Overlay, "id": "_iconImage", "type": "Image", "unnamed": 1, "source": "qrc:/images/iArrowRight" } o_saveButton_TouchRect = {"container": o_Overlay, "id": "_saveButton", "type": "TouchRect", "unnamed": 1 } o_PreTreatmentCreate_acidConcentrateComboBox_BaseComboBox = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_acidConcentrateComboBox", "type": "BaseComboBox", "unnamed": 1 } o_delegate_ItemDelegate_3 = {"container": o_Overlay, "id": "_delegate", "occurrence": 4, "type": "ItemDelegate", "unnamed": 1, "checkable": False } o_PreTreatmentCreate_acidConcentrate_Popup_Text = {"container": o_Overlay, "text": "Acid Concentrate", "type": "TitleText", "unnamed": 1 } o_delegate_ItemDelegate_4 = {"container": o_Overlay, "id": "_delegate", "occurrence": 3, "type": "ItemDelegate", "unnamed": 1 } o_PreTreatmentCreate_qrCode_Image = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_qrCode", "type": "Image", "unnamed": 1 } o_PreTreatmentCreate_iconImage_Image_2 = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_iconImage", "type": "Image", "unnamed": 1, "source": "qrc:/images/iArrowRight" } o_PreTreatmentCreate_iconImage_Image_3 = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_iconImage", "occurrence": 2, "type": "Image", "unnamed": 1, "source": "qrc:/images/iArrowRight" } confirmButtom = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "objectName": "_confirmButton", "type": "ConfirmButton" } prescription_menuButton = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_prescriptionMenu", "type": "BaseComboBox", "unnamed": 1, "visible": True } o_PreTreatmentCreate_dialysateFlowRate_LabelUnitContainer = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_dialysateFlowRate", "type": "LabelUnitContainer", "unnamed": 1, "visible": True } o_PreTreatmentCreate_duration_LabelUnitContainer = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_duration", "type": "LabelUnitContainer", "unnamed": 1 } o_PreTreatmentCreate_heparinBolusVolume_LabelUnitContainer = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_heparinBolusVolume", "type": "LabelUnitContainer", "unnamed": 1 } o_PreTreatmentCreate_heparinDispensingRate_LabelUnitContainer = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_heparinDispensingRate", "type": "LabelUnitContainer", "unnamed": 1 } o_PreTreatmentCreate_heparinStopTime_LabelUnitContainer = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_heparinStopTime", "type": "LabelUnitContainer", "unnamed": 1 } o_PreTreatmentCreate_acidConcentrate_LabelUnitContainer = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_acidConcentrate", "type": "LabelUnitContainer", "unnamed": 1 } o_PreTreatmentCreate_bicarbonateConcentrate_LabelUnitContainer = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_bicarbonateConcentrate", "type": "LabelUnitContainer", "unnamed": 1 } o_PreTreatmentCreate_dialyzerType_LabelUnitContainer = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_dialyzerType", "type": "LabelUnitContainer", "unnamed": 1 } o_PreTreatmentCreate_dialysateTemperature_LabelUnitContainer = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_dialysateTemperature", "type": "LabelUnitContainer", "unnamed": 1 } o_PreTreatmentCreate_salineBolusVolume_LabelUnitContainer = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_salineBolusVolume", "type": "LabelUnitContainer", "unnamed": 1 } o_PreTreatmentCreate_bpMeasurementInterval_LabelUnitContainer = {"container": o_PreTreatmentCreate_PreTreatmentCreate, "id": "_bpMeasurementInterval", "type": "LabelUnitContainer", "unnamed": 1 }