Index: sources/view/vtreatmentadjustmentsresponse.h =================================================================== diff -u -r5c5fa01738826261e0b3647db6b7b3fc26b04251 -r95c671ab7037af055db551456a719ff67bf10262 --- sources/view/vtreatmentadjustmentsresponse.h (.../vtreatmentadjustmentsresponse.h) (revision 5c5fa01738826261e0b3647db6b7b3fc26b04251) +++ sources/view/vtreatmentadjustmentsresponse.h (.../vtreatmentadjustmentsresponse.h) (revision 95c671ab7037af055db551456a719ff67bf10262) @@ -36,25 +36,31 @@ // friends friend class ::tst_views; - PROPERTY( bool , adjustment_Accepted , 0, false) - // coco begin validated: The Reason property as quint32 is not used directly in GUI + // coco begin validated: + + // The Reason property as quint32 is not used directly in GUI // it will be used as QString text. // has been manually tested that it works perfectly fine if used. - PROPERTY( quint32 , adjustment_Reason , 0, false) - // coco end - PROPERTY( quint32 , bloodFlow_FlowSetPoint , 0, false) - PROPERTY( quint32 , dialysateFlow_FlowSetPoint , 0, false) + PROPERTY( quint32 , adjustment_Reason , 0) - PROPERTY( quint32 , duration , 0, false) - PROPERTY( float , UFVolume , 0, false) - - // coco begin validated: The property adjustment_Triggered has to be always true + // The property adjustment_Triggered has to be always true // and to always trigger the change event to work as a notifier for GUI // has been manually tested that it works perfectly fine - PROPERTY( bool , adjustment_Flow_Triggered , 0, true ) - PROPERTY( bool , adjustment_Duration_Triggered , 0, true ) + TRIGGER( bool , adjustmentFlow , 0) + TRIGGER( bool , adjustmentDuration , 0) + // coco end + + // Treatment Blood/Dialysate Flow data + PROPERTY( bool , adjustment_Accepted , 0) + PROPERTY( quint32 , bloodFlow_FlowSetPoint , 0) + PROPERTY( quint32 , dialysateFlow_FlowSetPoint , 0) + + // Treatment Duration data + PROPERTY( quint32 , duration , 0) + PROPERTY( float , ultrafiltration , 0) + VIEW_DEC_CLASS(VTreatmentAdjustmentsResponse) VIEW_DEC_SLOT_ADJUSTMENTS