Index: sources/model/hd/adjustment/posttreatment/MPostTreatmentAdjustRequests.h =================================================================== diff -u -rc9f8f8cf3c6c37fc6460d8675c62c9442c4d4263 -rf77d1595d633632cdedc5095a0cac07a7cca1251 --- sources/model/hd/adjustment/posttreatment/MPostTreatmentAdjustRequests.h (.../MPostTreatmentAdjustRequests.h) (revision c9f8f8cf3c6c37fc6460d8675c62c9442c4d4263) +++ sources/model/hd/adjustment/posttreatment/MPostTreatmentAdjustRequests.h (.../MPostTreatmentAdjustRequests.h) (revision f77d1595d633632cdedc5095a0cac07a7cca1251) @@ -34,7 +34,7 @@ */ /*! - * \brief The MAdjustPatientDisconnectionConfirmReq class + * \brief The MAdjustPatientDisconnectionNotifyReq class * \details The model to Confirm Patient Disconnection * * | MSG | CAN ID | M.Box | Type | Ack | Src | Dest | Description | @@ -46,7 +46,7 @@ * | None || * */ -class MAdjustPatientDisconnectionConfirmReq : public MModel { +class MAdjustPatientDisconnectionNotifyReq : public MModel { public: // disabled coco begin validated : Has been validated manually. // This object is used statically for now, kept the logic for later usage. @@ -55,7 +55,7 @@ } // disabled coco end static QString toString(const QVariantList &vParameters) { - return MModel::toString("PatientDisconnectionConfirm", vParameters); + return MModel::toString("PatientDisconnectionNotify", vParameters); } }; @@ -113,6 +113,6 @@ } -typedef Model:: MAdjustPatientDisconnectionConfirmReq AdjustPatientDisconnectionConfirmRequestData; +typedef Model:: MAdjustPatientDisconnectionNotifyReq AdjustPatientDisconnectionNotifyRequestData; typedef Model:: MAdjustDisposablesRemovalConfirmReq AdjustDisposablesRemovalConfirmRequestData; typedef Model:: MAdjustTreatmentLogReq AdjustTreatmentLogRequestData;