common

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-6402: Removed unused sub-mode and added new alarms

Removed. Pause state should be handled by sub-mode.

Removed. Pause state should be handled by sub-mode.

Removed. This has been converted to pre-treatment recirculate sub-mode state.

Removed. This has been converted to pre-treatment recirculate sub-mode state.

This will be done once we get to patient connection sub-mode. Added TODO.

This will be done once we get to patient connection sub-mode. Added TODO.

Fixed. Now store command response for each possible commands rather than one command response for all commands.

Fixed. Now store command response for each possible commands rather than one command response for all commands.

It will persist unless HD issues another command to DG.

It will persist unless HD issues another command to DG.

DEN-5980 added messages ID for calibration set/send/get

Merge branch 'Sprint37' into develop

DEN-6372: Updated alarm table properties.

DEN-6372: Added alarm property that can prevent dialysate re-circulation while that alarm is active.

DEN-6372: Added treatment stop states enum.

Corrected.

Corrected.

Done.

Done.

Done.

Done.

Done.

Done.

If not yet in fill mode, will dgCmdResp persist to next time?

If not yet in fill mode, will dgCmdResp persist to next time?

Is this response persistent? Or does this function consume the response? Even if persistent, I suspect a new response will replace previous response and this makes me nervous. I think it would be s...

Is this response persistent? Or does this function consume the response? Even if persistent, I suspect a new response will replace previous response and this makes me nervous. I think it would be safer to have a separate flag for each possible response so there is no race condition.

This flag does not appear to be a "result". Rename to primeCompleted.

This flag does not appear to be a "result". Rename to primeCompleted.

This is now included in the header file so we can remove here.

This is now included in the header file so we can remove here.

This function is too big. Create static functions to handle these switch cases.

This function is too big. Create static functions to handle these switch cases.

Rate is mL/min, not mL.

Rate is mL/min, not mL.

DEN-6372: Removed some redundant group end markers.

Added blood prime sub-mode states enum. Added new blood prime volume check alarm. Added new blood prime status message.

DEN-6372: Added user messaging for treatment end sub-mode.

Fixed merge conflicts.

DEN-6372: Added new Treatment End sub-mode module.

Merge branch 'Sprint37' into develop

DEN-6402: Added new alarm for no cartridge loaded

When we run blood pump in forward direction, we should see negative on arterial and positive on venous. This limit here is to stop blood pump even if the time to run the blood has not been reached.

When we run blood pump in forward direction, we should see negative on arterial and positive on venous.
This limit here is to stop blood pump even if the time to run the blood has not been reached.