Index: sources/gui/qml/pages/treatment/sections/TreatmentFlows.qml =================================================================== diff -u -rac23b968f565c2beeb153ca2d554b8f868634512 -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/gui/qml/pages/treatment/sections/TreatmentFlows.qml (.../TreatmentFlows.qml) (revision ac23b968f565c2beeb153ca2d554b8f868634512) +++ sources/gui/qml/pages/treatment/sections/TreatmentFlows.qml (.../TreatmentFlows.qml) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) @@ -1,15 +1,15 @@ /*! * - * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. + * Copyright (c) 2020-2024 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * \file TreatmentFlows.qml - * \author (last) Behrouz NematiPour - * \date (last) 30-Jul-2020 - * \author (original) Behrouz NematiPour - * \date (original) 27-Jan-2020 + * \file TreatmentFlows.qml + * \author (last) Behrouz NematiPour + * \date (last) 14-Mar-2023 + * \author (original) Behrouz NematiPour + * \date (original) 27-Jan-2020 * */ @@ -37,15 +37,15 @@ anchors.topMargin: 40 TextRect { id: _bloodFlow title : qsTr("Blood") - label : Variables.notSetVariable(vTreatmentBloodFlow.bloodFlow_FlowSetPoint) + label : Variables.notSetVariable(vTreatmentBloodFlow.bloodFlow_PresFlow) extra : Variables.unitTextFlowRate labelFont.weight: Font.ExtraLight width : 180 height: 200 } TextRect { id: _dialysateInletFlow title: qsTr("Dialysate") - label: Variables.notSetVariable(vTreatmentDialysateFlow.dialysateFlow_FlowSetPoint) + label: Variables.notSetVariable(vTreatmentDialysateFlow.dialysateFlow_PresFlow) extra: Variables.unitTextFlowRate labelFont.weight: Font.ExtraLight width: 180