Index: sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustPatientDisconnectionConfirm.h =================================================================== diff -u -rf77d1595d633632cdedc5095a0cac07a7cca1251 -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustPatientDisconnectionConfirm.h (.../VPostTreatmentAdjustPatientDisconnectionConfirm.h) (revision f77d1595d633632cdedc5095a0cac07a7cca1251) +++ sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustPatientDisconnectionConfirm.h (.../VPostTreatmentAdjustPatientDisconnectionConfirm.h) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) @@ -1,13 +1,13 @@ /*! * - * Copyright (c) 2021-2023 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 VPostTreatmentAdjustPatientDisconnectionConfirm.h * \author (last) Behrouz NematiPour - * \date (last) 18-Apr-2022 + * \date (last) 11-Aug-2023 * \author (original) Behrouz NematiPour * \date (original) 11-Apr-2021 * @@ -18,6 +18,7 @@ // Project #include "main.h" // Doxygen : do not remove +#include "MPostTreatmentAdjustPatientDisconnectionConfirmResponse.h" #include "VAdjustmentResponseBase.h" namespace View { @@ -43,9 +44,10 @@ TRIGGER( bool , adjustment , 0) // 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 AdjustPatientDisconnectionNotifyRequestData &vData); + void didAdjustment(const AdjustPatientDisconnectionConfirmRequestData &vData); }; }