Index: sources/view/td/adjustment/treatment/VTreatmentAdjustmentSetPoints.h =================================================================== diff -u -rb2db816026524a19086e900eef867d7f5a3aa6f2 -r5601274da6b6a67a1887c3994640a47549ae9e26 --- sources/view/td/adjustment/treatment/VTreatmentAdjustmentSetPoints.h (.../VTreatmentAdjustmentSetPoints.h) (revision b2db816026524a19086e900eef867d7f5a3aa6f2) +++ sources/view/td/adjustment/treatment/VTreatmentAdjustmentSetPoints.h (.../VTreatmentAdjustmentSetPoints.h) (revision 5601274da6b6a67a1887c3994640a47549ae9e26) @@ -41,8 +41,19 @@ // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI - TRIGGER( bool , adjustment , 0 ) + TRIGGER( bool , adjustment , 0) + TRIGGER(quint32 , bloodFlowRateRejectionReason , 0) + TRIGGER(quint32 , dialysateFlowRateRejectionReason , 0) + TRIGGER(quint32 , dialysateTemperatureRejectionReason , 0) + TRIGGER(quint32 , acidConcentrateRejectionReason , 0) + TRIGGER(quint32 , acidConcentrateConversionFactorRejectionReason , 0) + TRIGGER(quint32 , bicarbConcentrateRejectionReason , 0) + TRIGGER(quint32 , treatmentModalityRejectionReason , 0) + TRIGGER(quint32 , hepatitusRejectionReason , 0) + TRIGGER(quint32 , sodiumRejectionReason , 0) + TRIGGER(quint32 , bicarbonateRejectionReason , 0) + VIEW_DEC_CLASS_ADJUSTMENT(VTreatmentAdjustmentSetPoints, AdjustSetPointsResponseData) public slots: