Index: sources/view/hd/data/treatment/VHDTreatmentStatesData.h =================================================================== diff -u -rdf0329c47627ceb1fe460cda2ae3ff8c9c851106 -r4a67c01045f365be38f1a12a8572c0070d343e1e --- sources/view/hd/data/treatment/VHDTreatmentStatesData.h (.../VHDTreatmentStatesData.h) (revision df0329c47627ceb1fe460cda2ae3ff8c9c851106) +++ sources/view/hd/data/treatment/VHDTreatmentStatesData.h (.../VHDTreatmentStatesData.h) (revision 4a67c01045f365be38f1a12a8572c0070d343e1e) @@ -46,7 +46,7 @@ PROPERTY( quint32, subMode , 0) PROPERTY( quint32, ufState , 0) PROPERTY( quint32, salineState , 0) - // coco end + // disabled coco end // these groups of properties are mutually exclusive // and if one becomes true the other ones become false at the same time @@ -68,14 +68,14 @@ PROPERTY( bool , txRinseback , false) ///< TREATMENT_RINSEBACK_STATE = 4 # Perform rinseback with saline. Dialyzer bypassed. Dialysate recirculating PROPERTY( bool , txRecirculate , false) ///< TREATMENT_RECIRC_STATE = 5 # Recirculate saline and dialysate while patient disconnected. Blood lines open and shunted. Dialyzer is bypassed PROPERTY( bool , txEnd , false) ///< TREATMENT_END_STATE = 6 # Dialysis has ended. Blood pump slowed. Dialyzer is bypassed. Dialysate is recirculated. User can rinseback - // coco end + // disabled coco end // ---- Ultrafiltration states // disabled coco begin validated: Manually tested // not useful for UI more FW state entry // kept for consistency PROPERTY( bool , ufStart , false) ///< UF_START_STATE = 0 # Start state of the ultrafiltration state machine - // coco end + // disabled coco end PROPERTY( bool , ufPaused , false) ///< UF_PAUSED_STATE = 1 # Paused state of the ultrafiltration state machine PROPERTY( bool , ufRunning , false) ///< UF_RUNNING_STATE = 2 # Running state of the ultrafiltration state machine