/*! * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. * \copyright * 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 VTreatmentHeparinData.h * \author (last) Behrouz NematiPour * \date (last) 20-Nov-2020 * \author (original) Behrouz NematiPour * \date (original) 20-Nov-2020 * */ #pragma once // Qt #include // Project #include "main.h" // Doxygen : don't remove #include "MModel.h" #include "VView.h" // namespace namespace View { /*! * \brief The VTreatmentHeparin class * \details View for Model's data representation. * * \sa Model::MTreatmentHeparin * */ class VTreatmentHeparin : public QObject { Q_OBJECT PROPERTY( float , cumulative , 0) VIEW_DEC(VTreatmentHeparin, TreatmentHeparinData) }; }