Index: sources/model/hd/adjustment/settings/MAdjustHDInstitutionalRecordResponse.cpp =================================================================== diff -u -r538de4ab1639f715f7a1c8318041c72fc55244be -r8b61e24a50849af402ca493145cfcd5a60bd7100 --- sources/model/hd/adjustment/settings/MAdjustHDInstitutionalRecordResponse.cpp (.../MAdjustHDInstitutionalRecordResponse.cpp) (revision 538de4ab1639f715f7a1c8318041c72fc55244be) +++ sources/model/hd/adjustment/settings/MAdjustHDInstitutionalRecordResponse.cpp (.../MAdjustHDInstitutionalRecordResponse.cpp) (revision 8b61e24a50849af402ca493145cfcd5a60bd7100) @@ -48,6 +48,7 @@ _data.mEnableChemicalDisinfect .value, _data.mMinRORejectionRatioPCT .value, _data.mMinInletWaterCondALarmLimitUSPCM .value, + _data.mMinVenPressWideLimitWindowMMHG .value, }; } @@ -82,6 +83,7 @@ if (GetValue(vByteArray, index, _data.mEnableChemicalDisinfect )) if (GetValue(vByteArray, index, _data.mMinRORejectionRatioPCT )) if (GetValue(vByteArray, index, _data.mMinInletWaterCondALarmLimitUSPCM )) + if (GetValue(vByteArray, index, _data.mMinVenPressWideLimitWindowMMHG )) return true ; else { if(vIndex) *vIndex = index; return false; } else { if(vIndex) *vIndex = index; return false; } @@ -112,6 +114,7 @@ else { if(vIndex) *vIndex = index; return false; } else { if(vIndex) *vIndex = index; return false; } else { if(vIndex) *vIndex = index; return false; } + else { if(vIndex) *vIndex = index; return false; } } /*! @@ -150,5 +153,6 @@ data.mEnableChemicalDisinfect = _data.mEnableChemicalDisinfect .value; data.mMinRORejectionRatioPCT = _data.mMinRORejectionRatioPCT .value; data.mMinInletWaterCondALarmLimitUSPCM = _data.mMinInletWaterCondALarmLimitUSPCM .value; + data.mMinVenPressWideLimitWindowMMHG = _data.mMinVenPressWideLimitWindowMMHG .value; return data; } Index: sources/model/hd/adjustment/settings/MAdjustHDInstitutionalRecordResponse.h =================================================================== diff -u -r538de4ab1639f715f7a1c8318041c72fc55244be -r8b61e24a50849af402ca493145cfcd5a60bd7100 --- sources/model/hd/adjustment/settings/MAdjustHDInstitutionalRecordResponse.h (.../MAdjustHDInstitutionalRecordResponse.h) (revision 538de4ab1639f715f7a1c8318041c72fc55244be) +++ sources/model/hd/adjustment/settings/MAdjustHDInstitutionalRecordResponse.h (.../MAdjustHDInstitutionalRecordResponse.h) (revision 8b61e24a50849af402ca493145cfcd5a60bd7100) @@ -65,6 +65,7 @@ * | #27:(U32) | \ref Data::mEnableChemicalDisinfect | * | #28:(U32) | \ref Data::mMinRORejectionRatioPCT | * | #29:(F32) | \ref Data::mMinInletWaterCondALarmLimitUSPCM | + * | #30:(S32) | \ref Data::mMinVenPressWideLimitWindowMMHG | * * \sa Data * @@ -113,6 +114,7 @@ Types::U32 mEnableChemicalDisinfect ; Types::U32 mMinRORejectionRatioPCT ; Types::F32 mMinInletWaterCondALarmLimitUSPCM ; + Types::S32 mMinVenPressWideLimitWindowMMHG ; } _data; public: @@ -150,6 +152,7 @@ quint32 mEnableChemicalDisinfect ; quint32 mMinRORejectionRatioPCT ; float mMinInletWaterCondALarmLimitUSPCM; + qint32 mMinVenPressWideLimitWindowMMHG ; }; MAdjustInstitutionalRecordResponse () { } Index: sources/view/settings/VAdjustmentInstitutionalRecord.cpp =================================================================== diff -u -r538de4ab1639f715f7a1c8318041c72fc55244be -r8b61e24a50849af402ca493145cfcd5a60bd7100 --- sources/view/settings/VAdjustmentInstitutionalRecord.cpp (.../VAdjustmentInstitutionalRecord.cpp) (revision 538de4ab1639f715f7a1c8318041c72fc55244be) +++ sources/view/settings/VAdjustmentInstitutionalRecord.cpp (.../VAdjustmentInstitutionalRecord.cpp) (revision 8b61e24a50849af402ca493145cfcd5a60bd7100) @@ -57,6 +57,7 @@ enableChemicalDisinfect ( vData.mEnableChemicalDisinfect ); minRORejectionRatioPCT ( vData.mMinRORejectionRatioPCT ); minInletWaterCondAlarmLimituSPCm ( vData.mMinInletWaterCondALarmLimitUSPCM ); + minVenPressWideLimitWindowMMHG ( vData.mMinVenPressWideLimitWindowMMHG ); QStringList values; @@ -75,6 +76,7 @@ values << QString("%1") .arg(vData.mEnableChemicalDisinfect ? tr("Enabled") : tr("Disabled") ); values << QString("%1") .arg(vData.mMinRORejectionRatioPCT ) ; values << QString("%1") .arg(vData.mMinInletWaterCondALarmLimitUSPCM ) ; + values << QString("%1") .arg(vData.mMinVenPressWideLimitWindowMMHG ) ; parametersText(values); // *** has to be the last to let the information to be set and then emit the signal *** Index: sources/view/settings/VAdjustmentInstitutionalRecord.h =================================================================== diff -u -r538de4ab1639f715f7a1c8318041c72fc55244be -r8b61e24a50849af402ca493145cfcd5a60bd7100 --- sources/view/settings/VAdjustmentInstitutionalRecord.h (.../VAdjustmentInstitutionalRecord.h) (revision 538de4ab1639f715f7a1c8318041c72fc55244be) +++ sources/view/settings/VAdjustmentInstitutionalRecord.h (.../VAdjustmentInstitutionalRecord.h) (revision 8b61e24a50849af402ca493145cfcd5a60bd7100) @@ -54,6 +54,7 @@ tr("Chemical Disinfect" ), tr("RO Rejection Ratio" ), tr("Min Inlet Water Cond Limit" ), + tr("Min Venous Wide Limit" ), }; const QStringList _units { @@ -72,6 +73,7 @@ tr("" ), tr("%" ), tr("uS/Cm" ), + tr("mmHg" ), }; @@ -110,6 +112,7 @@ PROPERTY(bool , enableChemicalDisinfect , true ) PROPERTY(qint32 , minRORejectionRatioPCT , 0 ) PROPERTY(float , minInletWaterCondAlarmLimituSPCm , 0.0 ) + PROPERTY(qint32 , minVenPressWideLimitWindowMMHG , 0 ) PROPERTY(QStringList , parametersTitle , titles()) PROPERTY(QStringList , parametersText , {} )