Index: sources/model/hd/data/treatment/MTreatmentHeparinData.h =================================================================== diff -u -rf8b74fc25bbcbc5bd4efba33a84695dee0813ce3 -r2ef03b2ce51b4dc507f66e9671953a8e0824bde9 --- sources/model/hd/data/treatment/MTreatmentHeparinData.h (.../MTreatmentHeparinData.h) (revision f8b74fc25bbcbc5bd4efba33a84695dee0813ce3) +++ sources/model/hd/data/treatment/MTreatmentHeparinData.h (.../MTreatmentHeparinData.h) (revision 2ef03b2ce51b4dc507f66e9671953a8e0824bde9) @@ -1,13 +1,13 @@ /*! * - * Copyright (c) 2021-2022 Diality Inc. - All Rights Reserved. + * Copyright (c) 2021-2024 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 MTreatmentHeparinData.h * \author (last) Behrouz NematiPour - * \date (last) 11-Apr-2021 + * \date (last) 27-Oct-2022 * \author (original) Behrouz NematiPour * \date (original) 11-Apr-2021 * @@ -37,6 +37,7 @@ * | Payload || * | || * | #1:(F32) | \ref Data::mCumulative | + * | #2:(F32) | \ref Data::mTarget | * * \sa Data * \sa MAdjustHeparinReq : Heparin Request @@ -59,6 +60,7 @@ struct { Types::F32 mCumulative ; + Types::F32 mTarget ; } _data; public: @@ -69,6 +71,7 @@ struct Data { float mCumulative = 0; ///< Cumulative volume of all Heparin deliveries during current treatment + float mTarget = 0; ///< Target volume of all Heparin deliveries during current treatment }; public: