hdfirmware

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

The trimmer heater is turned back on in the transition back to dialysis: transitionToDialysis( ) This is definitely a place I would suggest refactoring, as the trimmer heater should follow dialysa...

The trimmer heater is turned back on in the transition back to dialysis: transitionToDialysis( )

This is definitely a place I would suggest refactoring, as the trimmer heater should follow dialysate flow everywhere, but is somewhat distributed.

Where is the heater turned back on? Is the state saved?

Where is the heater turned back on? Is the state saved?

Is this intended to be a BITWISE OR? Did you intend || ?

Is this intended to be a BITWISE OR? Did you intend || ?

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Removed overrides.

Removed overrides.

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CDOE WALKTHROUGH

RESOLVED IN CDOE WALKTHROUGH

Done

Done

Done

Done

Add endTreatmentRequested

Add endTreatmentRequested

Add endTreatmentAlarmResponseRequest and sendLastTreatmentPeriodicData.

Add endTreatmentAlarmResponseRequest and sendLastTreatmentPeriodicData.

HD-DEN-15536_FW Usability Dry Self Tests Did Not Repeat After Dry Self Test Failure
HD-DEN-15536_FW Usability Dry Self Tests Did Not Repeat After Dry Self Test Failure
Do we need to be able to override broadcast interval for this? I wouldn't think so. But if we do, need Dialin updated to support that.

Do we need to be able to override broadcast interval for this? I wouldn't think so. But if we do, need Dialin updated to support that.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Updated with publish function and overrides.

Updated with publish function and overrides.

HD-DEN-15839_Alarm 199 Triggers During Mid Treatment Saline Bolus
HD-DEN-15839_Alarm 199 Triggers During Mid Treatment Saline Bolus
RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

We should send this countdown msg from a publish function that gets called by exec function for treatment end only once per second (see how this msg is sent by rinseback mode for example). And shou...

We should send this countdown msg from a publish function that gets called by exec function for treatment end only once per second (see how this msg is sent by rinseback mode for example).
And should send the message all the time. If in the wait for rinseback state, just send zeroes (and UI won't show countdown). If in paused state, always send 300 seconds for timeout and 300-(bloodSittingTimerCtr / 20) for countdown (don't let it go negative or wrap though). If an alarm dialog is being displayed, it should show the countdown for the whole 5 minutes (not just the last minute after warning).