Index: sources/model/td/data/treatment/MTreatmentStatesData.h =================================================================== diff -u -r43ae56f762e6f3e1416d39e3d16f9103fc597e41 -r5a2f0e2068f2998a9bf7377d39f2eecb0d4ad15a --- sources/model/td/data/treatment/MTreatmentStatesData.h (.../MTreatmentStatesData.h) (revision 43ae56f762e6f3e1416d39e3d16f9103fc597e41) +++ sources/model/td/data/treatment/MTreatmentStatesData.h (.../MTreatmentStatesData.h) (revision 5a2f0e2068f2998a9bf7377d39f2eecb0d4ad15a) @@ -52,7 +52,7 @@ * \sa Data * \sa Treatment_States * \sa UF_States - * \sa Saline_Bolus_States + * \sa Fluid_Bolus_States * \sa Heparin_Bolus_States * \sa Rinseback_States * \sa Treatment_Recirc_States @@ -103,7 +103,7 @@ quint32 mRinsebackState = 0; ///< Rinseback State - Rinseback_States quint32 mRecirculateState = 0; ///< Recirculate State - Treatment_Recirc_States quint32 mTreatmentEndState = 0; ///< TreatmentEnd State - Treatment_Paused_States - quint32 mSalineState = 0; ///< Saline State - Saline_Bolus_States + quint32 mSalineState = 0; ///< Saline State - Fluid_Bolus_States quint32 mHeparinState = 0; ///< Heparin State - Heparin_Bolus_States };