•  

Comment Results

Review Name Created Custom Fields Content
DD-LDT-1873-1 08 Aug 2025

These are temporary test intervals, right? Please revert when testing is completed.

DD-LDT-1873-1 08 Aug 2025

The "heater" parameter might not be the primary heater.

RO-LDT-1809-3 11 Aug 2025

Done, thank you

DD-LDT-2030-1 29 Aug 2025

Done

RO-LDT-1809-3 11 Aug 2025

To avoid resetting data and ovdata to zero when we send an override on top of another override.
Using the data value to check if the control should be handled or not as the ovdata is been assigned to data in all set functions

RO-LDT-1242-1 28 Aug 2025

Remove extra blank line.

LEAHI-APPLICATION-LDT-1536-1 11 Aug 2025

I believe this should be in the response, so the situation that the script exists and can be executed, and is executed, and has some issues, is covered too.
First line in the else block.

RO-LDT-1809-3 11 Aug 2025

Remove these blank lines.

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

Added

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

Added

HD-DEN-15306-3 01 Jun 2023

This seems unnecessary now with your new function doing this all the time. Consider removing.

DD-LEAH-227-1 01 Oct 2024

Done

HD-DEN-15306-3 02 Jun 2023

RESOLVED in CODE WALKTHROUGH.

LEAHI-SW-LDT-261-2 05 Jun 2025

RESOLVED

DD-LEAH-227-1 01 Oct 2024

Done.

HD-DEN-15306-3 02 Jun 2023

Done. Error propagration.

LEAHI-APPLICATION-LDT-713-1 13 Jun 2025

Fixed

DD-LEAH-227-1 01 Oct 2024

This is monitor of concentrate pump ( execConcentratePumpMonitor()). control one( execConcentratePumpController()) is called after operation mode.

LEAHI-TESTSUITES-LDT-2741-1 13 Feb 2026

If all timeouts are set to 3000, please set it as the default for the function parameter to avoid passing it everywhere.

LEAHI-DIALIN-LDT-566-1 23 Jun 2025

agreed. We should only need one class. removed td_send_dd_gen_dialysate_request from td_proxy.

LEAHI-DIALIN-LDT-566-1 23 Jun 2025

Are we confirmed for removal? Would there be a situation we need this override that the proxy cmd could not satisfy?

RO-LDT-566-1 23 Jun 2025

Add comments to left and remove available comments for last few.

LEAHI-TD-FIRMWARE-LDT-1394-1 02 Mar 2026

Converting U16 to U32. Presumably, U16 will wrap back to zero when it gets to 65535. We don't want our U32 to wrap, so we need to do something to handle this conversion properly.

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

removed and just put the string inside the ternary

LEAHI-TESTSUITES-LDT-3153-1 03 Mar 2026

mouseClick(waitForObject(utility.findChildByText(post_treatment, config.AUTO_EJECT), 2000))

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

Remove extra blank line.

LEAHI-TESTSUITES-LDT-2741-1 03 Mar 2026

At present all English text-only content are maintained in config,py file

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

Can we check some persistence before declaring alarm?

LEAHI-APPLICATION-LDT-907-2 04 Aug 2025

RESOLVED

LEAHI-APPLICATION-LDT-907-2 04 Aug 2025

Remove reference to MHDAirBubbleData.h

LEAHI-APPLICATION-LDT-907-2 04 Aug 2025

RESOLVED

LEAHI-APPLICATION-LDT-907-2 04 Aug 2025

Add sources/model/td/data/MTDAirBubbleData.cpp above this line.

LEAHI-DD-FIRMWARE-LDT-3603-1 06 Mar 2026

Shall I add the SW_Fault as an else case if an invalid submode was requested for an opmode?
Sean NashMichael Garthwaite please confirm

LEAHI-APPLICATION-LDT-907-2 04 Aug 2025

please remove if not used.
to easily check, remove, and see the QtCreator application output if QML has a warning or stops executing.

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

this shouldnt be over 0 so I removed

LEAHI-TESTSUITES-LDT-2741-1 03 Mar 2026

added an empty line as per comment

LEAHI-TD-FIRMWARE-LDT-1415-3 06 Mar 2026

I don't think we need to call setPressureLimitsToOuterBounds() either. The signal function will indirectly cause that function to be called later.

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

fixed

LEAHI-APPLICATION-LDT-1536-1 01 Aug 2025

v non-capital
For these little dialogs, we do not want the dark overlay, though.

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

Please remove the gradient.
It is not aligned with the text ( text is left-aligned, and the gradient is centered), and it also serves no purpose.

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

Please align the semi-colons ( ; ), colons ( : ) , and dots ( . ) (when/where)ever you see them not aligned with the rest.

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

Why do we need appendData?
When each alarm ID changes, the model needs to be refreshed entirely.

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

Please do not use == false or == true for an already boolean value/function.
just use:

if ( ! vIndex.isValid() || vIndex.row() < 0 || vIndex.row() >= rowCount()  )
LEAHI-SW-LDT-2071-1 29 Aug 2025

Is it possible to use the conversion utility class functions?
from_int_to_somthing and so on?

DD-LDT-1735-1 29 Aug 2025

I guess, you should still need 'TestingActivated' check, due to a reason when system team wants to change the states as part of their testing.

LEAHI-APPLICATION-LDT-3393-1 06 Mar 2026

updated and moved

LEAHI-DD-FIRMWARE-LDT-3603-1 06 Mar 2026

Do we need this function? Can we do these 2 assignments in the Dialin msg handler function?

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

Fixed

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

Fixed

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

removed