Index: AlarmMapping.csv =================================================================== diff -u -rcf61c7736f11f4b75a4e2df803f29bdc7769db53 -rd826e189e0dff4b91f880c73236129fa3c25a978 --- AlarmMapping.csv (.../AlarmMapping.csv) (revision cf61c7736f11f4b75a4e2df803f29bdc7769db53) +++ AlarmMapping.csv (.../AlarmMapping.csv) (revision d826e189e0dff4b91f880c73236129fa3c25a978) @@ -260,7 +260,7 @@ 259,"HD temperatures out of range." 260,"HD UI POST Application Integrity (Sha256Sum) failure." 261,"HD UI POST CANBus failure." - 262,"HD UI POST Display failure." + 262,"Alarm Id available." 263,"HD UI POST Touch failure." 264,"HD UI POST SD-Card failure." 265,"HD UI POST RTC failure." @@ -283,7 +283,7 @@ 282,"Bicarbonate concentration bottle low volume alarm." 283,"DG load cells weight out of range." 284,"DG load cells primary/back up drift out of range." - 285,"Available for use." + 285,"HD processor is in RO permeate sample mode." 286,"DG concentrate cap not in proper position." 287,"HD processor clock speed checks against FPGA clock failure." 288,"HD load cells primary/back up drift out of range." @@ -292,7 +292,7 @@ 291,"HD processor is in Disinfect Flush mode." 292,"HD processor is in Disinfect Heat mode." 293,"HD processor is in Disinfect Chemical mode." - 294,"Available for use." + 294,"HD processor is in Disinfect active cool mode." 295,"HD UI POST CloudSync failure." 296,"DG TDi sensors FPGA fault." 297,"DG TRo sensors FPGA fault." Index: cppcheck.err =================================================================== diff -u -rcf61c7736f11f4b75a4e2df803f29bdc7769db53 -rd826e189e0dff4b91f880c73236129fa3c25a978 --- cppcheck.err (.../cppcheck.err) (revision cf61c7736f11f4b75a4e2df803f29bdc7769db53) +++ cppcheck.err (.../cppcheck.err) (revision d826e189e0dff4b91f880c73236129fa3c25a978) @@ -1,5 +1,5 @@ -05/31/2023 2:53 -Behrouz NematiPour +07/06/2023 11:16 +msuleiman sources/canbus/MessageAcknowModel.h:58:9: performance: When an object of a class is created, the constructors of all member variables are called consecutively in the order the variables are declared, even if you don't explicitly write them to the initialization list. You could avoid assigning '_sequence' a value by passing the value to the constructor in the initialization list. [useInitializationList] _sequence = vSequence ; ^ @@ -9,13 +9,13 @@ sources/device/DeviceModels.h:50:21: style: Consider using std::accumulate algorithm instead of a raw loop. [useStlAlgorithm] mString += QString(",%1").arg(param.toString()); ^ -sources/storage/FileHandler.h:102:14: style: Condition '!createFolder' is always false [knownConditionTrueFalse] +sources/storage/FileHandler.h:105:14: style: Condition '!createFolder' is always false [knownConditionTrueFalse] if ( ! createFolder ) { if ( ! dstDir.exists() ) { err = eDstFolderNotExist ; goto lErr; }} ^ -sources/storage/FileHandler.h:95:35: note: Assignment 'createFolder=true', assigned value is 1 +sources/storage/FileHandler.h:97:35: note: Assignment 'createFolder=true', assigned value is 1 bool createFolder = true; ^ -sources/storage/FileHandler.h:102:14: note: Condition '!createFolder' is always false +sources/storage/FileHandler.h:105:14: note: Condition '!createFolder' is always false if ( ! createFolder ) { if ( ! dstDir.exists() ) { err = eDstFolderNotExist ; goto lErr; }} ^ sources/ApplicationPost.cpp:113:9: style: Condition '!ok' is always false [knownConditionTrueFalse] @@ -45,16 +45,16 @@ sources/ApplicationPost.cpp:222:9: note: Condition '!ok' is always false if (! ok) emit didFail(Gui::GuiAlarmID::ALARM_ID_HD_UI_POST_FAILURE_SOUND); ^ -sources/storage/FileHandler.h:92:17: style: Local variable 'totalSize' shadows outer function [shadowFunction] +sources/storage/FileHandler.h:94:17: style: Local variable 'totalSize' shadows outer function [shadowFunction] qint64 totalSize = 0; ^ sources/storage/FileHandler.h:75:21: note: Shadowed declaration static quint64 totalSize(const QFileInfoList &vFileInfoList); ^ -sources/storage/FileHandler.h:92:17: note: Shadow variable +sources/storage/FileHandler.h:94:17: note: Shadow variable qint64 totalSize = 0; ^ -sources/storage/FileHandler.h:87:33: style: Variable 'err' is assigned a value that is never used. [unreadVariable] +sources/storage/FileHandler.h:89:33: style: Variable 'err' is assigned a value that is never used. [unreadVariable] FileCopyError_Enums err = eOK; ^ sources/MainTimer.cpp:69:16: style: The scope of the variable 'oH' can be reduced. Warning: Be careful when fixing this message, especially when there are inner loops. Here is an example where cppcheck will write that the scope for 'i' can be reduced: @@ -576,13 +576,13 @@ sources/view/hd/adjustment/disinfect/VDisinfectAdjustDisinfect.cpp:147:0: style: The function 'doDisinfectROPermeate' is never used. [unusedFunction] ^ -sources/gui/GuiView.cpp:250:0: style: The function 'doExportListInsert' is never used. [unusedFunction] +sources/gui/GuiView.cpp:251:0: style: The function 'doExportListInsert' is never used. [unusedFunction] ^ -sources/gui/GuiView.cpp:293:0: style: The function 'doExportListPercent' is never used. [unusedFunction] +sources/gui/GuiView.cpp:294:0: style: The function 'doExportListPercent' is never used. [unusedFunction] ^ -sources/gui/GuiView.cpp:281:0: style: The function 'doExportListSelect' is never used. [unusedFunction] +sources/gui/GuiView.cpp:282:0: style: The function 'doExportListSelect' is never used. [unusedFunction] ^ sources/view/VTreatmentCreate(legacy).cpp:504:0: style: The function 'doGetPrescriptionParameterValues' is never used. [unusedFunction] Index: cppcheck.log =================================================================== diff -u -rcf61c7736f11f4b75a4e2df803f29bdc7769db53 -rd826e189e0dff4b91f880c73236129fa3c25a978 --- cppcheck.log (.../cppcheck.log) (revision cf61c7736f11f4b75a4e2df803f29bdc7769db53) +++ cppcheck.log (.../cppcheck.log) (revision d826e189e0dff4b91f880c73236129fa3c25a978) @@ -1,5 +1,5 @@ -05/31/2023 2:53 -Behrouz NematiPour +07/06/2023 11:16 +msuleiman Checking main.cpp ... Defines:Q_PROPERTY=1;Q_ENUM=1 Undefines: @@ -76,7 +76,7 @@ Includes: -I.//sources/ -I.//sources/bluetooth/ -I.//sources/canbus/ -I.//sources/cloudsync/ -I.//sources/device/ -I.//sources/gui/ -I.//sources/model/ -I.//sources/storage/ -I.//sources/utility/ -I.//sources/view/ -I.//sources/wifi/ -I.//unittests/ Platform:Native Checking sources/canbus/MessageBuilder.cpp: Q_PROPERTY=1;Q_ENUM=1... -11/219 files checked 12% done +11/219 files checked 13% done Checking sources/canbus/MessageDispatcher.cpp ... Defines:Q_PROPERTY=1;Q_ENUM=1 Undefines: @@ -97,7 +97,7 @@ Includes: -I.//sources/ -I.//sources/bluetooth/ -I.//sources/canbus/ -I.//sources/cloudsync/ -I.//sources/device/ -I.//sources/gui/ -I.//sources/model/ -I.//sources/storage/ -I.//sources/utility/ -I.//sources/view/ -I.//sources/wifi/ -I.//unittests/ Platform:Native Checking sources/cloudsync/CloudSyncController.cpp: Q_PROPERTY=1;Q_ENUM=1... -14/219 files checked 22% done +14/219 files checked 23% done Checking sources/device/DeviceController.cpp ... Defines:Q_PROPERTY=1;Q_ENUM=1 Undefines: @@ -440,7 +440,7 @@ Includes: -I.//sources/ -I.//sources/bluetooth/ -I.//sources/canbus/ -I.//sources/cloudsync/ -I.//sources/device/ -I.//sources/gui/ -I.//sources/model/ -I.//sources/storage/ -I.//sources/utility/ -I.//sources/view/ -I.//sources/wifi/ -I.//unittests/ Platform:Native Checking sources/model/hd/adjustment/settings/MAdjustHDSerialNumberResponse.cpp: Q_PROPERTY=1;Q_ENUM=1... -63/219 files checked 35% done +63/219 files checked 36% done Checking sources/model/hd/adjustment/settings/MAdjustHDServiceDatesResponse.cpp ... Defines:Q_PROPERTY=1;Q_ENUM=1 Undefines: @@ -545,7 +545,7 @@ Includes: -I.//sources/ -I.//sources/bluetooth/ -I.//sources/canbus/ -I.//sources/cloudsync/ -I.//sources/device/ -I.//sources/gui/ -I.//sources/model/ -I.//sources/storage/ -I.//sources/utility/ -I.//sources/view/ -I.//sources/wifi/ -I.//unittests/ Platform:Native Checking sources/model/hd/adjustment/treatment/MTreatmentAdjustUltrafiltrationStateResponse.cpp: Q_PROPERTY=1;Q_ENUM=1... -78/219 files checked 37% done +78/219 files checked 38% done Checking sources/model/hd/alarm/MAlarmActiveList.cpp ... Defines:Q_PROPERTY=1;Q_ENUM=1 Undefines: @@ -748,7 +748,7 @@ Includes: -I.//sources/ -I.//sources/bluetooth/ -I.//sources/canbus/ -I.//sources/cloudsync/ -I.//sources/device/ -I.//sources/gui/ -I.//sources/model/ -I.//sources/storage/ -I.//sources/utility/ -I.//sources/view/ -I.//sources/wifi/ -I.//unittests/ Platform:Native Checking sources/model/hd/data/treatment/MTreatmentPressureOcclusionData.cpp: Q_PROPERTY=1;Q_ENUM=1... -107/219 files checked 48% done +107/219 files checked 49% done Checking sources/model/hd/data/treatment/MTreatmentRecirculateData.cpp ... Defines:Q_PROPERTY=1;Q_ENUM=1 Undefines: @@ -832,7 +832,7 @@ Includes: -I.//sources/ -I.//sources/bluetooth/ -I.//sources/canbus/ -I.//sources/cloudsync/ -I.//sources/device/ -I.//sources/gui/ -I.//sources/model/ -I.//sources/storage/ -I.//sources/utility/ -I.//sources/view/ -I.//sources/wifi/ -I.//unittests/ Platform:Native Checking sources/model/ui/data/MUIBloodPressureData.cpp: Q_PROPERTY=1;Q_ENUM=1... -119/219 files checked 50% done +119/219 files checked 51% done Checking sources/storage/FileHandler.cpp ... Defines:Q_PROPERTY=1;Q_ENUM=1 Undefines: @@ -860,7 +860,7 @@ Includes: -I.//sources/ -I.//sources/bluetooth/ -I.//sources/canbus/ -I.//sources/cloudsync/ -I.//sources/device/ -I.//sources/gui/ -I.//sources/model/ -I.//sources/storage/ -I.//sources/utility/ -I.//sources/view/ -I.//sources/wifi/ -I.//unittests/ Platform:Native Checking sources/storage/StorageGlobals.cpp: Q_PROPERTY=1;Q_ENUM=1... -123/219 files checked 54% done +123/219 files checked 55% done Checking sources/storage/TreatmentLog.cpp ... Defines:Q_PROPERTY=1;Q_ENUM=1 Undefines: @@ -944,7 +944,7 @@ Includes: -I.//sources/ -I.//sources/bluetooth/ -I.//sources/canbus/ -I.//sources/cloudsync/ -I.//sources/device/ -I.//sources/gui/ -I.//sources/model/ -I.//sources/storage/ -I.//sources/utility/ -I.//sources/view/ -I.//sources/wifi/ -I.//unittests/ Platform:Native Checking sources/view/dg/data/VDGConductivityData.cpp: Q_PROPERTY=1;Q_ENUM=1... -135/219 files checked 61% done +135/219 files checked 62% done Checking sources/view/dg/data/VDGDrainPumpData.cpp ... Defines:Q_PROPERTY=1;Q_ENUM=1 Undefines: @@ -1014,7 +1014,7 @@ Includes: -I.//sources/ -I.//sources/bluetooth/ -I.//sources/canbus/ -I.//sources/cloudsync/ -I.//sources/device/ -I.//sources/gui/ -I.//sources/model/ -I.//sources/storage/ -I.//sources/utility/ -I.//sources/view/ -I.//sources/wifi/ -I.//unittests/ Platform:Native Checking sources/view/dg/data/post/VDGPOSTData.cpp: Q_PROPERTY=1;Q_ENUM=1... -145/219 files checked 62% done +145/219 files checked 63% done Checking sources/view/dg/data/pretreatment/VDGFilterFlushData.cpp ... Defines:Q_PROPERTY=1;Q_ENUM=1 Undefines: @@ -1070,7 +1070,7 @@ Includes: -I.//sources/ -I.//sources/bluetooth/ -I.//sources/canbus/ -I.//sources/cloudsync/ -I.//sources/device/ -I.//sources/gui/ -I.//sources/model/ -I.//sources/storage/ -I.//sources/utility/ -I.//sources/view/ -I.//sources/wifi/ -I.//unittests/ Platform:Native Checking sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentDisposablesConfirm.cpp: Q_PROPERTY=1;Q_ENUM=1... -153/219 files checked 64% done +153/219 files checked 65% done Checking sources/view/hd/adjustment/pretreatment/VPreTreatmentAdjustmentDisposablesPrime.cpp ... Defines:Q_PROPERTY=1;Q_ENUM=1 Undefines: @@ -1168,7 +1168,7 @@ Includes: -I.//sources/ -I.//sources/bluetooth/ -I.//sources/canbus/ -I.//sources/cloudsync/ -I.//sources/device/ -I.//sources/gui/ -I.//sources/model/ -I.//sources/storage/ -I.//sources/utility/ -I.//sources/view/ -I.//sources/wifi/ -I.//unittests/ Platform:Native Checking sources/view/hd/adjustment/treatment/VTreatmentAdjustmentRinseback.cpp: Q_PROPERTY=1;Q_ENUM=1... -167/219 files checked 66% done +167/219 files checked 67% done Checking sources/view/hd/adjustment/treatment/VTreatmentAdjustmentSaline.cpp ... Defines:Q_PROPERTY=1;Q_ENUM=1 Undefines: @@ -1203,7 +1203,7 @@ Includes: -I.//sources/ -I.//sources/bluetooth/ -I.//sources/canbus/ -I.//sources/cloudsync/ -I.//sources/device/ -I.//sources/gui/ -I.//sources/model/ -I.//sources/storage/ -I.//sources/utility/ -I.//sources/view/ -I.//sources/wifi/ -I.//unittests/ Platform:Native Checking sources/view/hd/alarm/VAlarmActiveList.cpp: Q_PROPERTY=1;Q_ENUM=1... -172/219 files checked 67% done +172/219 files checked 68% done Checking sources/view/hd/alarm/VAlarmStatus.cpp ... Defines:Q_PROPERTY=1;Q_ENUM=1 Undefines: @@ -1224,14 +1224,14 @@ Includes: -I.//sources/ -I.//sources/bluetooth/ -I.//sources/canbus/ -I.//sources/cloudsync/ -I.//sources/device/ -I.//sources/gui/ -I.//sources/model/ -I.//sources/storage/ -I.//sources/utility/ -I.//sources/view/ -I.//sources/wifi/ -I.//unittests/ Platform:Native Checking sources/view/hd/data/VHDAirBubbleData.cpp: Q_PROPERTY=1;Q_ENUM=1... -175/219 files checked 68% done +175/219 files checked 69% done Checking sources/view/hd/data/VHDAirTrapData.cpp ... Defines:Q_PROPERTY=1;Q_ENUM=1 Undefines: Includes: -I.//sources/ -I.//sources/bluetooth/ -I.//sources/canbus/ -I.//sources/cloudsync/ -I.//sources/device/ -I.//sources/gui/ -I.//sources/model/ -I.//sources/storage/ -I.//sources/utility/ -I.//sources/view/ -I.//sources/wifi/ -I.//unittests/ Platform:Native Checking sources/view/hd/data/VHDAirTrapData.cpp: Q_PROPERTY=1;Q_ENUM=1... -176/219 files checked 68% done +176/219 files checked 69% done Checking sources/view/hd/data/VHDBloodLeakData.cpp ... Defines:Q_PROPERTY=1;Q_ENUM=1 Undefines: @@ -1301,7 +1301,7 @@ Includes: -I.//sources/ -I.//sources/bluetooth/ -I.//sources/canbus/ -I.//sources/cloudsync/ -I.//sources/device/ -I.//sources/gui/ -I.//sources/model/ -I.//sources/storage/ -I.//sources/utility/ -I.//sources/view/ -I.//sources/wifi/ -I.//unittests/ Platform:Native Checking sources/view/hd/data/pretreatment/VPreTreatmentStatesData.cpp: Q_PROPERTY=1;Q_ENUM=1... -186/219 files checked 72% done +186/219 files checked 71% done Checking sources/view/hd/data/treatment/VHDTreatmentStatesData.cpp ... Defines:Q_PROPERTY=1;Q_ENUM=1 Undefines: Index: denali.pro.user =================================================================== diff -u -rcf61c7736f11f4b75a4e2df803f29bdc7769db53 -rd826e189e0dff4b91f880c73236129fa3c25a978 --- denali.pro.user (.../denali.pro.user) (revision cf61c7736f11f4b75a4e2df803f29bdc7769db53) +++ denali.pro.user (.../denali.pro.user) (revision d826e189e0dff4b91f880c73236129fa3c25a978) @@ -1,6 +1,6 @@ - + EnvironmentId @@ -276,7 +276,6 @@ true false true - /home/denali/Projects/tmp/build/build-denali-Desktop_Qt_5_15_10_GCC_64bit-Debug 1 @@ -459,47 +458,47 @@ RemoteLinux.DirectUploadStep /home/denali/Projects/tmp/build/build-denali-Qt_5_15_10_iMX8-Debug/denali - /home/denali/Projects/tmp/build/build-denali-Qt_5_15_10_iMX8-Release/denali - /home/denali/Projects/tmp/build/build-denali-Qt_5_15_10_iMX8-Release/denali /home/denali/Projects/tmp/build/build-denali-Qt_5_15_10_iMX8-Debug/denali /home/denali/Projects/tmp/build/build-denali-Qt_5_15_10_iMX8-Debug/denali /home/denali/Projects/tmp/build/build-denali-Qt_5_15_10_iMX8-Debug/denali /home/denali/Projects/tmp/build/build-denali-Qt_5_15_10_iMX8-Debug/denali /home/denali/Projects/tmp/build/build-denali-Qt_5_15_10_iMX8-Debug/denali + /home/denali/Projects/tmp/build/build-denali-Qt_5_15_10_iMX8-Release/denali + /home/denali/Projects/tmp/build/build-denali-Qt_5_15_10_iMX8-Release/denali /home/denali/Projects/tmp/build/build-denali-Qt_5_15_10_iMX8-Debug/denali /home/denali/Projects/tmp/build/build-denali-Qt_5_15_10_iMX8-Debug/denali /home/denali/Projects/tmp/build/build-denali-Qt_5_15_10_iMX8-Debug/denali - /home/denali/Projects/tmp/build/build-denali-Qt_5_15_10_iMX8-Release/denali /home/denali/Projects/tmp/build/build-denali-Qt_5_15_10_iMX8-Debug/denali /home/denali/Projects/tmp/build/build-denali-Qt_5_15_10_iMX8-Debug/denali - /home/denali/Projects/tmp/build/build-denali-Qt_5_15_10_iMX8-Release/denali /home/denali/Projects/tmp/build/build-denali-Qt_5_15_10_iMX8-Debug/denali /home/denali/Projects/tmp/build/build-denali-Qt_5_15_10_iMX8-Debug/denali /home/denali/Projects/tmp/build/build-denali-Qt_5_15_10_iMX8-Debug/denali /home/denali/Projects/tmp/build/build-denali-Qt_5_15_10_iMX8-Debug/denali + /home/denali/Projects/tmp/build/build-denali-Qt_5_15_10_iMX8-Release/denali + /home/denali/Projects/tmp/build/build-denali-Qt_5_15_10_iMX8-Release/denali /home/denali/Projects/tmp/build/build-denali-Qt_5_15_10_iMX8-Debug/denali - 192.168.137.210 - 192.168.10.159 - 192.168.10.228 - 192.168.10.228 - 192.168.10.138 - 192.168.137.25 - 192.168.137.30 + 192.168.137.247 + 192.168.137.202 + 192.168.137.36 + 192.168.137.125 192.168.10.186 - 192.168.10.167 + 192.168.137.26 192.168.137.170 - 192.168.137.3 192.168.40.23 192.168.137.24 - 192.168.137.26 + 192.168.137.3 192.168.137.170 192.168.10.186 - 192.168.137.125 - 192.168.137.36 - 192.168.137.202 - 192.168.137.247 + 192.168.10.167 + 192.168.137.30 + 192.168.137.25 + 192.168.10.138 + 192.168.10.228 + 192.168.10.228 + 192.168.10.159 + 192.168.137.210 /home/root @@ -526,68 +525,68 @@ /opt/b2qt/3.1.18/sysroots /opt/b2qt/3.1.18/sysroots - /opt/b2qt/3.1.18/sysroots/x86_64-pokysdk-linux - /opt/b2qt/3.1.18/sysroots/x86_64-pokysdk-linux /opt/b2qt/3.1.18/sysroots /opt/b2qt/3.1.18/sysroots /opt/b2qt/3.1.18/sysroots - /opt/b2qt/3.1.18/sysroots/x86_64-pokysdk-linux /opt/b2qt/3.1.18/sysroots /opt/b2qt/3.1.18/sysroots /opt/b2qt/3.1.18/sysroots /opt/b2qt/3.1.18/sysroots /opt/b2qt/3.1.18/sysroots /opt/b2qt/3.1.18/sysroots + /opt/b2qt/3.1.18/sysroots/x86_64-pokysdk-linux /opt/b2qt/3.1.18/sysroots /opt/b2qt/3.1.18/sysroots /opt/b2qt/3.1.18/sysroots /opt/b2qt/3.1.18/sysroots + /opt/b2qt/3.1.18/sysroots/x86_64-pokysdk-linux + /opt/b2qt/3.1.18/sysroots/x86_64-pokysdk-linux /opt/b2qt/3.1.18/sysroots /opt/b2qt/3.1.18/sysroots - 2023-02-02T01:52:20.307 - 2023-01-24T18:19:13.179 - 2023-01-17T18:06:25.579 - 2023-01-17T18:18:03.749 - 2023-02-02T09:06:00.862 - 2023-02-02T02:13:54.596 - 2023-02-02T02:30:48.337 - 2023-01-18T17:47:08.797 - 2023-02-02T19:40:15.813 - 2023-01-27T10:15:15.423 - 2023-02-02T02:40:56.627 - 2023-01-24T17:29:54.849 - 2023-02-02T02:05:29.947 + 2023-02-02T02:26:33.738 + 2023-02-02T01:46:50.167 + 2023-02-01T03:23:15.710 + 2023-02-02T02:07:25.922 + 2023-01-18T20:13:36.296 2023-02-01T05:00:56.449 2023-01-27T09:45:11.898 - 2023-01-18T20:13:36.296 - 2023-02-02T02:07:25.922 - 2023-02-01T03:23:15.710 - 2023-02-02T01:46:50.167 - 2023-02-02T02:26:33.738 + 2023-01-24T17:29:54.849 + 2023-02-02T02:05:29.947 + 2023-02-02T02:40:56.627 + 2023-01-27T10:15:15.423 + 2023-01-18T17:47:08.797 + 2023-02-02T19:40:15.813 + 2023-02-02T02:30:48.337 + 2023-02-02T02:13:54.596 + 2023-02-02T09:06:00.862 + 2023-01-17T18:18:03.749 + 2023-01-17T18:06:25.579 + 2023-01-24T18:19:13.179 + 2023-02-02T01:52:20.307 - 2023-02-02T01:52:16.000 - 2023-01-24T18:18:58.000 - 2023-01-17T18:05:42.000 - 2023-01-17T18:17:25.000 - 2023-02-02T09:05:22.000 - 2023-02-02T02:14:08.000 - 2023-02-02T02:31:01.000 - 2023-01-18T17:47:04.000 - 2023-02-02T19:39:36.000 - 2023-01-27T10:15:08.000 - 2023-02-02T02:41:10.000 - 2023-01-24T17:30:03.000 - 2023-02-02T02:05:42.000 + 2023-02-02T02:26:46.000 + 2023-02-02T01:47:02.000 + 2023-02-01T03:23:28.000 + 2023-02-02T02:07:21.000 + 2023-01-18T20:13:33.000 2023-02-01T05:00:51.000 2023-01-27T09:44:58.000 - 2023-01-18T20:13:33.000 - 2023-02-02T02:07:21.000 - 2023-02-01T03:23:28.000 - 2023-02-02T01:47:02.000 - 2023-02-02T02:26:46.000 + 2023-01-24T17:30:03.000 + 2023-02-02T02:05:42.000 + 2023-02-02T02:41:10.000 + 2023-01-27T10:15:08.000 + 2023-01-18T17:47:04.000 + 2023-02-02T19:39:36.000 + 2023-02-02T02:31:01.000 + 2023-02-02T02:14:08.000 + 2023-02-02T09:05:22.000 + 2023-01-17T18:17:25.000 + 2023-01-17T18:05:42.000 + 2023-01-24T18:18:58.000 + 2023-02-02T01:52:16.000 2 Index: sources/model/hd/alarm/MAlarmMapping.cpp =================================================================== diff -u -r2fc906bde9d1ae0a9bf2a20db742721a04d3f7e3 -rd826e189e0dff4b91f880c73236129fa3c25a978 --- sources/model/hd/alarm/MAlarmMapping.cpp (.../MAlarmMapping.cpp) (revision 2fc906bde9d1ae0a9bf2a20db742721a04d3f7e3) +++ sources/model/hd/alarm/MAlarmMapping.cpp (.../MAlarmMapping.cpp) (revision d826e189e0dff4b91f880c73236129fa3c25a978) @@ -7,7 +7,7 @@ * * \file MAlarmMapping.cpp * \author (last) Behrouz NematiPour - * \date (last) 05-Jul-2023 + * \date (last) 06-Jul-2023 * \author (original) Behrouz NematiPour * \date (original) 03-May-2021 * Index: sources/view/VTreatmentCreate.cpp =================================================================== diff -u -r159f2bb0317c7c3c0336e4cb80c7fef3f87e329a -rd826e189e0dff4b91f880c73236129fa3c25a978 --- sources/view/VTreatmentCreate.cpp (.../VTreatmentCreate.cpp) (revision 159f2bb0317c7c3c0336e4cb80c7fef3f87e329a) +++ sources/view/VTreatmentCreate.cpp (.../VTreatmentCreate.cpp) (revision d826e189e0dff4b91f880c73236129fa3c25a978) @@ -196,5 +196,6 @@ << mDialyzerType << QString("%0 °C" ).arg(_dialysateTemp ) << ( _bloodPressureMeasureInterval ? QString("%0 min").arg(_bloodPressureMeasureInterval) : tr("OFF") ) - << QString("%0 mL/min" ).arg(_rinsebackFlowRate ); + //<< QString("%0 mL/min" ).arg(_rinsebackFlowRate ) + ; }