/*! * * Copyright (c) 2021-2025 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 MTreatmentVitalsData.h * \author (last) Nico Ramirez * \date (last) 3-Sep-2025 * \author (original) Nico Ramirez * \date (original) 3-Sep-2025 * */ #pragma once // Project #include "MAbstract.h" #include "types.h" namespace Model { /*! * \brief The MTreatmentVitalsData class * \details The Vitals adjustment response model * * | MSG | CAN ID | M.Box | Type | Ack | Src | Dest | Description | * |:----:|:------:|:-----:|:----:|:---:|:---:|:----:|:---------------------:| * |0x6500| 0x100 | 7 | 1 Hz | N | TD | All | Vitals Response | * * | Payload || * | || * | #1:(U32) | \ref Data::mSystolic | * | #2:(U32) | \ref Data::mDiastolic | * | #3:(U32) | \ref Data::mHearRate | * * \sa Data * \sa MAdjustVitalsReq: Vitals Request * \sa MAdjustVitalsResponse: Vitals Response * *