•  

Comment Results

Review Name Created Custom Fields Content
DG-DEN-11928-1 18 Mar 2022

Removed requestNewOperationMode( DG_MODE_GENE );

HD-DEN-13598-2 26 Sep 2022

RESOLVED IN CODE WALKTHROUGH

DG-DEN-12224-7 22 May 2022

Add another blank line here.

DG-DEN-11928-1 21 Mar 2022

Replaced
else if ( ( FALSE == isAlarmActive( ALARM_ID_DG_ACID_BOTTLE_LOW_VOLUME ) ) ||
( FALSE == isAlarmActive( ALARM_ID_DG_BICARB_BOTTLE_LOW_VOLUME ) ) )
{
with
else
{

HD-DEN-9480-1 10 Nov 2021

This is actually an input because it is used to make a decision.

DG-DEN-9480-1 10 Nov 2021

Variable reservoirDataPublicationTimerCounter is missing in the @detail Inputs and Output

HD-DEN-9480-1 10 Nov 2021

valvesStatus should be in Inputs not Outputs

HD-DEN-9480-1 10 Nov 2021

valvesStatus should be in Inputs not Outputs

UI-DEN-12258-1 18 Apr 2022

IT has been recently removed from the diagnostics screen.
I'm not sure when it will be needed to get back again on that screen.
Probably keeping it is a lot easier than reimplementing it.

HD-DEN-12215-2 22 Mar 2022

Should be since last service (not last treatment).

HD-DEN-13598-2 27 Sep 2022

Timeout has no data.

HD-DEN-12215-2 22 Mar 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-11928-2 22 Mar 2022

Just delete this code.

DG-DEN-11928-1 22 Mar 2022

RESOLVED in CODE WALKTHROUGH.

DG-DEN-11928-1 18 Mar 2022

I think this should just be an else.

UI-DEN-12258-1 18 Apr 2022

To make sure it is intentional, and we didn't miss a parameter.
also it helps with the copy pasts later.

UI-DEN-12258-1 26 Apr 2022

RESOLVED.

HD-DEN-13834-1 29 Sep 2022

Done.

HD-DEN-14001-1 28 Sep 2022

Add doxygen

DIALIN-DEN-12358-1 11 May 2022

I'm open to suggestions. It's been this way forever and has been working fine, so I'm also good leaving this as is.

UI-DEN-12258-1 12 Apr 2022

very good point Sean.
Coco ignores it but logs each one which I think it more bothers us than coco.
I am going to disable them too.

HD-DEN-12441-3 11 May 2022

This was a place holder for NVRAM saving of Treatment Time. I removed it.

HD-DEN-12441-3 11 May 2022

Yes. setupForBloodRecirculationState() does this on Init and entry to Blood Recirculation.

HD-DEN-12441-3 11 May 2022

Done

HD-DEN-12441-3 11 May 2022

Put spaces between parenthesis and inner condition code. Prefer literals be on right side of compare operators except for "==".

HD-DEN-12441-3 13 May 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-12224-16 18 May 2022

For all DG faults, the NoRes should be TRUE, but the NoRin and NoEnd should be FALSE so user can perform rinseback and/or end treatment.

DIALIN-DEN-12358-1 07 Apr 2022

Please use conversions.py

DG-DEN-12224-7 21 May 2022

Need an else so volume isn't undefined if not acid or bicarb. Should probably also trigger a s/w fault.

DG-DEN-12224-7 21 May 2022

add another blank line here.

DG-DEN-12224-7 21 May 2022

No longer need these new fields - just fault on low flow now.

DG-DEN-12224-7 21 May 2022

Remove blank line.

DG-DEN-12224-7 22 May 2022

Can local declarations be moved to top of function?

DG-DEN-12224-7 22 May 2022

Add blank line between declarations and code.

DG-DEN-12224-7 22 May 2022

Can we change "r" to "reservoir"?

DG-DEN-12224-7 22 May 2022

It doesn't look like we are following this order - looks like controllers are before modes.

DG-DEN-12224-7 22 May 2022

Remove blank line.

HD-DEN-12224-16 22 May 2022

Done.

HD-DEN-12224-16 22 May 2022

Done.

HD-DEN-12224-16 22 May 2022

Done

DG-DEN-12224-7 22 May 2022

Put declarations at top of scope.

DG-DEN-12224-7 21 May 2022

Should we initialize hdMode here since don't want to initialize in init function?

DG-DEN-12224-7 21 May 2022

Can we put all local declarations at top of function?

DG-DEN-12224-7 21 May 2022

If we're going to fault on low flow, no longer need this.

DG-DEN-12224-7 21 May 2022

Can't we just pass a zero in function param list below? Why need a local variable?

HD-DEN-12224-16 20 May 2022

Remove blank line.

DIALIN-DEN-12358-1 07 Apr 2022

Sean Nash, Dara Navaei,
Please create a case for UI when something like the HD/DG changes in the common repository which definitely impacts UI behavior, and sometimes stops UI build.
It should be done when the actual code is changed in the common repo, not the dialin.
I am going to update UI now but the comment is for later.

DG-DEN-12845-2 20 May 2022

Restore extra blank line.

DIALIN-DEN-8514-1 28 May 2021

Thanks for catching that,
Fixed.

DG-DEN-13598-2 26 Sep 2022

RESOLVED in CODE WALKTHROUGH