Index: sources/gui/GuiGlobals.h =================================================================== diff -u -ra2c7aa348f7759e256b27791c4cbd7682b2c74d5 -r38ae7b93679d05a54fc460dac68891562d7da72d --- sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision a2c7aa348f7759e256b27791c4cbd7682b2c74d5) +++ sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision 38ae7b93679d05a54fc460dac68891562d7da72d) @@ -1,13 +1,13 @@ /*! * - * Copyright (c) 2020-2023 Diality Inc. - All Rights Reserved. + * Copyright (c) 2020-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 GuiGlobals.h - * \author (last) Behrouz NematiPour - * \date (last) 27-May-2023 + * \author (last) Dara Navaei + * \date (last) 06-May-2024 * \author (original) Behrouz NematiPour * \date (original) 26-Aug-2020 * @@ -110,6 +110,10 @@ ID_AdjustServiceDatesHDRsp = 0x8A00, // 138 ID_AdjustServiceDatesDGRsp = 0x8C00, // 140 + // HD/DG Usage Counter + ID_HDUsageInfoReq = 0xA000, // 160 + ID_HDUsageInfoRsp = 0x8B00, // 139 + // RTC ID_AdjustHDDateTimeReq = 0x6D00, // 109 ID_AdjustHDDateTimeRsp = 0x6E00, // 110 @@ -252,11 +256,13 @@ // Post-Treatment // Patient Disconnect - ID_AdjustPatientDisconnectionConfirmReq = 0x4A00, // 74 // there is no specific response message for this request and changing of the state in Pre_Treatment_States is used as the response + ID_AdjustPatientDisconnectNotifyReq = 0x4A00, // 74 // there is no specific response message for this request and changing of the state in Pre_Treatment_States is used as the response + ID_AdjustPatientDisconnectConfirmReq = 0x0600, // 6 + ID_AdjustPatientDisconnectConfirmRsp = 0x7E00, // 126 // Disposables Removal ID_AdjustDisposablesRemovalConfirmReq = 0x7300, // 115 - ID_AdjustDisposableRemovalConfirmRsp = 0x7400, // 116 + ID_AdjustDisposablesRemovalConfirmRsp = 0x7400, // 116 // Treatment Log Adjs ID_AdjustTreatmentLogReq = 0x7500, // 117 @@ -280,6 +286,12 @@ ID_DuetRoWaterModeUIi = 0xBC00, // 188 UI -> DG // UI initiates Mode Set || responses to status query ID_DuetRoWaterModeDGr = 0xC400, // 196 UI <- DG // DG responses Mode Set + // Institutional record request and response + ID_AdjustInstitutionalRecordReq = 0xCF00, // 207 UI -> HD request institutional record + ID_AdjustInstitutionalRecordRsp = 0xD000, // 208 HD -> UI response institutional record + + // HD reset request in service mode + ID_ResetHDInServiceModeReq = 0xB900, // 185 UI -> HD reset in service mode }; enum class GuiActionsData_Enum /*: quint8 QML does not support*/ {