•  

Comment Results

Review Name Created Custom Fields Content
DG-DEN-3421-1 26 Oct 2020

Done

HD-DEN-4640-1 26 Oct 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-9480-1 11 Nov 2021

RESOLVED IN CODE WALKTHROUGH

DG-DEN-3421-1 26 Oct 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-4640-1 20 Oct 2020

Add units in comment between parentheses.

DG-DEN-3421-1 26 Oct 2020

Why is this called "valveData"?

HD-DEN-5674-2 30 Dec 2020

Fixed.

DG-DEN-3421-1 26 Oct 2020

RESOLVED in CODE WALKTHROUGH.

UI-DEN-4598-1 10 Nov 2020

Done

DG-DEN-3504-1 10 Nov 2020

It is initialized inside function stopConcentratePump().

HD-DEN-5674-2 30 Dec 2020

Fixed.

DG-DEN-5855-1 30 Nov 2020

Revert this change.

DIALIN-DEN-4691-1 19 Nov 2020

RESOLVED.
OK, I will rename these two. For new functions in the future please keep them consistent with the other dialin codebase and PEP8.

DG-DEN-3504-1 10 Nov 2020

For dialysate mixing, I do not see a use case where one pump is on and the other pump is off.

HD-DEN-5674-2 30 Dec 2020

Fixed.

DG-DEN-3504-1 10 Nov 2020

Done.

HD-DEN-5674-2 30 Dec 2020

we are (formal) instead of we're (informal)

UI-DEN-4691-1 09 Nov 2020

Once the user has selected the arterial and venous pressure limits in pre-treatment, before they try to adjust them, how are the values they chose in pre-treatment displayed here?

DG-DEN-3504-1 10 Nov 2020

Removed the function.

DG-DEN-3504-1 10 Nov 2020

Changed (2 x 0.25) to 0.5 and indicated 0.5 us is the step period resolution.

UI-DEN-4691-1 10 Nov 2020

Thanks for reminding that.
updated all the other ones as well.
done.

DG-DEN-3421-2-1 11 Nov 2020

Done

DG-DEN-3504-1 12 Nov 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-3504-1 12 Nov 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-3504-1 12 Nov 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-3504-1 10 Nov 2020

Rename function to ...PumpsOff().

DG-DEN-3421-2-1 13 Nov 2020

RESOLVED in CODE WALKTHROUGH.

DIALIN-DEN-3504-1 16 Nov 2020

Yes, it is, but with none of my concerns dealt with. It will not be this simple.

DG-DEN-3421-2-1 21 Nov 2020

Done

DG-DEN-3421-2-1 17 Nov 2020

Remove empty lines.

DG-DEN-3421-2-1 23 Nov 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-3504-1 23 Nov 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-3421-2-1 20 Nov 2020

Floating point equation - literals should have a decimal point.

DG-DEN-5855-1 30 Nov 2020

Do we need this check if there is range check inside the function setDrainPumpTargetDeltaPressure?

DG-DEN-5846-1 30 Nov 2020

Generally, we have two lines before and after this comment to separate test functions and normal code.

DG-DEN-5855-1 30 Nov 2020

Missing param name.

UI-DEN-5736-1 30 Nov 2020

isSalineBolusInProgress is clearer

DG-DEN-5846-1 30 Nov 2020

Why is temperature published so frequently? Was 1 Hz really too slow?

DG-DEN-5846-1 30 Nov 2020

Looks like a lot of trouble to align these parameters, and still not aligned.

DG-DEN-5846-1 30 Nov 2020

Change name to getMeasuredFanRPM() to distinguish commanded speed from measured speed (even though there is no commanded speed in this case).

DG-DEN-5846-1 30 Nov 2020

Our coding standard says constants should be named with all caps and underlines (same as #define).

DG-DEN-5855-1 30 Nov 2020

And also revert spacing in function code below.

DG-DEN-5855-1 30 Nov 2020

Is there a better place to put this note? Maybe in a function header brief where it is used?

DG-DEN-5846-1 30 Nov 2020

Missing param name.

DG-DEN-5846-1 30 Nov 2020

What does this comment mean?

DG-DEN-5846-1 30 Nov 2020

Monitor call(s) should probably be made at top of exec so monitoring takes place in all states.

DG-DEN-5846-1 30 Nov 2020

This part of test only makes sense for POST. If we want to re-run this test before each treatment, we would fail this I think.

DG-DEN-5846-1 30 Nov 2020

Keep the word "Test" in these Dialin message handling functions.

DG-DEN-5855-1 30 Nov 2020

Add blank line between declarations and code.

DG-DEN-5873-1 30 Nov 2020

The case is outside the #ifdef, so the break should be as well (or vice-versa).