Index: sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustPatientDisconnectionConfirm.h =================================================================== diff -u -r506a9e3db1a20bda1685e38c5e9041005c9a4a4f -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustPatientDisconnectionConfirm.h (.../VPostTreatmentAdjustPatientDisconnectionConfirm.h) (revision 506a9e3db1a20bda1685e38c5e9041005c9a4a4f) +++ sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustPatientDisconnectionConfirm.h (.../VPostTreatmentAdjustPatientDisconnectionConfirm.h) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) @@ -1,13 +1,13 @@ /*! * - * 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 VPostTreatmentAdjustDisposablesRemovalConfirm.h + * \file VPostTreatmentAdjustPatientDisconnectionConfirm.h * \author (last) Behrouz NematiPour - * \date (last) 11-Apr-2021 + * \date (last) 11-Aug-2023 * \author (original) Behrouz NematiPour * \date (original) 11-Apr-2021 * @@ -17,7 +17,8 @@ #include // Project -#include "main.h" // Doxygen : don't remove +#include "main.h" // Doxygen : do not remove +#include "MPostTreatmentAdjustPatientDisconnectionConfirmResponse.h" #include "VAdjustmentResponseBase.h" namespace View { @@ -36,16 +37,17 @@ // friends friend class ::tst_views; - // 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 - VIEW_DEC_CLASS(VPostTreatmentAdjustmentPatientDisconnectionConfirm) + VIEW_DEC_CLASS_ADJUSTMENT(VPostTreatmentAdjustmentPatientDisconnectionConfirm, AdjustPatientDisconnectionConfirmResponseData) public slots: + void doNotify (); void doConfirm(); signals: @@ -54,6 +56,7 @@ * \details the notification signal to send the user's Patient Disconnection confirm * \param vData - data model includes request information */ + void didAdjustment(const AdjustPatientDisconnectionNotifyRequestData &vData); void didAdjustment(const AdjustPatientDisconnectionConfirmRequestData &vData); }; }