•  

Comment Results

Review Name Created Custom Fields Content
HD-DEN-5674-2 30 Dec 2020

Fixed.

DG-DEN-6080-1 30 Dec 2020

Yes, this global variable is an input which is updated with the newest RPM that is converted from an ADC value from FPGA.

HD-DEN-5674-2 30 Dec 2020

Fixed.

HD-DEN-5674-2 30 Dec 2020

Not sure why I had the ?????. Fixed

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

That is right. I fixed it.

HD-DEN-5674-2 30 Dec 2020

Should not (formal) instead of Shouldn't (informal)

HD-DEN-5674-2 30 Dec 2020

Cannot (formal) instead of Can't (informal)

DG-DEN-3504-1 12 Nov 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-3504-1 10 Nov 2020

Add space before end ).

DIALIN-DEVELOP-BUG-FIXES-1 17 Nov 2020

RESOLVED.

HD-DEN-5674-2 30 Dec 2020

Fixed.

DG-DEN-3504-1 12 Nov 2020

RESOLVED in CODE WALKTHROUGH.

UI-DEN-4691-1 10 Nov 2020

Great question.
There would be another connection for the message "Treatment Parameters validation" and that will update the properties here when that message with parameters received.
It would be an extra :
ACTION_VIEW_CONNECTION(AdjustPressuresLimitsResponseData);
with the correct model as a parameter and another:
void VTreatmentAdjustmentPressuresLimits::onActionReceive(const AdjustPressuresLimitsResponseData &vData)
with that model as parameter.

HD-DEN-5674-2 30 Dec 2020

its instead of it's

UI-DEN-4598-1 10 Nov 2020

RESOLVED
http://dvm-linux02:8080/browse/DEN-5642

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

Fixed the equation and the names.

DG-DEN-3504-1 12 Nov 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-3504-1 10 Nov 2020

Software faults should have data to distinguish which s/w fault is being triggered (helps when looking at event logs). This may be a moot point if you change pumpTargetSpeed to non-override which would make this function obsolete.

DG-DEN-3504-1 10 Nov 2020

If pumpTargetSpeed is an override, then why would we destroy the override when f/w wants to stop the pumps? Shouldn't this function only zero the .data field and let the override remain?
I would consider removing the override aspect of pumpTargetSpeed[]. Let Dialin set the target speed by having "test" function call setConcentratePumpTargetSpeed() with given rate for given pump. Then leave this function to stop pumps as currently structured.

DG-DEN-3504-1 10 Nov 2020

I notice the 2 concentrate pumps are always turned off/on together - no way to command 1 pump and not the other. Assume this is by design and that there are no use cases for individual pump control? Rename function to ...PumpsOn().

DG-DEN-3504-1 12 Nov 2020

RESOLVED in CODE WALKTHROUGH.

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

RESOLVED in CODE WALKTHROUGH.

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

RESOLVED in CODE WALKTHROUGH.

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

Why do we need both target and calculated. Looking at how these are used, they both appear to be calculated. Consider consolidating target and calculated PWM.
Also, at least in comments, do not abbreviate PWM duty cycle % to just "PWM". It's important to keep description and units clear.

DIALIN-DEN-3504-1 18 Nov 2020

Done.

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

Suggest grouping each condition in ().
maxPressure should be less than MAX_ALLOWED_PRESSURE_PSI?

DIALIN-DEN-3504-1 19 Nov 2020

RESOLVED

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

This is het.h. This is auto generated by HALCoGen and we do not touch it.

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

Done

DG-DEN-5846-1 07 Dec 2020

I do not understand the comment.

DG-DEN-5846-1 07 Dec 2020

The persistent alarm relies on both condition (in range and out of range) to work. So we only need to call it such as "checkPersistentAlarm( persist_alarm_id, temperature < MIN_ALLOWED_TEMPERATURE, temperature, MIN_ALLOWED_TEMPERATURE )" without the if condition.

DG-DEN-5864-1 30 Nov 2020

Param name is missing and description is not matching.

DG-DEN-5873-1 09 Dec 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-5873-1 09 Dec 2020

RESOLVED in CODE WALKTHROUGH.

DG-DEN-5855-1 10 Dec 2020

Done

DG-DEN-5855-1 10 Dec 2020

Done

DG-DEN-3421-1 10 Aug 2020

No absolute value. I don't think we want measured delta here anyway (we can get that from the published pressure sensors from the Pressures module. I think we want target delta pressure.

DG-DEN-5855-1 10 Dec 2020

Remove extra comment.

DIALIN-DEN-11250-1 16 Feb 2022

Added the heparin bolus target rate to be set in mL/hour

HD-DEN-5674-2 30 Dec 2020

Fixed.

DG-DEN-3421-1 26 Oct 2020

Need to do the TODO here. Must be in standby mode and in its idle state.

DG-DEN-3421-1 26 Oct 2020

Packing not needed if al fields are 32-bit.

DG-DEN-3421-1 26 Oct 2020

RESOLVED in CODE WALKTHROUGH.

UI-DEN-4598-1 10 Nov 2020

Okay thank you. I've made a list and will make sure they are resolved later

DIALIN-DEN-4691-1 11 Nov 2020

To keep dialin consistent, for all new functions please make them snake_case instead of camelCase. Also please remove the v prefix as this is not used anywhere else in dialin

DG-DEN-3504-1 10 Nov 2020

Change associate to associated.

UI-DEN-5282-1 28 Oct 2020

Objective: #14
This is the dictionary file for the QtCreator spellcheck plugin.

HD-DEN-5674-2 30 Dec 2020

Fixed.

DG-DEN-3504-1 10 Nov 2020

Done.

HD-DEN-7395-1 12 Apr 2021

Addressed.