Index: sources/view/hd/adjustment/treatment/VTreatmentAdjustmentUltrafiltrationConfirm.h =================================================================== diff -u -ra5760947d3ed0d2748ba023a1c25e3c6aa0b1de1 -ra58f91b077c8131bea3dbde0fc338adb113fc9f3 --- sources/view/hd/adjustment/treatment/VTreatmentAdjustmentUltrafiltrationConfirm.h (.../VTreatmentAdjustmentUltrafiltrationConfirm.h) (revision a5760947d3ed0d2748ba023a1c25e3c6aa0b1de1) +++ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentUltrafiltrationConfirm.h (.../VTreatmentAdjustmentUltrafiltrationConfirm.h) (revision a58f91b077c8131bea3dbde0fc338adb113fc9f3) @@ -39,21 +39,14 @@ AdjustUltrafiltrationConfirmRequestData _data; - // disabled coco begin validated: // 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 TRIGGER( bool , adjustment , 0) - // disabled coco end // Treatment Ultrafiltration data PROPERTY( float , volume , 0) - // disabled coco begin validated: Manually validated - // Duration is not used since will be passed each second by TreatmentTime message PROPERTY( quint32 , duration , 0) - // Rate has not been decided to be used anywhere yet. PROPERTY( float , rate , 0) - // disabled coco end VIEW_DEC_CLASS_ADJUSTMENT(VTreatmentAdjustmentUltrafiltrationConfirm, AdjustUltrafiltrationConfirmResponseData)