•  

Comment Results

Review Name Created Custom Fields Content
DG-DEN-12224-7 23 May 2022

The fault has been implemented. As soon as all of the testing is done, I will remove this code.

DG-DEN-12224-7 23 May 2022

Done.

DG-DEN-12224-7 23 May 2022

Yes we will further test this in DVT.

DIALIN-DEN-12224-1 23 May 2022

Done.

HD-DEN-12224-16 23 May 2022

RESOLVED IN CODE WALKTHROUGH.

HD-DEN-12224-16 23 May 2022

Done.

HD-DEN-12224-16 20 May 2022

I don't think this results in an elapsed time. It's just a different start time. The calcTimeSince below gives you the elapsed time.

HD-DEN-12845-2 14 Jun 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-12845-2 13 Jun 2022

Im assuming that this if statement covers sub modes like Saline and Blood Prime. How do we know during blood prime, specifically, that we would not be dealing with an edge case in treatment parameters for the patient (Ex: -300 mmHg to -270 mmHg) and triggering a false positive alarm?

Note: I dont know actual patient bp values but these are currently acceptable treatment parameters for arterial pressure limits.

DIALIN-DEN-12224-1 18 Jun 2022

Done.

DIALIN-DEN-12224-1 23 May 2022

Will be addressed in in DIAL-171.

DIALIN-DEN-12224-1 20 Jun 2022

RESOLVED.

DIALIN-DEN-12224-1 01 Apr 2022

Please implement a getter for wet_self_test_states

DG-DEN-12974-1 28 Jun 2022

This will be addressed in DEN-12931.

DG-DEN-12847-1 28 Jun 2022

10-20 seems like a better number, but my sample size is small so I did not change it.

DIALIN-DEN-12358-1 07 Apr 2022

I don't see any reference/use to the created object.
Why do we need to create all the objects while we don't even use them?
This approach creates a lot of dependencies and also makes Dialin a very heavy API to load.

HD-DEN-12847-1 01 Jul 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-12847-1 30 Jun 2022

Update

HD-DEN-12847-1 01 Jul 2022

Function re-factor makes this issue moot.

HD-DEN-12847-1 01 Jul 2022

Function no longer takes a boolean parameter.

HD-DEN-12847-1 01 Jul 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-12847-1 30 Jun 2022

Remove blank line.

HD-DEN-12847-1 01 Jul 2022

RESOLVED in CODE WALKTHROUGH.

DG-DEN-12847-1 28 Jun 2022

Make this assignment explicitly BOOL (i.e. TRUE or FALSE), not implied bool.

DG-DEN-12847-1 28 Jun 2022

Coding standard wants just one return statement in a function. Set a local boolean in if/else and return that.

UI-DEN-12716-2 01 Jul 2022

This is the requirement.
PRS 417: The HD Device manufacturing default timezone shall be (UTC-08:00) Pacific Time.

DIALIN-DEN-12716-1 06 Jul 2022

Not sure a list is appropriate. And if list does make sense, should probably be a list of messages that do require ACK (as generally we do not want Dialin ACKing - we want Dialin to be passive and let HD/DG/UI do the ACKing). Let's discuss with Michael.

DG-DEN-12974-1 28 Jun 2022

Should we return isADCValid? Pick one, remove the other.

DG-DEN-12931-1 03 Aug 2022

Done.

HD-DEN-12931-2 21 Jul 2022

Remove blank line.

DG-DEN-12974-1 28 Jun 2022

Does this function activate alarm too? Why needed if line above activates alarm already? Why commented out?

DIALIN-DEN-8308-1 28 May 2021

Should indicate the return type:
instead of

): 

it should be

) -> None:
DIALIN-DEN-8308-1 01 Jun 2021

RESOLVED

DG-DEN-13598-2 26 Sep 2022

RESOLVED IN CODE WALKTHROUGH

DG-DEN-11928-1 22 Mar 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-9480-1 10 Nov 2021

Done.

TD-LDT-1886-7 20 Oct 2025

Done

DG-DEN-13598-2 26 Sep 2022

RESOLVED IN CODE WALKTHROUGH

HD-DEN-9480-1 10 Nov 2021

It is not used for any decision making so it is only output.

DG-DEN-11928-1 22 Mar 2022

Removed U32 fillToVolumeML = 1000;
Added #define BAD_FLUSH_FILL_TARGET_VOLUME_ML 1000

DIALIN-DEN-9906-1 11 Nov 2021

I fixed this.

DIALIN-DEN-9480-1 11 Nov 2021

RESOLVED.

DG-DEN-13598-2 26 Sep 2022

RESOLVED IN CODE WALKTHROUGH

DIALIN-DEN-9480-1 11 Nov 2021

RESOLVED.

HD-DEN-9480-1 10 Nov 2021

Replace both Inputs and Outputs with valvesPostionOverride.

DG-DEN-11928-1 22 Mar 2022

Removed line

//activateAlarmNoData( ALARM_ID_DG_ACID_BOTTLE_LOW_VOLUME );

DG-DEN-11928-1 23 Mar 2022

Sean is OK with current implementation.

HD-DEN-13598-2 26 Sep 2022

Done.

DG-DEN-11928-1 23 Mar 2022

RESOLVED in CODE WALKTHROUGH.

DG-DEN-11928-1 23 Mar 2022

RESOLVED in CODE WALKTHROUGH.