Index: sources/view/hd/data/treatment/VHDTreatmentStatesData.h =================================================================== diff -u -r8172c6aa4187be26aa9c0e73a130bc6183ad10dd -rbbb970aff112f09c189986f026055bec794afbd6 --- sources/view/hd/data/treatment/VHDTreatmentStatesData.h (.../VHDTreatmentStatesData.h) (revision 8172c6aa4187be26aa9c0e73a130bc6183ad10dd) +++ sources/view/hd/data/treatment/VHDTreatmentStatesData.h (.../VHDTreatmentStatesData.h) (revision bbb970aff112f09c189986f026055bec794afbd6) @@ -90,6 +90,11 @@ PROPERTY( bool , hpEmpty , false) ///< HEPARIN_STATE_EMPTY = 6 # Heparin Syringe empty PROPERTY( bool , heparin , false) ///< The heparin state is an asynchronous state + // Dialysis States + PROPERTY( bool , dyStart , true ) ///< Start state of the dialysis sub-mode state machine + PROPERTY( bool , dyUltrafiltration , false) ///< Ultrafiltration state of the dialysis sub-mode state machine + PROPERTY( bool , dySalineBolus , false) ///< Saline bolus state of the dialysis sub-mode state machine + // Rinseback States PROPERTY( bool , rbInit , true ) ///< RINSEBACK_STOP_INIT_STATE = 0 # Start state (stopped) of the rinseback sub-mode state machine PROPERTY( bool , rbRun , false) ///< RINSEBACK_RUN_STATE = 1 # Rinseback running state of the rinseback sub-mode state machine