•  

Comment Results

Review Name Created Custom Fields Content
HD-DEN-14001-1 03 Oct 2022

BatteryStatusData is an input.

HD-DEN-14150-1 07 Nov 2022

I already removed the test code (at line 116).
I just checked and it was removed in my local version. I already pushed DEN-14150.
Please pull it gain to see if the test code is still there.
Thank you.

HD-DEN-14150-1 07 Nov 2022

RESOLVED in CODE WALKTHROUGH.

DG-DEN-14197-1 21 Nov 2022

Testers requested the feature as feed back voltage. see http://dvm-linux02:8080/browse/DIAL-212

The static variable name is roPumpFeedbackDutyCyclePct. We get data from the INT_ADC_RO_PUMP_FEEDBACK_DUTY_CYCLE register on the FPGA in execROPumpMonitor/

No issue renaming it but is it a voltage or a duty cycle?

DG-DEN-14197-1 21 Nov 2022

RESOLVED in CODE WALKTHROUGH.

DG-DEN-14197-1 21 Nov 2022

Update header.

DG-DEN-14197-1 21 Nov 2022

Fixed. Thanks!

DG-DEN-14197-1 21 Nov 2022

Fixed. Thanks!

DG-DEN-14197-1 21 Nov 2022

RESOLVED IN CODE WALKTHROUGH

DG-DEN-14197-1 21 Nov 2022

RESOLVED IN CODE WALKTHROUGH

DG-DEN-14197-1 21 Nov 2022

RESOLVED in CODE WALKTHROUGH.

DG-DEN-14197-1 21 Nov 2022

RESOLVED in CODE WALKTHROUGH.

DG-DEN-14197-1 21 Nov 2022

Correct. Fixed. Thanks!

DG-DEN-14197-1 18 Nov 2022

Is this a placeholder? Should have a "TODO" comment for the planned updates. Are the flow profiles intended to change eventually? Do some of these states have different pump load conditions? Test/tuning plans? Where will setROPIFlowProfile() be called? etc.

HD-DEN-14344-3 22 Nov 2022

Remove extra blank line.

HD-DEN-14344-3 22 Nov 2022

Put constant on right side of compare operator. State should be < num of states.

HD-DEN-14344-3 22 Nov 2022

Need a doxygen module comment here.

HD-DEN-14344-3 23 Nov 2022

Used in airtrap.c and presoccl.c

HD-DEN-14099-1 28 Nov 2022

Added define. There is no harm in closing valve if already closed. TODO comment below is a place holder for checking if closed too long. More testing by systems needed to determine if this is necessary.

HD-DEN-14344-3 28 Nov 2022

RESOLVED IN CODE WALKTHROUGH.

HD-DEN-14344-3 22 Nov 2022

Remove extra blank lines. Add function headers.

DG-DEN-14316-1 21 Nov 2022

Alignment

DG-DEN-12931-1 04 Aug 2022

RESOLVED CODE IN WALKTHROUGH.

DG-DEN-12931-1 04 Aug 2022

RESOLVED in CODE WALKTHROUGH.

DG-DEN-12931-1 04 Aug 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-13598-2 26 Sep 2022

I am not sure. Please have team discussion about this.

DG-DEN-13834-1 12 Oct 2022

For the overrides, if the sensor is not in range, the command is just ignored.

HD-DEN-13834-1 29 Sep 2022

The comment says the alarms are implemented per Product Requirement Specifications.

DG-DEN-15367-1 12 Jun 2023

Update function header

HD-DEN-14150-1 27 Oct 2022

Should use get function instead of filtered.... We would want override to affect this check. Probably means we have to move this check to function that calls this function after override structure is set to new estimate.

HD-DEN-13903-1 12 Oct 2022

Fixed. Thanks!

HD-DEN-13903-2 12 Oct 2022

This is blood flow?

HD-DEN-14150-1 07 Nov 2022

Done.
I move the alarm ALARM_ID_HD_DIAL_IN_FLOW_CHECK_FAILURE check to the function checkDialInPumpFlowRate(), which calls function getMeasuredDialInFlowRate() and function getDGDialysateFlowRateLMin() instead of using filteredDialinFlowMeterReading.

HD-DEN-13903-2 12 Oct 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-13903-2 12 Oct 2022

Add a TODO to restore this to 100 when open DPi flow control fixed.

HD-DEN-13903-1 12 Oct 2022

Remove last param.

DG-DEN-13834-1 12 Oct 2022

RESOLVED IN CODE WALKTHROUGH.

DG-DEN-13834-1 12 Oct 2022

RESOLVED IN CODE WALKTHROUGH.

DG-DEN-13834-1 23 Sep 2022

Update function header.

DG-DEN-13834-1 12 Oct 2022

RESOLVED IN CODE WALKTHROUGH.

DG-DEN-13834-1 12 Oct 2022

RESOLVED IN CODE WALKTHROUGH.

DG-DEN-13834-1 12 Oct 2022

RESOLVED in CODE WALKTHROUGH.

DG-DEN-13834-1 04 Oct 2022

Do we still need this? If so, can we make a s/w config instead?

DG-DEN-13834-1 12 Oct 2022

RESOLVED in CODE WALKTHROUGH.

HD-DEN-14000-1 12 Oct 2022

Add a /// doxygen comment above this new declaration.

HD-DEN-14000-1 07 Oct 2022

request_id is an enum, not a U32. Copy enum to a local U32, then memcpy the local U32. Probably same for other params below - please check.

HD-DEN-14000-1 07 Oct 2022

Why absolute value?

HD-DEN-13834-1 30 Sep 2022

Do we want this checked into staging?

HD-DEN-13834-1 29 Sep 2022

No stop property for a high priority alarm?
PRS 754 says dialysate temperature alarms are low priority. Temp too low = rank 902. Temp too high = rank 901.

DG-DEN-13834-1 04 Oct 2022

Why are we not enforcing payload length check?