•  

Comment Results

Review Name Created Custom Fields Content
LEAHI-DIALIN-LEAH-136-3 23 Jan 2025

Not arterial pressure.

UI-DEN-16335-5 11 Sep 2023

RESOLVED

LEAHI-APPLICATION-LDT-2160-1 12 Sep 2025

RESOLVED

RO-LDT-566-1 27 Jun 2025

Blank line between functions.

RO-LDT-1809-3 12 Aug 2025

setROPumpTargetPressure doesnt have this check for 0. Is it something that we would need across all 3 set functions or not needed at all? Do we care that ovInitData is zero before assigning it to data if are overriding?

DG-DEN-14706-2 05 Sep 2023

We typically dont #define for 0. However, the logic has been reworked that we no longer need to compare by 0.

LEAHI-DD-FIRMWARE-LDT-2198-1 15 Sep 2025

fixed. thanks

LEAHI-APPLICATION-LDT-1596-1 13 Aug 2025

RESOLVED.

DG-DEN-14706-2 05 Sep 2023

RESOLVED in CODE WALKTHROUGH.

UI-DEN-16335-5 11 Sep 2023

RESOLVED

LEAHI-APPLICATION-LDT-1656-1 13 Aug 2025

updated to use #FEFEFE

UI-DEN-16335-1 05 Sep 2023

I think actually, we should connected as paired state. As the re-connection is truly a re-connection after a connection/pairing has been established

LEAHI-APPLICATION-LDT-2160-1 15 Sep 2025

RESOLVED

LEAHI-APPLICATION-LDT-1656-1 13 Aug 2025

removed setting property to use default of 2

UI-DEN-16335-1 05 Sep 2023

In bluetoothInterface.cpp, there's a set of macros towards the top. NOTIFY_DEVICE_CONNECT and NOTIFY_DEVICE_DISCONNECT

LEAHI-APPLICATION-LDT-2160-1 05 Sep 2025

Please remove this, as has been explained in the following comment:
http://devapps.diality.us:8060/cru/#LEAHI-APPLICATION-LDT-2160-1CFR-70239

UI-DEN-16335-1 05 Sep 2023

I made the changes based on the call we had.

LEAHI-APPLICATION-LDT-1788-1 13 Aug 2025

as discussed to add the space after the parenthesis. updated all instances

LEAHI-APPLICATION-LDT-1656-1 13 Aug 2025

Please make it twice thinner (10 => 5)

HD-DEN-15972-1 05 Sep 2023

updated.

UI-DEN-16335-1 05 Sep 2023

make it
bool isPaired();

LEAHI-APPLICATION-LDT-2160-1 05 Sep 2025

add dashes to Variables and update everytwhere

UI-DEN-16335-1 05 Sep 2023

RESOLVED

LEAHI-APPLICATION-LDT-1788-1 13 Aug 2025

BN: RESOLVED

UI-DEN-16335-1 05 Sep 2023

RESOLVED

UI-DEN-16335-1 05 Sep 2023

move these two in the same location it was, to keep the order.

LEAHI-DIALIN-LDT-3344-1 12 Feb 2026

Does this string need to change as well?

HD-DEN-15972-1 05 Sep 2023

RESOLVED IN CODE WALKTHROUGH

UI-DEN-16335-5 07 Sep 2023

Removed conversion

LEAHI-APPLICATION-LDT-1788-1 13 Aug 2025

RESOLVED

UI-DEN-16335-5 07 Sep 2023

Added

DG-DEN-16314-1 08 Sep 2023

RESOLVED in CODE WALKTHROUGH.

DG-DEN-16314-1 08 Sep 2023

Done.

LEAHI-TD-FIRMWARE-LDT-1840-1 12 Feb 2026

Not required I guess

UI-DEN-16335-5 11 Sep 2023

RESOLVED

LEAHI-DIALIN-LDT-2329-1 16 Sep 2025

Update the comment mentioning "disabling" Diener conc.pump.

LEAHI-TD-FIRMWARE-LDT-1903-8 25 Feb 2026

its a standard c library , for that no need to comment. using ceil() function

UI-DEN-16335-5 11 Sep 2023

As far as I see there is MTreatmentOutletFlowData.cpp
do ctrl+k,p MTreatmentOutletFlowData
or ctrl+shift, MTreatmentOutletFlowData
or F4 in your MTreatmentOutletFlowData.h to get in the cpp file
to find it.

UI-DEN-16288-1 11 Sep 2023

good comment,
will do in the next release

LEAHI-DD-FIRMWARE-LDT-3372-2 27 Feb 2026

what if user send -ve values ?

LEAHI-APPLICATION-LDT-1636-1 14 Aug 2025

These are not dynamic texts, and calculating the width is not necessary.
Please look at the implemented UI and set the width of each column as a constant value.
You can then also delete textMetrics.
Please note that it should have started with '_' if we were going to keep it.

Generally, please avoid these types of calculations.

UI-DEN-16288-1 11 Sep 2023

RESOLVED

UI-DEN-16288-1 31 Aug 2023

I suggest doing --enable-update-mode (all lowercase) to be consistent with the other params

UI-DEN-16335-4 11 Sep 2023

RESOLVED

UI-DEN-16335-4 11 Sep 2023

I made myself the moderator to close the review after I was done with my 100% no comment left completed review.

UI-DEN-16335-7 11 Sep 2023

I made myself the moderator to close the review after I was done with my 100% no comment left completed review.

LEAHI-DD-FIRMWARE-LDT-3344-1 12 Feb 2026

Please add 'execRinsePumpMonitor' which checks the commanded vs measured speed tolerance check and trigger alarm if deviates beyond the limit. You may move this function into monitor.

LEAHI-TD-FIRMWARE-LDT-3126-1 26 Feb 2026

Remove TODO comment since you have done it.

LEAHI-APPLICATION-LDT-2160-1 05 Sep 2025

The name of the component is not clear.
I think we could use the same name as before, "SliderCreateTreatment.qml"

DIALIN-DEN-14497-1 11 Jan 2023

We do not have headers for enum classes.