Index: sources/model/hd/data/treatment/MTreatmentStatesData.h
===================================================================
diff -u -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 -rf0bb3c517e51b85632a794f4ea62c12205b33031
--- sources/model/hd/data/treatment/MTreatmentStatesData.h (.../MTreatmentStatesData.h) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9)
+++ sources/model/hd/data/treatment/MTreatmentStatesData.h (.../MTreatmentStatesData.h) (revision f0bb3c517e51b85632a794f4ea62c12205b33031)
@@ -38,16 +38,17 @@
*
* | Payload ||
* | ||
- * | #01:(U32) | \ref Data::mSubMode |
- * | #02:(U32) | \ref Data::mUFState |
- * | #03:(U32) | \ref Data::mSalineState |
- * | #04:(U32) | \ref Data::mHeparinState |
- * | #05:(U32) | \ref Data::mRinsebackState |
- * | #06:(U32) | \ref Data::mRecirculateState |
- * | #07:(U32) | \ref Data::mBloodPrimeState |
- * | #08:(U32) | \ref Data::mTreatmentEndState |
- * | #09:(U32) | \ref Data::mTreatmentStopState |
- * | #10:(U32) | \ref Data::mDialysisState |
+ * | #01:(U32) | \ref Data::mSubMode |
+ * | #02:(U32) | \ref Data::mUFState |
+ * | #03:(U32) | \ref Data::mSalineState |
+ * | #04:(U32) | \ref Data::mHeparinState |
+ * | #05:(U32) | \ref Data::mRinsebackState |
+ * | #06:(U32) | \ref Data::mRecirculateState |
+ * | #07:(U32) | \ref Data::mBloodPrimeState |
+ * | #08:(U32) | \ref Data::mTreatmentEndState |
+ * | #09:(U32) | \ref Data::mTreatmentStopState |
+ * | #10:(U32) | \ref Data::mDialysisState |
+ * | #11:(U32) | \ref Data::mBloodLeakZeoringState |
*
* \sa Data
* \sa Treatment_States
@@ -59,6 +60,8 @@
* \sa Blood_Prime_States
* \sa Treatment_Stop_States
* \sa Treatment_End_States
+ * \sa Dialysis States
+ * \sa Blood Leak Zeroing States
*
*
* | ||
@@ -76,16 +79,17 @@
QVariantList parameters() const override;
struct {
- Types::U32 mSubMode ;
- Types::U32 mUFState ;
- Types::U32 mSalineState ;
- Types::U32 mHeparinState ;
- Types::U32 mRinsebackState ;
- Types::U32 mRecirculateState ;
- Types::U32 mBloodPrimeState ;
- Types::U32 mTreatmentEndState ;
- Types::U32 mTreatmentStopState ;
- Types::U32 mDialysisState ;
+ Types::U32 mSubMode ;
+ Types::U32 mUFState ;
+ Types::U32 mSalineState ;
+ Types::U32 mHeparinState ;
+ Types::U32 mRinsebackState ;
+ Types::U32 mRecirculateState ;
+ Types::U32 mBloodPrimeState ;
+ Types::U32 mTreatmentEndState ;
+ Types::U32 mTreatmentStopState ;
+ Types::U32 mDialysisState ;
+ Types::U32 mBloodLeakZeoringState ;
} _data;
public:
@@ -95,16 +99,17 @@
QString infoText () const override { return QString("TreatmentStates"); }
struct Data {
- quint32 mSubMode = 0; ///< Sub-Mode State - Treatment_States
- quint32 mUFState = 0; ///< UF State - UF_States
- quint32 mSalineState = 0; ///< Saline State - Saline_Bolus_States
- quint32 mHeparinState = 0; ///< Heparin State - Heparin_Bolus_States
- quint32 mRinsebackState = 0; ///< Rinseback State - Rinseback_States
- quint32 mRecirculateState = 0; ///< Recirculate State - Treatment_Recirc_States
- quint32 mBloodPrimeState = 0; ///< BloodPrime State - Blood_Prime_States
- quint32 mTreatmentEndState = 0; ///< TreatmentEnd State - Treatment_Stop_States
- quint32 mTreatmentStopState = 0; ///< TreatmentStop State - Treatment_End_States
- quint32 mDialysisState = 0; ///< Dialysis State - Dialysis_State
+ quint32 mSubMode = 0; ///< Sub-Mode State - Treatment_States
+ quint32 mUFState = 0; ///< UF State - UF_States
+ quint32 mSalineState = 0; ///< Saline State - Saline_Bolus_States
+ quint32 mHeparinState = 0; ///< Heparin State - Heparin_Bolus_States
+ quint32 mRinsebackState = 0; ///< Rinseback State - Rinseback_States
+ quint32 mRecirculateState = 0; ///< Recirculate State - Treatment_Recirc_States
+ quint32 mBloodPrimeState = 0; ///< BloodPrime State - Blood_Prime_States
+ quint32 mTreatmentEndState = 0; ///< TreatmentEnd State - Treatment_Stop_States
+ quint32 mTreatmentStopState = 0; ///< TreatmentStop State - Treatment_End_States
+ quint32 mDialysisState = 0; ///< Dialysis State - Dialysis_State
+ quint32 mBloodLeakZeoringState = 0; ///< Blood leak zeroing State - Blood leak zeroing States
};
MTreatmentStates() { }