•  

Comment Results

Review Name Created Custom Fields Content
DG-DEN-14646-1 31 Mar 2023

Corrected

DG-DEN-14646-1 31 Mar 2023

RESOLVED IN CODE WALKTHROUGH.

DG-DEN-14646-1 31 Mar 2023

Does TODO need to be resolved?

DG-DEN-14999-2 31 Mar 2023

I think VPi is closed during standby mode, so not sure why we want to check inlet conductivity in this mode.
I imagine new system would get installed by service - would need some kind of priming done in service mode, so I'm not worried about that.

DG-DEN-14999-2 31 Mar 2023

will these alarms trigger with open air?

Ex: if a user has a device shipped to them, will they be greeted with conductivity alarms on first power up before any water has ran through the system? If so, how will they be able to fix it?

DG-DEN-15016-1 31 Mar 2023

Done.

HD-DEN-16565-1 22 Dec 2023

What is this for?

HD-DEN-15016-1 31 Mar 2023

RESOLVED in CODE WALKTHROUGH.

DG-DEN-14646-1 31 Mar 2023

Missing space.

HD-DEN-16672-1 27 Feb 2024

This looks backwards and nonsensical to me. Does this work?

UI-LEAH-2077-2 18 Mar 2025

Fixed.

DG-DEN-16565-1 02 Jan 2024

This is not user code. Next regen will restore this code. Do we really need to disable this?

DG-DEN-16674-1 29 Feb 2024

Will address in DEN-16693.

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

I think alarm should be handled inside the setAirPumpState() function.

DG-DEN-16587-1 14 Feb 2024

RESOLVED IN CODE WALKTHROUGH.

UI-LEAH-2077-2 18 Mar 2025

Move this comment line right after alarm 99.

HD-DEN-16672-1 20 Feb 2024

Done.

UI-LEAH-2077-2 18 Mar 2025

These 2 alarms are triggered by TD (6 is when TD fails the UI POST because UI reported a POST test failed and 9 is UI not communicating). They were ok the way they were. Please restore them. I only wanted you to change the ones you added at bottom of list.

HD-DEN-16672-1 20 Feb 2024

Done.

LEAHI-TESTSUITES-LDT-3014-1 02 Mar 2026

For confirm button in create rx page we are using the visible property. If i remove the visible property not able to click on the element

HD-DEN-16672-1 20 Feb 2024

Done.

UI-LEAH-2077-2 19 Mar 2025

RESOLVED

DIALIN-DIAL-290-1 20 Feb 2024

RESOLVED.

HD-DEN-16693-1 29 Feb 2024

I check these against result since it is result &= ().

DG-DEN-16674-1 29 Feb 2024

RESOLVED in CODE WALKTHROUGH.

DG-DEN-16565-1 02 Jan 2024

Is bootloader going to use fwcommon code? Is #ifdef #else backwards?

HD-DENBUG-298-1 20 Mar 2025

Why doesn't treatment stop publish saline bolus (like dialysis)?

HD-DENBUG-298-1 20 Mar 2025

Do we reject saline bolus request if blood leak recovery is in progress? I think we should. I don't want a saline bolus requesting pending while blood leak recover is happening.

LEAHI-APPLICATION-LDT-1209-1 15 Jul 2025

Please try to see if adding a space between the value and unit is necessary, or make it look more readable.

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

removed. thanks!

LEAHI-TD-FIRMWARE-LDT-1903-8 02 Mar 2026

implemented

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

Assigned to local variable

DG-DENBUG-307-1 02 Apr 2025

Done

DG-DENBUG-307-1 01 Apr 2025

Measured speed (whether real or override) should always be positive. And if that's true, we shouldn't need this exception.

DG-DENBUG-307-1 01 Apr 2025

Aren't speeds (commanded and measured) always positive? Do we need the fabs?

DG-DENBUG-307-1 01 Apr 2025

This check doesn't make sense to me. Measured speed will only be negative if set direction is reverse. So how could directions ever not match?

DD-LEAH-230-1 02 Apr 2025

Done.

DD-LEAH-230-1 31 Mar 2025

Add a blank line between declarations and code.

TD-LDT-736-1 17 Jul 2025

Why is this necessary? I would think state machine would already handle this.

LEAHI-DIALIN-LDT-3557-1 03 Mar 2026

removed

RO-LDT-1809-3 26 Aug 2025

returning here breaks one of our coding standards. Should only be one return at end of a function.

LEAHI-TD-FIRMWARE-LDT-3126-1 03 Mar 2026

Updated

LEAHI-APPLICATION-LDT-2160-1 27 Aug 2025

Declare stepped using let instead of var.

LEAHI-DIALIN-LDT-1873-1 27 Aug 2025

Please raname handler_spent_chamber_fill_sync() . Also do the same for the below broadcast interval function as well ( cmd_spent_chamber_fill_broadcast_interval_overirde)

LEAHI-APPLICATION-LDT-2160-1 27 Aug 2025

Can keyValue and index be declared const?

DD-LDT-1735-1 22 Aug 2025

It should be equal to true?

( getTestConfigStatus( TEST_CONFIG_DISABLE_BC_PRESSURE_ALARMS ) == TRUE )

LEAHI-APPLICATION-LDT-926-1 28 Aug 2025

this looks like this will error.. Should be

    title: qsTr("Treatment Delivery & Blood Handling")
DD-LDT-1735-1 29 Aug 2025

timePerStep is not initialized with the values and being used here.

LEAHI-DIALIN-LDT-2030-1 27 Aug 2025

Please move to dd_defs.py

LEAHI-APPLICATION-LDT-2071-1 29 Aug 2025

-isIdle || isWaitPump-
-just to be more clear.-

isIdle :start
isStarted : stop
-else: start-

disable the button otherwise.