Index: sources/model/hd/adjustment/MPreTreatmentAdjustParametersValidationResponse.h =================================================================== diff -u -re0412efcf85964a18ec52ad80f233c45998eb45a -rbd01334f257c35b96b7b232beacbcd7fae60c852 --- sources/model/hd/adjustment/MPreTreatmentAdjustParametersValidationResponse.h (.../MPreTreatmentAdjustParametersValidationResponse.h) (revision e0412efcf85964a18ec52ad80f233c45998eb45a) +++ sources/model/hd/adjustment/MPreTreatmentAdjustParametersValidationResponse.h (.../MPreTreatmentAdjustParametersValidationResponse.h) (revision bd01334f257c35b96b7b232beacbcd7fae60c852) @@ -35,7 +35,7 @@ * * | Payload || * | || - * | #1:(U32) | \ref Data::requestValid | + * | #1:(U32) | \ref Data::mAccepted | * | #2:(U32) | \ref Data::bloodFlowRate | * | #3:(U32) | \ref Data::dialysateFlowRate | * | #4:(U32) | \ref Data::duration | @@ -71,7 +71,7 @@ QVariantList parameters() const override; struct { - Types::U32 requestValid ; + Types::U32 mAccepted ; Types::U32 bloodFlowRate ; Types::U32 dialysateFlowRate ; Types::U32 duration ; @@ -98,7 +98,7 @@ QString infoText () const override { return QString("ParametersValidation"); } struct Data { - quint32 requestValid = 0; + quint32 mAccepted = 0; quint32 bloodFlowRate = 0; quint32 dialysateFlowRate = 0; quint32 duration = 0;