Index: sources/gui/GuiGlobals.h =================================================================== diff -u -rbbb970aff112f09c189986f026055bec794afbd6 -r38ae7b93679d05a54fc460dac68891562d7da72d --- sources/gui/GuiGlobals.h (.../GuiGlobals.h) (revision bbb970aff112f09c189986f026055bec794afbd6) +++ 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) 15-Oct-2022 + * \author (last) Dara Navaei + * \date (last) 06-May-2024 * \author (original) Behrouz NematiPour * \date (original) 26-Aug-2020 * @@ -110,11 +110,16 @@ 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 ID_AdjustDGDateTimeReq = 0x6F00, // 111 ID_AdjustDGDateTimeRsp = 0x7000, // 112 + ID_HDRTCEpochData = 0x0A00, // 10 // State Messages ID_HDOperationModeData = 0x2500, // 37 @@ -251,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 @@ -270,6 +277,21 @@ ID_AdjustDisinfectModeRsp = 0x9B00, // 155 ID_AdjustDisinfectStartReq = 0x7F00, // 127 ID_AdjustDisinfectStartRsp = 0x8000, // 128 + + ID_AdjustDGCleaningUsageReq = 0xB800, // 184 + ID_AdjustDGCleaningUsageRsp = 0x8D00, // 141 + + // RO Water Input Mode + ID_DuetRoWaterStatDGq = 0xC300, // 195 DG -> UI // DG initiates Status query + 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*/ {