•  

Comment Results

Review Name Created Custom Fields Content
DIALIN-BUG-S63-1 01 Feb 2022

I don't think that is a good idea to get a hug class like logging to be involved in here.
It would be better to use the logging in the class which using these very basic functions.

HD-DEN-7395-1 19 Apr 2021

RESOLVED in CODE WALKTHROUGH.

HD-DEN-7395-1 19 Apr 2021

RESOLVED in CODE WALKTHROUGH.

HD-DEN-8679-1 26 Jul 2021

Seems like the two states given as data are not very meaningful. Consider just setting before/after data to zero for this event.

DG-DEN-5963-1 19 Apr 2021

RESOLVED in CODE WALKTHROUGH.

DG-DEN-5963-1 19 Apr 2021

RESOLVED in CODE WALKTHROUGH.

DG-DEN-11750-1 01 Mar 2022

Any reason why this is still a TODO?

HD-DEN-11098-1 04 Jan 2022

RESOLVED in CODE WALKTHROUGH.

DG-DEN-5963-1 19 Apr 2021

RESOLVED in CODE WALKTHROUGH.

LEAHI-TD-FIRMWARE-LDT-1903-8 24 Feb 2026

Yes , right now its void , so that's why i didn't change that . I will push new code

HD-DEN-10602-1 04 Jan 2022

RESOLVED in CODE WALKTHROUGH.

DG-DEN-11114-1 05 Jan 2022

RESOLVED in CODE WALKTHROUGH.

DIALIN-DEN-7395-1 19 Apr 2021

Msg ID should be for the data broadcast message, not the override msg.

DIALIN-DEN-7395-1 19 Apr 2021

I don't think you have a variable defined for state yet.

DG-DEN-11114-1 04 Jan 2022

Remove extra blank line.

DIALIN-DEN-7395-1 19 Apr 2021

RESOLVED.

DG-DEN-11114-1 05 Jan 2022

RESOLVED in CODE WALKTHROUGH.

DIALIN-DEN-7395-1 20 Apr 2021

Rename blood_leak_state to blood_leak_data.

HD-DEN-11250-1 01 Feb 2022

RESOLVED in CODE WALKTHROUGH.

DG-DEN-11750-1 02 Mar 2022

I will test this in DEN-12224.

HD-DEN-11250-1 01 Feb 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-11250-1 01 Feb 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-11250-1 01 Feb 2022

RESOLVED in CODE WALKTHROUGH.

UI-DEN-12121-1 02 Mar 2022

Please remove the box column, we decided not to use it in the Application documentation.
Please do this for all the new models added.

DG-DEN-11928-1 01 Mar 2022

According to Blain, the original equation is: (CD1 - CD2) / ( (CD1 + CD2) / 2 ) ) > +/- 5% which is the same as 2 * (CD1 - CD2) / (CD1 + CD2) > +/- 5%

HD-DEN-11250-1 01 Feb 2022

Changed function prototype from BOOL checkForPrimeOcclusion( BOOL stopPump ) to BOOL checkForPrimeOcclusion( void );

DG-DEN-7568-1 23 Apr 2021

RESOLVED in CODE WALKTHROUGH.

DG-DEN-7568-1 21 Apr 2021

DG_MODE_SOLO does not have DG_STANDBY_MODE_STATE_IDLE.

DG-DEN-7568-1 24 Apr 2021

Moved this function to the FaultMode.c.

DG-DEN-11750-1 01 Mar 2022

Do we need to fix this?

HD-DEN-7347-1 25 Apr 2021

Do we not need a fault here?

DIALIN-BUG-S63-1 01 Feb 2022

RESOLVED.

UI-BUG-S62-1 01 Feb 2022

It's just code clean-up notes, ToDos with low priority and will be addressed when gets priority.

DIALIN-BUG-S63-1 01 Feb 2022

That is correct and I have something in mind to improve the code.

But I believe this is more related to Dialin bugs:
1 - First one which we talked about that Dialin creates all the objects even it is not being used in the _init_.py files which cause different use-cases of the API to be not compatible together and can't be used together.
2 - the other issue is that the Dialin as an API should by nature be a passive code and just have the capabilities to be extended those observers have to be removed from Dialin.

For now, I'll put a workaround for this, and later we should discuss the better implementation of the Dialin API.

UI-BUG-S62-1 02 Feb 2022

RESOLVED.

UI-BUG-S63-2 15 Feb 2022

Actually, this is correct.
And it should not have parenthesis like you said, otherwise it becomes incorrect.
if I write it like :

 ( ( x * ( maximum - minimum ) ) / width ) + minimum 

then too many /redundant parentheses make it confusing.

UI-BUG-S63-2 14 Feb 2022

This is the Trends screen.
It is needed since it has not been implemented yet has been commented out.

DIALIN-UI-S63-1 14 Feb 2022

Thanks for your attention to the details.
I think you are right.
Probably the code review is duplicate, my bad.

UI-BUG-S63-2 08 Feb 2022

Thickness?

HD-DEN-11250-1 15 Feb 2022

Removed line heparinBolusTargetRate.data = heparinBolusTargetRate.ovInitData;

DIALIN-DEN-11980-1 16 Feb 2022

I'm indifferent to the idea. Since the current values are more of a "real time" feature and don't need a broadcast message to update their values. The other properties need a reset for this reason. What do you think?

DG-DEN-13460-2 22 Sep 2022

RESOLVED in CODE WALKTHROUGH.

DG-DEN-7802-1 23 Jul 2021

RESOLVED in CODE WALKTHROUGH.

DG-DEN-5963-1 18 Apr 2021

I uncommented the code.

DG-DEN-7568-1 19 Apr 2021

I copied and pasted this module from heat disinfect.

HD-DEN-7395-1 19 Apr 2021

RESOLVED in CODE WALKTHROUGH.

HD-DEN-7395-1 19 Apr 2021

RESOLVED in CODE WALKTHROUGH.

HD-DEN-8679-1 26 Jul 2021

Are there ever any reject reasons? Is this message requested by UI or sent unsolicited when ready?

DG-DEN-5963-1 19 Apr 2021

RESOLVED in CODE WALKTHROUGH.

HD-DEN-8679-1 24 Jul 2021

Do we not need a battery remaining percent override function for testing?