Index: sources/model/hd/adjustment/MTreatmentAdjustHeparinResponse.h =================================================================== diff -u -rf7fe40e1e2e5e7ccd02407aead0adcb0f5bf7f53 -r6581def57942b1c1ef56a2f2feb74559946517b9 --- sources/model/hd/adjustment/MTreatmentAdjustHeparinResponse.h (.../MTreatmentAdjustHeparinResponse.h) (revision f7fe40e1e2e5e7ccd02407aead0adcb0f5bf7f53) +++ sources/model/hd/adjustment/MTreatmentAdjustHeparinResponse.h (.../MTreatmentAdjustHeparinResponse.h) (revision 6581def57942b1c1ef56a2f2feb74559946517b9) @@ -38,7 +38,6 @@ * | || * | #1:(U32) | \ref Data::mAccepted | * | #2:(U32) | \ref Data::mReason | - * | #4:(U32) | \ref Data::mState | * * \sa Data * \sa MAdjustHeparinReq : Heparin Request @@ -62,7 +61,6 @@ struct { Types::U32 mAccepted; Types::U32 mReason ; - Types::U32 mState ; } _data; public: @@ -74,7 +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 mState = 0; /*!< Heparin State value of type quint32 extracted out */ }; MAdjustHeparinResponse () { }