Index: sources/view/hd/adjustment/VTreatmentAdjustmentFlows.cpp =================================================================== diff -u -rda39155b9644400a654a22bc010d5d7fa3526716 -rc503f43840024e18650c1ac558448dd0f3b70427 --- sources/view/hd/adjustment/VTreatmentAdjustmentFlows.cpp (.../VTreatmentAdjustmentFlows.cpp) (revision da39155b9644400a654a22bc010d5d7fa3526716) +++ sources/view/hd/adjustment/VTreatmentAdjustmentFlows.cpp (.../VTreatmentAdjustmentFlows.cpp) (revision c503f43840024e18650c1ac558448dd0f3b70427) @@ -5,7 +5,7 @@ * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * - * \file vtreatmentadjustmentflows.cpp + * \file VTreatmentAdjustmentFlows.cpp * \author (last) Behrouz NemaiPour * \date (last) 09-Jun-2020 * \author (original) Behrouz NematiPour @@ -23,6 +23,12 @@ ADJUST_VIEW_CONNECTION( AdjustBloodDialysateRequestData); } +/*! + * \brief VTreatmentAdjustmentFlows::onActionReceive + * \details Model data received message handler. + * When signal received this method is called to update the view properties. + * \param vData - Model data + */ void VTreatmentAdjustmentFlows::onActionReceive(const AdjustBloodDialysateResponseData &vData) { adjustment_Accepted ( vData.mAccepted );