Index: sources/view/hd/adjustment/treatment/VTreatmentAdjustmentUltrafiltrationConfirm.h =================================================================== diff -u -r506a9e3db1a20bda1685e38c5e9041005c9a4a4f -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/view/hd/adjustment/treatment/VTreatmentAdjustmentUltrafiltrationConfirm.h (.../VTreatmentAdjustmentUltrafiltrationConfirm.h) (revision 506a9e3db1a20bda1685e38c5e9041005c9a4a4f) +++ sources/view/hd/adjustment/treatment/VTreatmentAdjustmentUltrafiltrationConfirm.h (.../VTreatmentAdjustmentUltrafiltrationConfirm.h) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) @@ -1,23 +1,23 @@ /*! * - * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. + * Copyright (c) 2021-2024 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * \file VTreatmentAdjustmentUltrafiltrationConfirm.h - * \author (last) Behrouz NematiPour - * \date (last) 08-Sep-2020 - * \author (original) Behrouz NematiPour - * \date (original) 26-Aug-2020 + * \file VTreatmentAdjustmentUltrafiltrationConfirm.h + * \author (last) Behrouz NematiPour + * \date (last) 18-Apr-2022 + * \author (original) Behrouz NematiPour + * \date (original) 11-Apr-2021 * */ #pragma once #include // Project -#include "main.h" // Doxygen : don't remove +#include "main.h" // Doxygen : do not remove #include "VAdjustmentResponseBase.h" #include "MTreatmentAdjustUltrafiltrationConfirmResponse.h" @@ -39,21 +39,21 @@ AdjustUltrafiltrationConfirmRequestData _data; - // coco begin validated: + // 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) - // coco end + // disabled coco end // Treatment Ultrafiltration data PROPERTY( float , volume , 0) - // coco begin validated: Manually validated + // 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) - // coco end + // disabled coco end VIEW_DEC_CLASS_ADJUSTMENT(VTreatmentAdjustmentUltrafiltrationConfirm, AdjustUltrafiltrationConfirmResponseData)