Index: sources/model/td/adjustment/treatment/MTreatmentAdjustDurationEditResponse.h =================================================================== diff -u -r8325066ffcce349e21df74e33bd3d298d3042ef3 -re6ffa6d5d1b7820875de07cdbb15f06617400344 --- sources/model/td/adjustment/treatment/MTreatmentAdjustDurationEditResponse.h (.../MTreatmentAdjustDurationEditResponse.h) (revision 8325066ffcce349e21df74e33bd3d298d3042ef3) +++ sources/model/td/adjustment/treatment/MTreatmentAdjustDurationEditResponse.h (.../MTreatmentAdjustDurationEditResponse.h) (revision e6ffa6d5d1b7820875de07cdbb15f06617400344) @@ -40,8 +40,9 @@ * | #1:(U32) | \ref Data::mAccepted | * | #2:(U32) | \ref Data::mReason | * | #3:(U32) | \ref Data::mDuration | - * | #4:(F32) | \ref Data::mUFVolumeGoal | - * | #4:(F32) | \ref Data::mUFRate | + * | #4:(U32) | \ref Data::mHeparinDuration | + * | #5:(F32) | \ref Data::mUFVolumeGoal | + * | #6:(F32) | \ref Data::mUFRate | * * \sa Data * @@ -62,11 +63,12 @@ struct { - Types::U32 mAccepted ; - Types::U32 mReason ; - Types::U32 mDuration ; - Types::F32 mUFVolumeGoal ; - Types::F32 mUFRate ; + Types::U32 mAccepted ; + Types::U32 mReason ; + Types::U32 mDuration ; + Types::U32 mHeparinDuration ; + Types::F32 mUFVolumeGoal ; + Types::F32 mUFRate ; } _data; public: @@ -79,6 +81,7 @@ bool mAccepted = 0; /*!< Accepted value of type quint32 extracted out */ quint32 mReason = 0; /*!< Reason value of type quint32 extracted out */ quint32 mDuration = 0; /*!< Duration value of type quint32 extracted out */ + quint32 mHeparinDuration= 0; /*!< Heparin Duration value of type quint32 extracted out */ float mUFVolumeGoal = 0; /*!< UF Volume Goal value of type float extracted out */ float mUFRate = 0; /*!< UF Rate value of type float extracted out */ };