•  

Comment Results

Review Name Created Custom Fields Content
HD-DEN-17093-1 31 Oct 2024

Why are we distinguishing between these 2 types of zeroes? Does it matter why we zeroed?

HD-DEN-14099-1 19 Dec 2022

This state should no longer be pressurizing (moved to blood prime state). Remove opening of VDi valve - no longer needed or appropriate.

HD-DEN-17093-1 21 Oct 2024

I understand your comment. I am saying stabilizing when the pumps are running might be harder as you stop in other places. I will match to saline state.

HD-DEN-14307-1 19 Dec 2022

Update function header.

CS-BUILD-0-2-4-1 12 Dec 2022

Please don't use google domain for any test.
Please use the defined knowns used URLs for the DCS, since if they are not working internet connection doesn't mean and help with anything.

CS-BUILD-0-2-4-1 12 Dec 2022

magic number?

DG-DENBUG-276-1 22 Oct 2024

RESOLVED in CODE WALKTHROUGH.

HD-DEN-17093-1 01 Nov 2024

RESOLVED in CODE WALKTHROUGH.

HD-DEN-17093-1 04 Nov 2024

RESOLVED in CODE WALKTHROUGH.

LEAHI-DIALIN-LEAH-136-2 04 Nov 2024

This is Denali alarm list. Align w/ Leahi alarm list.

RO-LEAH-244-1 05 Nov 2024

Remove them.

RO-LEAH-244-1 30 Oct 2024

Is this still needed?

RO-LEAH-244-1 04 Nov 2024

ROFaultMode.

RO-LEAH-244-1 30 Oct 2024

Needs to line up with the above array of message IDs. Should have same number of entries and in the same order.

RO-LEAH-244-1 04 Nov 2024

DD?

LEAHI-APPLICATION-LDT-1021-1 24 Jun 2025

check if the code in the private slot is consistent with the rest of the code.

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

reverted back to original implementation to instantiate each IconButton and remove repeater

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

RESOLVED.

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

Please use the lOut as I have mentioned above, and remove repeated emits.
and move the definitions on top before the goto(s).

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

Please refactor all the ...WiFiData... in View, models, signal, slots, functions to something more specific like WiFiIP, since its sole purpose is to get the IP and no more data.

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

I think this should be specific to some dialog, not all. likethe alarm or confirm.
Please make this more specific.

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

this text is going to also be used with the Alarm list and alarm dialogs

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

good catch fixed alignement

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

please remove the empty line.

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

RESOLVED

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

Isn't it better if that is "white"?
Can you try to show me the result?

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

RESOLVED

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

RESOLVED

RO-LDT-1809-3 11 Aug 2025

Remove extra blank line.

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

Inputs is none or FPGA.

DG-DEN-14316-1 19 Dec 2022

Seems like there should be code changes in HD standby mode to handle these states. I don't see an HD code branch though.

CS-BUILD-0-2-4-1 15 Dec 2022

the popular port of telnet, HTTP, and so on will be closed on the device.
we had a discussion to change the CloudSync communication port to something like 5000.
Please update.

HD-DEN-17093-1 16 Oct 2024

Done

CS-BUILD-0-2-4-1 14 Dec 2022

Magic number.

CS-BUILD-0-2-4-1 14 Dec 2022

Argument numbers (magic numbers) could be clarified with well named constants.

DG-DEN-15367-1 12 Jun 2023

We're always ready? Why does UI need to ask if DG is ready if always ready?
Replace "1" with "TRUE".

DD-LEAH-225-1 16 Oct 2024

Done.

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

added as a request from caryn.

DD-LEAH-225-1 16 Oct 2024

Done.

HD-DEN-17093-1 21 Oct 2024

I have changed the sampling time from 2 seconds to 1 second and I am planning to make it 500 ms.

HD-DEN-14344-5 02 Dec 2022

Fixed. This condition requires that the Pump is flagged off. that same condition is also used below. we will always be true in the first condition below if we satisfy this condition. If we try to change direction when the pump is on, both this condition and the one below will fail.

HD-DEN-14344-5 02 Dec 2022

i think there's a conflict between staging and develop. fixed for staging merge. thanks!

DG-DEN-14253-1 02 Dec 2022

Can't we just say isFlowLow = ( measFlow > minFlow ? FALSE : TRUE );

DIALIN-DEN-14001-1 08 Dec 2022

RESOLVED.

DIALIN-DEN-14001-1 08 Dec 2022

Remove dead code.

HD-DEN-17093-1 21 Oct 2024

Is this really a "signal" function? Seems more like a "reset" function.

HD-DEN-17093-1 21 Oct 2024

Should this exec be moved to Dialysis.c? Seems like it should be with UF and saline bolus execs that are at the same state level.

HD-DEN-14458-1 14 Dec 2022

Done.

HD-DEN-17093-1 22 Oct 2024

RESOLVED in CODE WALKTHROUGH.

HD-DEN-14099-1 18 Nov 2022

Magic # 5 - use #define.
What happens if prior bubble clear is still active when this times out? Seems like condition should check that bubbleClearActive is FALSE too.