Index: sources/view/hd/adjustment/VTreatmentAdjustmentSaline.h =================================================================== diff -u -r64d87d540594252e8039ab2595016d98f1e3cc28 -ra6abc05918a15924460d2b9358365b3eeedf1d1c --- sources/view/hd/adjustment/VTreatmentAdjustmentSaline.h (.../VTreatmentAdjustmentSaline.h) (revision 64d87d540594252e8039ab2595016d98f1e3cc28) +++ sources/view/hd/adjustment/VTreatmentAdjustmentSaline.h (.../VTreatmentAdjustmentSaline.h) (revision a6abc05918a15924460d2b9358365b3eeedf1d1c) @@ -46,11 +46,16 @@ // coco end PROPERTY( qint32 , target , 0 ) - PROPERTY( bool , isStarted , false ) - PROPERTY( bool , isDisabled , false ) // the Saline is disabled due to maximum cumulative volume reached. + // coco begin validated: Manually tested + // This property should not be used in QML since it need exposed enum + // exposed enum usage in QML is not suggested since QML will not error out on any issue + // kept for consistency and debugging use cases + // Look at the VHDTreatmentStates saline bolus properties + PROPERTY( qint32 , state , 0 ) + //coco end + VIEW_DEC_CLASS_ADJUSTMENT(VTreatmentAdjustmentSaline, AdjustSalineResponseData) - VIEW_DEC_SLOT(TreatmentStatesData) // ---------- Start/Stop Saline Bolus public slots: