Index: sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustTreatmentLog.cpp =================================================================== diff -u -r124c2e38e72a1a655d9d479c9c7a1cd8c5d5e6c4 -rc47d6680e0514292d7cc9b59ba0361aa8f335927 --- sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustTreatmentLog.cpp (.../VPostTreatmentAdjustTreatmentLog.cpp) (revision 124c2e38e72a1a655d9d479c9c7a1cd8c5d5e6c4) +++ sources/view/hd/adjustment/posttreatment/VPostTreatmentAdjustTreatmentLog.cpp (.../VPostTreatmentAdjustTreatmentLog.cpp) (revision c47d6680e0514292d7cc9b59ba0361aa8f335927) @@ -36,7 +36,6 @@ ACTION_VIEW_CONNECTION(TreatmentLogAvrgeData); ACTION_VIEW_CONNECTION(TreatmentLogAlarmData); ACTION_VIEW_CONNECTION(TreatmentLogEventData); - connect(&_TreatmentLog , &TreatmentLog::isIdleNotified, [=](bool vIdle) { isIdle(vIdle); } ); @@ -76,7 +75,6 @@ { adjustment_Accepted ( vData.mAccepted ); adjustment_Reason ( vData.mReason ); - // init the TreatmentLog model _TreatmentLog.initModel ( vData, _patientID.trimmed(), heparinBolusVolumeOff(), heparinDispensingRateOff()); if ( vData.mAccepted ) { @@ -131,7 +129,6 @@ heparinType ( vData.mHeparinType ); heparinConcentration ( vData.mHeparinConcentration ); - if (adjustment_Accepted()) _TreatmentLog.doSave();