•  

Comment Results

Review Name Created Custom Fields Content
DIALIN-UI-S63-1 14 Feb 2022

It could be since both of the code reviews are for the S63 changes.
Probably the same commit has been added.

UI-BUG-S63-2 08 Feb 2022

Lines above are formatted to align terms of equation. This line is not.

UI-BUG-S63-2 15 Feb 2022

To make sure the addition is done first, should you put ( width + minimum ) ?

HD-DEN-7395-1 19 Apr 2021

Addressed.

DG-DEN-5963-1 19 Apr 2021

RESOLVED in CODE WALKTHROUGH.

DIALIN-DEN-11980-1 16 Feb 2022

Brief looks wrong.

DG-DEN-5963-1 19 Apr 2021

RESOLVED in CODE WALKTHROUGH.

DIALIN-DEN-11980-1 16 Feb 2022

This looks wrong too.

DG-DEN-5963-1 19 Apr 2021

RESOLVED in CODE WALKTHROUGH.

DG-DEN-9054-1 28 Jul 2021

Done.

HD-DEN-11980-1 16 Feb 2022

Remove extra blank line.

HD-DEN-8679-1 27 Jul 2021

First sizeof() should have U32 (same as above).

HD-DEN-13460-2 22 Sep 2022

RESOLVED in CODE WALKTHROUGH.

DG-DEN-9054-1 29 Jul 2021

RESOLVED in CODE WALKTHROUGH.

DIALIN-DEN-7395-1 19 Apr 2021

Addressed.

DIALIN-DEN-7395-1 19 Apr 2021

RESOLVED.

DG-DEN-9054-1 30 Jul 2021

RESOLVED in CODE WALKTHROUGH.

DIALIN-DEN-7395-1 19 Apr 2021

RESOLVED.

DG-DEN-9054-1 30 Jul 2021

RESOLVED in CODE WALKTHROUGH.

DIALIN-DEN-7395-1 21 Apr 2021

Addressed.

DG-DEN-9054-1 30 Jul 2021

RESOLVED in CODE WALKTHROUGH.

DG-DEN-9054-1 29 Jul 2021

Common has an enumeration (OPN_CLS_STATE_T) that is similar to this. Suggest using from common.

DIALIN-DEN-8856-1 30 Jul 2021

RESOLVED.

DG-DEN-9054-1 29 Jul 2021

This can fit in one line.

DG-DEN-9054-1 30 Jul 2021

Done.

UI-DEN-9411-1 12 Aug 2021

Updated.

UI-DEN-7820-1 22 Apr 2021

That is the function signature and doesn't have to have any parameter defined if it is not being used and no argument is passing to it.
This way we don't need to use the Q_UNUSED(vData); anymore for parameters not being used.

DG-DEN-7568-1 23 Apr 2021

RESOLVED in CODE WALKTHROUGH.

DG-DEN-7568-1 21 Apr 2021

Remove unused defines

UI-DEN-9411-1 12 Aug 2021

RESOLVED.

HD-DEN-11750-2 02 Mar 2022

Done.

HD-DEN-7347-1 25 Apr 2021

Done.

HD-DEN-7347-1 25 Apr 2021

All these structures need doxygen comments.

DG-DEN-7802-1 12 Aug 2021

Removed. This alarm is removed in branch DEN-8886.

HD-DEN-11750-2 02 Mar 2022

Done.

HD-DEN-11098-1 04 Jan 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-11750-2 02 Mar 2022

Yes, there might be other release issues. We have not built release in a long time but we can resolve them once we decided to have a release build.

HD-DEN-11098-1 04 Jan 2022

RESOLVED in CODE WALKTHROUGH.

DG-DEN-11114-1 04 Jan 2022

I removed the comment.

HD-DEN-11750-2 02 Mar 2022

Done.

DG-DEN-11114-1 04 Jan 2022

I would like to keep these for now until the heaters sensors are completely out.

DG-DEN-11114-1 04 Jan 2022

Done.

DG-DEN-11114-1 04 Jan 2022

Done.

HD-DEN-11750-2 02 Mar 2022

There should be 2 blank lines above and below the TEST SUPPORT FUNCTIONS banner below.

DIALIN-DEN-11114-1 05 Jan 2022

RESOLVED.

DG-DEN-11114-1 05 Jan 2022

RESOLVED in CODE WALKTHROUGH.

DG-DEN-11114-1 05 Jan 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-11250-1 01 Feb 2022

We don't need this here. startHeparinBolus() was moved to handleWetSeltTestStartState(void) function.

F32 bolusVol = getTreatmentParameterF32( TREATMENT_PARAM_HEPARIN_BOLUS_VOLUME );

setDialInPumpTargetFlowRate( DIP_FLOW_RATE_SETUP_ML_MIN, MOTOR_DIR_FORWARD, PUMP_CONTROL_MODE_OPEN_LOOP );
fmdIntegratedVolume = 0.0;

if ( ( bolusVol > 0.0 ) && ( getSyringePumpVolumeDelivered() < bolusVol ) )

Unknown macro: { startHeparinBolus(); // moved here from startHeparinPump() in Dialysis.c }
HD-DEN-11750-2 02 Mar 2022

This can be uninitialized. It is initialized in the init function below.

HD-DEN-11250-1 01 Feb 2022

Done. Called checkForPrimeOcclusion(); with no parameters.