Index: sources/model/td/adjustment/treatment/MTreatmentAdjustSetPointsResponse.h =================================================================== diff -u -r3000579296b1baa02f21dbe44e27f1c7e56e3821 -r48343520806859178923efdcca8a95f6af8599e9 --- sources/model/td/adjustment/treatment/MTreatmentAdjustSetPointsResponse.h (.../MTreatmentAdjustSetPointsResponse.h) (revision 3000579296b1baa02f21dbe44e27f1c7e56e3821) +++ sources/model/td/adjustment/treatment/MTreatmentAdjustSetPointsResponse.h (.../MTreatmentAdjustSetPointsResponse.h) (revision 48343520806859178923efdcca8a95f6af8599e9) @@ -38,11 +38,6 @@ * | || * | #1:(U32) | \ref Data::mAccepted | * | #2:(U32) | \ref Data::mReason | - * | #1:(U32) | \ref Data::mBloodFlowRate | - * | #2:(U32) | \ref Data::mDialysateFlowRate | - * | #3:(F32) | \ref Data::mDialysateTemperature | - * | #4:(U32) | \ref Data::mAcidConcentrate | - * | #5:(U32) | \ref Data::mBicarbConcentrate | * * \sa Data * \sa MAdjustSetPointsReq : Adjust Set Points Request @@ -66,11 +61,6 @@ struct { Types::U32 mAccepted ; Types::U32 mReason ; - Types::U32 mBloodFlowRate ; - Types::U32 mDialysateFlowRate ; - Types::F32 mDialysateTemperature ; - Types::U32 mAcidConcentrate ; - Types::U32 mBicarbConcentrate ; } _data; public: @@ -82,11 +72,6 @@ struct Data { bool mAccepted = 0; /*!< Accepted value of type quint32 extracted out */ quint32 mReason = 0; /*!< Reason value of type quint32 extracted out */ - quint32 mBloodFlowRate = 0; /*!< Blood Flow Rate value of type quint32 extracted out */ - quint32 mDialysateFlowRate = 0; /*!< Dialysate Flow Rate value of type quint32 extracted out */ - float mDialysateTemperature = 0; /*!< Dialysate Temperature value of type float extracted out */ - quint32 mAcidConcentrate = 0; /*!< Acid Concentrate value of type quint32 extracted out */ - quint32 mBicarbConcentrate = 0; /*!< Bicarbonate Concentrate value of type quint32 extracted out */ }; MAdjustSetPointsResponse () { }