Index: sources/view/td/adjustment/treatment/VTreatmentAdjustmentSetPoints.cpp =================================================================== diff -u -rb2db816026524a19086e900eef867d7f5a3aa6f2 -r5601274da6b6a67a1887c3994640a47549ae9e26 --- sources/view/td/adjustment/treatment/VTreatmentAdjustmentSetPoints.cpp (.../VTreatmentAdjustmentSetPoints.cpp) (revision b2db816026524a19086e900eef867d7f5a3aa6f2) +++ sources/view/td/adjustment/treatment/VTreatmentAdjustmentSetPoints.cpp (.../VTreatmentAdjustmentSetPoints.cpp) (revision 5601274da6b6a67a1887c3994640a47549ae9e26) @@ -29,8 +29,18 @@ void VTreatmentAdjustmentSetPoints::onActionReceive(const AdjustSetPointsResponseData &vData) { adjustment_Accepted ( vData.mAccepted ); - adjustment_Reason ( vData.mReason ); + bloodFlowRateRejectionReason (vData.mBloodFlowRateRejectionReason ); + dialysateFlowRateRejectionReason (vData.mDialysateFlowRateRejectionReason ); + dialysateTemperatureRejectionReason (vData.mDialysateTemperatureRejectionReason ); + acidConcentrateRejectionReason (vData.mAcidConcentrateRejectionReason ); + acidConcentrateConversionFactorRejectionReason (vData.mAcidConcentrateConversionFactorRejectionReason ); + bicarbConcentrateRejectionReason (vData.mBicarbConcentrateRejectionReason ); + treatmentModalityRejectionReason (vData.mTreatmentModalityRejectionReason ); + hepatitusRejectionReason (vData.mHepatitusRejectionReason ); + sodiumRejectionReason (vData.mSodiumRejectionReason ); + bicarbonateRejectionReason (vData.mBicarbonateRejectionReason ); + // *** has to be the last to let the information to be set and then emit the signal *** // *** otherwise will use the previous values before being set. *** adjustment ( true );