•  

Comment Results

Review Name Created Custom Fields Content
UI-DEN-11980-1 16 Feb 2022

Fixed. Thanks!

DG-DEN-5963-1 12 Apr 2021

RESOLVED in CODE WALKTHROUGH.

HD-DEN-8103-1 23 Jun 2021

Done.

DG-DEN-5963-1 12 Apr 2021

RESOLVED in CODE WALKTHROUGH.

HD-DEN-8030-1 21 Jun 2021

Change the alarm to ALARM_ID_TREATMENT_STOPPED_NO_RINSEBACK.

HD-DEN-13460-2 22 Sep 2022

RESOLVED IN CODE WALKTHROUGH

HD-DEN-14000-1 14 Oct 2022

Fixed.

UI-DEN-10602-1 29 Nov 2021

The code was old and not up to our standard.
It was in the middle of a huge improvement and test.
It has been completely removed from the screen and moved to the component to avoid redundant code copy/paste.

UI-DEN-10602-1 29 Nov 2021

The code was old and not up to our standard.
It was in the middle of a huge improvement and test.
It has been completely removed from the screen and moved to the component to avoid redundant code copy/paste.

DG-DEN-5963-1 13 Apr 2021

Done.

DG-DEN-5963-1 13 Apr 2021

Done.

DIALIN-DEN-7117-1 07 Apr 2021

Align with the rest.

DIALIN-DEN-7117-1 13 Apr 2021

RESOLVED.

DG-DEN-5963-1 14 Apr 2021

Done.

DG-DEN-5963-1 13 Apr 2021

Done.

HD-DEN-7395-1 13 Apr 2021

Should OR ( |= instead of = ) this bit into register so we don't interfere with other bits that may have been set by other drivers (e.g. bubble detector).

DIALIN-DEN-11750-1 22 Feb 2022

Who and/or what are we trying to write protect against?

DIALIN-DEN-11750-1 22 Feb 2022

Please remove comments if they are no longer applicable to the test.

UI-DEN-10205-1 30 Nov 2021

These functions are defined by macros and have the comment headers in macro and it has been set up in oxygen to grab the comments from the defined macro and not the implementation.
So long story short, the comments for these methods onAttributeRequest & onProcessBluetoothPairedResetExitCode, will be inherited from macros.
They are all overloaded function members (same name different signature)

HD-DEN-11098-1 18 Nov 2021

I would rename to something like prime dialyzer stop weight.

HD-DEN-11114-1 29 Nov 2021

???

HD-DEN-11114-1 29 Nov 2021

I think it's time to remove this call.

HD-DEN-11114-1 29 Nov 2021

Remove what?

HD-DEN-11098-1 02 Dec 2021

Fixed.

HD-DEN-11750-2 26 Feb 2022

I uninitialized it.

HD-DEN-11098-1 13 Dec 2021

Add blank line between declarations and code.

HD-DEN-11098-1 13 Dec 2021

Please put declarations at top of scope (i.e. just below the '{' above).

HD-DEN-11114-1 30 Dec 2021

Update message list with latest data details.

HD-DEN-11114-1 30 Dec 2021

.crc?

DG-DEN-11928-1 28 Feb 2022

These should probably go in calibration record - talk to Dara to get that started. Leave these here until it is ready.
Also, add a blank line between public definitions comment and any #defines.

HD-DEN-11750-2 02 Mar 2022

Add TODO to remove.

DIALIN-DEN-11750-1 01 Mar 2022

I don't have an issue with temporary features or variables being merged into staging but could we not name them so vaguely? Ex: calc_rpm_start_time_removable or calc_rpm_start_time_temporary?

DG-DEN-11928-1 01 Mar 2022

Added high and low temperature check
BOOL isWaterTempTooHigh = ( temperature > MAX_WATER_TEMPERATURE_ALARM );

BOOL isWaterTempTooLow = ( temperature < MIN_WATER_TEMPERATURE_ALARM );

DG-DEN-11928-1 28 Feb 2022

I think we still want to distinguish between low and high temp here - so need two different alarms.

HD-DEN-11750-2 02 Mar 2022

Add one more blank line here.

HD-DEN-11750-2 02 Mar 2022

Done.

DG-DEN-11928-1 28 Feb 2022

Why is this changed? Will we never want to go faster in any mode?

HD-DEN-7395-1 12 Apr 2021

But do we want to jump right into zero state or wait for pre-treatment to ask for it? Does zero require fluid (dialysate) to be in the line?

DG-DEN-8030-1 16 Jun 2021

RESOLVED in CODE WALKTHROUGH.

DG-DEN-5963-1 12 Apr 2021

RESOLVED in CODE WALKTHROUGH.

HD-DEN-7395-1 12 Apr 2021

RESOLVED in CODE WALKTHROUGH.

UI-DEN-11980-1 16 Feb 2022

Fixed. Thanks!

HD-DEN-7395-1 12 Apr 2021

Addressed.

HD-DEN-11114-1 02 Dec 2021

RESOLVED in CODE WALKTHROUGH.

HD-DEN-11098-1 23 Nov 2021

Fixed. Before transition from dialyzer state to wet selftests state, the VDO pump should be stopped.

UI-DEN-11980-1 16 Feb 2022

Fixed. Thanks!

DG-DEN-8030-1 16 Jun 2021

2000 uS/cm is a safe value to determine if the acid is inserted in. Due to sensor to sensor variations, we decided to keep it a little lower than its conductivity value is.

DG-DEN-5963-1 13 Apr 2021

Done.

DG-DEN-8030-1 16 Jun 2021

I check in the inlet pressure only at the states that are needed. There are times that I am not even pulling water from the inlet line.

UI-DEN-7044-1 13 Apr 2021

RESOLVED