Index: sources/view/hd/data/VTreatmentRanges.h =================================================================== diff -u -rf5c8ac5ec05bebf3712e82680489ccb950f4b090 -rcf61c7736f11f4b75a4e2df803f29bdc7769db53 --- sources/view/hd/data/VTreatmentRanges.h (.../VTreatmentRanges.h) (revision f5c8ac5ec05bebf3712e82680489ccb950f4b090) +++ sources/view/hd/data/VTreatmentRanges.h (.../VTreatmentRanges.h) (revision cf61c7736f11f4b75a4e2df803f29bdc7769db53) @@ -21,7 +21,6 @@ #include "main.h" // Doxygen : do not remove #include "VView.h" #include "MTreatmentRangesData.h" -#include "MTreatmentAdjustPressuresLimitsResponse.h" #include "MSettings.h" // namespace namespace View { @@ -60,27 +59,19 @@ READONLY( QStringList , dialyzerTypeOptions ,{}) RANGESET( float , dialysateTemp , 0) - RANGESET( qint32 , arterialPressureLimitLow , 0) - RANGESET( qint32 , arterialPressureLimitHigh , 0) - RANGESET( qint32 , venousPressureLimitLow , 0) - RANGESET( qint32 , venousPressureLimitHigh , 0) + RANGESET( qint32 , arterialPressureLimitWindow , 0) + RANGESET( qint32 , venousPressureLimitWindow , 0) + RANGESET( qint32 , venousPressureLimitAsymtrc , 0) RANGESET( quint32 , bloodPressureMeasureInterval , 0) RANGESET( quint32 , rinsebackFlowRate , 0) - // Ranges used in QML to display - READONLY( qint32 , arterialPressureLimitLowerBound , 0) - READONLY( qint32 , arterialPressureLimitUpperBound , 0) - READONLY( qint32 , venousPressureLimitLowerBound , 0) - READONLY( qint32 , venousPressureLimitUpperBound , 0) - // monitoring ranges RANGESET( qint32 , arterialPressureMonitor , 0) RANGESET( qint32 , venousPressureMonitor , 0) - VIEW_DEC_CLASS(VTreatmentRanges) - VIEW_DEC_SLOT(TreatmentRangesData) - VIEW_DEC_SLOT(AdjustPressuresLimitsResponseData) - VIEW_DEC_SLOT(SettingsData) + VIEW_DEC_CLASS(VTreatmentRanges ) + VIEW_DEC_SLOT(TreatmentRangesData ) + VIEW_DEC_SLOT(SettingsData ) }; }