Modes

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-14888: Increased minimum UF rate from zero to 100 mL/hour.

Will do.

Will do.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Just wondering whether a reset function was needed for reprime. Looks like you've added one. RESOLVED in CODE WALKTHROUGH.

Just wondering whether a reset function was needed for reprime. Looks like you've added one.
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

I think it would make more sense to set DPi rate to zero, set re-prime in progress flag to FALSE, and set state to dialysate pumps off which will then handle the ramp down and transition to reprime...

I think it would make more sense to set DPi rate to zero, set re-prime in progress flag to FALSE, and set state to dialysate pumps off which will then handle the ramp down and transition to reprime state.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Comment should say with, not without.

Comment should say with, not without.

Done.

Done.

Need more info.

Need more info.

Done

Done

Let's add a build switch at top of HDCommon.h (where SIMULATE_UI is for example) to allow us to include or exclude this reprime feature from build (e.g. #define DIALYZER_REPRIME_ENABLED 1). Then, w...

Let's add a build switch at top of HDCommon.h (where SIMULATE_UI is for example) to allow us to include or exclude this reprime feature from build (e.g. #define DIALYZER_REPRIME_ENABLED 1). Then, wherever you have dialyzer reprime code, surround with #ifdef DIALYZER_REPRIME_ENABLED and #endif.

Done.

Done.

init function created for dialyzer reprime

init function created for dialyzer reprime

Done

Done

Done.

Done.

Generally don't like static variables declared locally in function. Initialization is tricky. Would move to module level scope if needed at all. I don't think it is needed if you command pumps to z...

Generally don't like static variables declared locally in function. Initialization is tricky. Would move to module level scope if needed at all. I don't think it is needed if you command pumps to zero before you get to this state.

Per our re-prime slide deck, we wanted to change minimum ultrafiltration volume from zero to X mL. X = treatment duration (in hrs) x 100 mL. I think changes are in order in ModeTreatmentParams.c an...

Per our re-prime slide deck, we wanted to change minimum ultrafiltration volume from zero to X mL. X = treatment duration (in hrs) x 100 mL. I think changes are in order in ModeTreatmentParams.c and perhaps elsewhere to implement that change.
Also, in Reservoirs.c, we will want to prevent dialysate use from being counted while in re-prime states.
Also, there were some alarms we wanted to exempt while performing re-prime.
Let me know if you'd like me to handle any of these parts of the implementation.

Done.

Done.

This was removed when the function was changed to solve other problems.

This was removed when the function was changed to solve other problems.