•  

Comment Results

Review Name Created Custom Fields Content
HD-STT-1965-1 25 Aug 2023

Move param below input/output and before return.

HD-STT-1965-1 28 Aug 2023

RESOLVED in CODE WALKTHROUGH.

DG-DEN-15973-1 23 Aug 2023

Checking for alarm in this function means we will check when in control to flow or control to pressure states. Also checked only once per control interval which is maybe ok, but not typical for alarm checks.
We do control to flow for treatment modes. Control to pressure is used in some cleaning modes. Not sure we want this alarm enforced in cleaning modes.

RO-LDT-566-1 25 Jun 2025

got it. fixed.

RO-LDT-566-1 25 Jun 2025

fixed.

RO-LDT-566-1 25 Jun 2025

I don't see fix.

RO-LDT-566-1 25 Jun 2025

Align comments.

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

acknowledged

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

updated to your suggestion

DD-LDT-1873-1 13 Aug 2025

Currently testing is ongoing. Will try to remove it end of this sprint.

DD-LDT-1873-5 05 Sep 2025

Correct the comment

HD-DEN-14007-2 02 Jan 2023

Fixed.

DG-DEN-14101-1 03 Jan 2023

RESOLVED in CODE WALKTHROUGH.

HD-DEN-15741-2 03 Aug 2023

Done.

HD-DEN-14086-1 05 Jan 2023

Assignment alignment.

DIALIN-DEN-14497-1 05 Jan 2023

Another constraint is that embedded command mode command must be given first.
Should also recommend a minimum time between embedded commands constraint to prevent f/w queue from overflowing.

HD-DEN-15741-2 03 Aug 2023

Add inputs.

LEAHI-DIALIN-LEAH-142-2 16 Dec 2024

Fixed. Thanks!

LEAHI-DIALIN-LEAH-142-2 10 Dec 2024

Should be Treatment Delivery (TD).

DG-DEN-15634-1 08 Aug 2023

Restore blank line below separator comment.

HD-DEN-16093-1 21 Aug 2023

Done.

UI-DEN-15918-3 09 Aug 2023

I don't believe we need did * spaceChange. I am not interested in when the space changes.
I am only interested when that partition gets too low on available space. Unless there is a
case that you have which indicates otherwise.
This signal is similar to didSDCardSpaceTooLow, line 231

HD-DENBUG-285-1 18 Dec 2024

Done

RO-LEAH-1972-1 16 Jan 2025

Fixed.

HD-DEN-15741-2 03 Aug 2023

Resume requested flag gets set elsewhere (from user clearing alarm -> CAN -> AlarmMgmt -> Modes -> this module) and should not be set here.

HD-DEN-15994-1 04 Aug 2023

This if condition appears to be redundant. rinsebackTimerCtr is set to zero in states where BP is running, so previous if condition would only be TRUE (rinsebackTimerCtr > 0) if BP not running.

DG-DEN-15634-1 08 Aug 2023

RESOLVED IN CODE WALKTHROUGH

RO-LEAH-1972-1 16 Jan 2025

please remove trimmer heater references.

DG-DIAL-273-1 08 Aug 2023

RESOLVED in CODE WALKTHROUGH.

HD-DEN-15993-1 08 Aug 2023

RESOLVED in CODE WALKTHROUGH.

DG-DEN-15634-1 08 Aug 2023

Fixed. Thanks!

DG-DEN-15634-1 08 Aug 2023

Missed calling it in the exec function. Good catch. fixed.

DG-DEN-15634-1 08 Aug 2023

Fixed. Thanks!

HD-DENBUG-59-1 09 Aug 2023

DGFault instead of Dfault

UI-DEN-15918-3 11 Aug 2023

Removed.

UI-DEN-15918-3 08 Aug 2023

as has been mentioned follow the other two (USB, Sd-Card) methods naming and signature.

UI-DEN-16123-4 14 Aug 2023

for the models we keep the format as it is.

UI-DEN-16123-5 14 Aug 2023

Did you purposely leave this commented out?

UI-DEN-16123-5 14 Aug 2023

RESOLVED

UI-DEN-16123-5 14 Aug 2023

RESOLVED.

HD-DEN-15994-1 16 Aug 2023

Done.

HD-DEN-16164-1 16 Aug 2023

Put constant on other side of comparison operator. We only put constant first when using "==".

HD-DEN-16164-1 17 Aug 2023

RESOLVED in CODE WALKTHROUGH.

HD-DEN-16164-1 16 Aug 2023

What if we got some other alarm during pressure test states? Would it be better to check dryPressureTestsCompleted?

DIALIN-DIAL-277-1 18 Aug 2023

I see your point. Issue is that we don't have a UI dialin folder with an HD proxy class (where this function should go).
This command is not an HD proxy for DG so doesn't really belong here.
I would maybe put it in hd\buttons.

HD-DEN-16164-1 17 Aug 2023

Add dryPressureTestsCompleted to header.

DIALIN-DIAL-280-1 18 Aug 2023

Alarm ID 129 should be ALARM_ID_HD_BLOOD_LEAK_RECOVERING_PLEASE_WAIT per HD build 224

HD-DEN-16093-1 22 Aug 2023

RESOLVED in CODE WALKTHROUGH.

HD-DEN-15980-1 23 Aug 2023

Fixed

DIALIN-DEN-16093-1 22 Aug 2023

it looks to be auto generated by PyCharm and was committed earlier. Its removed now.