Index: sources/gui/qml/pages/treatment/TreatmentCreate.qml =================================================================== diff -u -r0583a63307936f09e184dfe16acca25f9e3fd81c -r4d30a4bbefaf43966b88e7f76225bfce0242d889 --- sources/gui/qml/pages/treatment/TreatmentCreate.qml (.../TreatmentCreate.qml) (revision 0583a63307936f09e184dfe16acca25f9e3fd81c) +++ sources/gui/qml/pages/treatment/TreatmentCreate.qml (.../TreatmentCreate.qml) (revision 4d30a4bbefaf43966b88e7f76225bfce0242d889) @@ -479,6 +479,29 @@ } + onFwValidationSuccess: { + _bloodFlowRate .setValid (true) + _dialysateFlowRate .setValid (true) + _duration .setValid (true) + _heparinDispensingRate .setValid (true) + + _heparinBolusVolume .setValid (true) + _heparinStopTime .setValid (true) + + _salineBolus .setValid (true) + _acidConcentrate .setValid (true) + _bicarbonateConcentrate .setValid (true) + _dialyzerType .setValid (true) + + _dialysateTemperature .setValid (true) + _arterialPressureLimits .setLowValid (true) + _arterialPressureLimits .setHighValid(true) + _venousPressureLimits .setLowValid (true) + _venousPressureLimits .setHighValid(true) + _bloodPressureMeasurementInterval .setValid (true) + _rinsebackFlowRate .setValid (true) + } + onFwValidationFailed: { }