•  

Comment Results

Review Name Created Custom Fields Content
HD-DEN-14086-1 05 Jan 2023

Assignment statement alignment

HD-DEN-14086-1 05 Jan 2023

RESOLVED IN CODE WALKTHROUGH.

HD-DEN-15741-2 04 Aug 2023

RESOLVED in CODE WALKTHROUGH.

HD-DEN-14086-1 05 Jan 2023

Alignment

HD-DEN-15741-2 04 Aug 2023

We already know dialysateRecircBlocked != TRUE here - should this just be a simple "else"?

TD-LEAH-1970-1 16 Jan 2025

Good point. Fixed.

HD-DEN-15741-2 04 Aug 2023

RESOLVED in CODE WALKTHROUGH.

TD-LEAH-1970-1 16 Jan 2025

Do you want to update the TD and RO FPGA compatiable rev as zero? looks currently FPGA returning them as zero and will fail in init mode - FPGA self test.

HD-DEN-15741-2 04 Aug 2023

The user stop alarm drops the recirc state machine into the stopped state (stop alarm property is true). To full resume requires that "OK" is pressed, then "Resume", to continue with recirculation. Is that the behavior we want, or do we want to continue with only the "OK" acknowledgment?

TD-LEAH-1970-1 22 Jan 2025

h18Status - naming order to be changed. same for H18state as well.

HD-DENBUG-290-1 22 Jan 2025

Done

HD-DEN-15741-2 04 Aug 2023

Should blood recirc blocked be based on alarm properties (as you've written here) or based on whether user stopped (specifically)? My feeling is that since there is no blood in blood side of circuit (because rinseback was completed before we got to recirc), the NoBloodRecirc alarm property maybe doesn't apply here and we should only stop BP if the user stop alarm is active.

DG-DEN-15634-1 08 Aug 2023

Fixed. Thanks!

DG-DEN-15634-1 08 Aug 2023

Fixed. Thanks!

DG-DEN-15634-1 08 Aug 2023

RESOLVED IN CODE WALKTHROUGH

DG-DIAL-273-1 04 Aug 2023

This is non-standard override record and approach. Is there any reason why you didn't just create a separate override command and message to override raw flow?

DG-DEN-15634-1 08 Aug 2023

Fixed. Thanks!

DG-DIAL-273-1 08 Aug 2023

RESOLVED IN CODE WALKTHROUGH

LEAHI-DIALIN-LEAH-136-3 22 Jan 2025

Rename these per f/w refactoring changes.

DG-DEN-15634-1 08 Aug 2023

Add blank line before separator comment.

UI-DEN-15918-3 10 Aug 2023

Done

HD-DEN-14815-1 11 Aug 2023

Done.

UI-DEN-15918-3 08 Aug 2023

please follow the same naming and arguments for the
did<device>SpaceChange(bool vReady, ....)
did<device>StateChange( ... )

don't think we need toolow fir this one.

DG-DEN-16215-1 16 Aug 2023

Brought back the state.

UI-DEN-16123-5 14 Aug 2023

RESOLVED

UI-DEN-16123-6 14 Aug 2023

this is the TxLog going on the encrypted partition not the sd-card

UI-DEN-16123-5 14 Aug 2023

This one really needs the doxygen comment for documentation purposes

UI-DEN-16123-4 14 Aug 2023

RESOLVED

UI-DEN-16123-4 14 Aug 2023

RESOLVED

UI-DEN-16123-4 11 Aug 2023

missing if {} brackets

HD-DEN-16164-1 17 Aug 2023

Fixed. Thanks!

DG-DIAL-280-1 18 Aug 2023

RESOLVED in CODE WALKTHROUGH.

HD-DEN-14706-1 18 Aug 2023

RESOLVED in CODE WALKTHROUGH.

DG-DEN-14706-1 18 Aug 2023

RESOLVED in CODE WALKTHROUGH.

HD-DEN-16093-1 21 Aug 2023

Done.

DG-DEN-16093-1 21 Aug 2023

Consider calling a (new) function in ConcentratePumps.c that would do all of this (decides whether to accept or reject command and parks the pumps if accepting, sets reject reason code if rejecting). Function would also create and send the cmd response message and return TRUE/FALSE which would set local result here for the ack response message below.
We should reject cmd if pumps are busy/on and/or if current DG mode is fill or fault mode.

DG-DEN-16093-1 22 Aug 2023

RESOLVED in CODE WALKTHROUGH.

HD-DEN-16093-1 22 Aug 2023

RESOLVED in CODE WALKTHROUGH.

DIALIN-DEN-16093-1 23 Aug 2023

RESOLVED.

DIALIN-DEN-16093-1 22 Aug 2023

Typical dialin projects don't have or generate a .metadata folder. How are you creating this and why does it need to be ignored?

HD-DEN-15741-2 04 Aug 2023

Wouldn't we want to stop if an alarm occurred during recirculation, which affected the blood circuit? My inclination would be to manage which alarms were enabled in this state rather than not implement the mechanism to stop the pumps.

Implementing the change.
Done.

RO-LEAH-262-1 25 Nov 2024

Done.

DG-DEN-14101-1 03 Jan 2023

RESOLVED in CODE WALKTHROUGH.

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

Removed FPcommon.h

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

No such thing as UF off or completed state. Remove 3 and 4.

HD-DEN-14086-1 05 Jan 2023

Alignment throughout module and function header.

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

RESOLVED

HD-DEN-15741-2 03 Aug 2023

RESOLVED in CODE WALKTHROUGH.

RO-LDT-566-1 25 Jun 2025

Add blank line before banner.

HD-DEN-15741-2 03 Aug 2023

BP is turned on in the resume from stop, and patient reconnect states, .100ml/min. Removed anything that is off, and stays off in recirculation.
Done.