•  

Comment Results

Review Name Created Custom Fields Content
LEAHI-APPLICATION-LDT-1440-1 01 Oct 2025

Prevent slider from going below delivered volume in real-time (bind to value).

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

Remove extra blank line.

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

Updated

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

Updated

LEAHI-APPLICATION-LDT-783-1 19 Sep 2025

added

LEAHI-APPLICATION-LDT-783-1 19 Sep 2025

Message ID and comment in model for 0xBB needs to be updated in MTreatmentAdjustRequests.h

LEAHI-APPLICATION-LDT-783-1 19 Sep 2025

0xBB has 2 parameters.. [mId, mConfirm]

LEAHI-APPLICATION-LDT-783-1 19 Sep 2025

thanks
fixed.

LEAHI-TESTSUITES-LDT-2278-1 06 Mar 2026

Updated the test.compare values

LEAHI-DD-FIRMWARE-LDT-3372-2 06 Mar 2026

fixed

LEAHI-TESTSUITES-LDT-2278-1 05 Mar 2026

One issue encountered is the if BP Cuff is disabled then teh measure button will also be disabled. So as prep one thing to do before running the tests is to verify the bp cuff is enabled or change the variable in teh system.conf

LEAHI-APPLICATION-LDT-1616-1 22 Sep 2025

updated and reverted this

LEAHI-DIALIN-LDT-2300-1 22 Sep 2025

Is msg_id_dd_heaters_data really being published here? Should it be? ** This comment applies to all classes as it appears you've done this everywhere.
Also, I think we typically list the timestamp last.

LEAHI-DIALIN-LDT-2300-1 22 Sep 2025

Replace "dg" with "dd".

LEAHI-APPLICATION-LDT-1616-1 22 Sep 2025

updated

LEAHI-TESTSUITES-LDT-2819-1 05 Mar 2026

Removed this file

LEAHI-APPLICATION-LDT-1616-1 22 Sep 2025

RESOLVED.

LEAHI-APPLICATION-LDT-1616-1 23 Sep 2025

RESOLVED.

LEAHI-APPLICATION-LDT-1616-1 19 Sep 2025

do not show show when in create Rx screen

LEAHI-DD-FIRMWARE-LDT-3372-2 06 Mar 2026

removed check. the check now happens on before the get.

LEAHI-DIALIN-LDT-2300-1 22 Sep 2025

No timestamp?

LEAHI-TESTSUITES-LDT-2085-1 25 Sep 2025

Typo 'standy'

LEAHI-APPLICATION-LDT-1616-1 23 Sep 2025

so the isActive is the internal property of ValueAdjuster and it is binded to the c++ property of <*>set. Similar to how we binded the value to the c++ property

LEAHI-APPLICATION-LDT-1616-1 22 Sep 2025
  • Change the vSet to vActive to make it clearer.

  • Please use .isActive = vActive after addressing the above comment.
LEAHI-APPLICATION-LDT-1616-1 19 Sep 2025

Remove this and update c++ vCreate onRelease

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

I was thinking we could return BOOL to check if the request was successful, added it.

But as you clarified the dialin response will only confirm the delivery of message successfully, I can change all these signal functions to void
Thanks!

LEAHI-DD-FIRMWARE-LDT-3372-2 05 Mar 2026

All comments should start with capital letter

LEAHI-DD-FIRMWARE-LDT-3372-2 06 Mar 2026

Add blank line after declarations.

LEAHI-APPLICATION-LDT-1440-1 30 Sep 2025

Colors in denali differ from new leahi design.

LEAHI-TESTSUITES-LDT-3060-1 04 Mar 2026

change to mouseClick(waitForObject(utility.findChildByText(main_menu_container, config.PRESCRIPTIONS)), 2000 )

LEAHI-TESTSUITES-LDT-2085-1 30 Sep 2025

Since the issue is fixed.
RESOLVED on behalf of Tiffany Mejia.

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

Why the extra leading zeroes? If you want to ensure the literal is treated like a U32, you can do 0x00000001 or simply 1U, but I suspect the compiler will default to 32 bits anyway.

LEAHI-APPLICATION-LDT-2264-1 07 Oct 2025

Lets discuss and remove the NumPad from the ModalDialog that is the parent of many other dialogs which do not need NumPad.
In this case it should be in the TreatmentAdjustmentVitals.qml

LEAHI-APPLICATION-LDT-2264-1 10 Oct 2025

RESOLVED

LEAHI-SW-PLUGINS-SIM-LDT-2264-1 10 Oct 2025

Are these two imports needed?

LEAHI-DIALIN-LDT-2264-1 10 Oct 2025

RESOLVED

LEAHI-APPLICATION-LDT-1440-1 10 Oct 2025

RESOLVED

LEAHI-APPLICATION-LDT-1440-1 08 Oct 2025

Change from READONLY to RANGESET and change ultrafiltrationVolumeRes to ultrafiltratoinVolume.

LEAHI-APPLICATION-LDT-1440-1 06 Oct 2025

Add console.log message.

LEAHI-APPLICATION-LDT-1440-1 10 Oct 2025

RESOLVED

LEAHI-SW-PLUGINS-SIM-LDT-1440-1 10 Oct 2025

Will be done in next story.

TD-LDT-1886-7 29 Sep 2025

Why would we not initialize FPGA control? Is it too soon?

TD-LDT-1886-7 29 Sep 2025

Add function headers.

TD-LDT-1886-7 29 Sep 2025

Remove extra blank line.

LEAHI-APPLICATION-LDT-1616-1 23 Sep 2025

removed parameter

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

Updated

LEAHI-DD-FIRMWARE-LDT-3372-2 04 Mar 2026

If all enumeration constants are non-negative and fit within the range of an int or unsigned int, the compiler has the flexibility to choose either a signed or unsigned type. In many common implementations, it defaults to a signed int

LEAHI-APPLICATION-LDT-1616-1 23 Sep 2025

yes when not active you can press increment or decrement which will then show the value and set value to the default value

LEAHI-APPLICATION-LDT-1616-1 23 Sep 2025

same?

LEAHI-APPLICATION-LDT-1616-1 24 Sep 2025

RESOLVED.