HD-DEN-15229

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Correct, no longer required. Removed.

Correct, no longer required. Removed.

Reset proper flag.

Reset proper flag.

We are (I think now) allowing door open in first 2 states (UF and invert dialyzer), so should not be getting door open alarm when UI is prompting user to invert dialyzer. When we get to 3rd state (...

We are (I think now) allowing door open in first 2 states (UF and invert dialyzer), so should not be getting door open alarm when UI is prompting user to invert dialyzer. When we get to 3rd state (where we start requiring door to be closed), we are looking for user to connect patient and confirm. UI should be following along with our states and showing appropriate screens.
RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Doesn't look removed. I'm talking about the call to handlePatientConnectionDoorOpened(). Do we need this now that door closed is required (as set in prior state)?

Doesn't look removed. I'm talking about the call to handlePatientConnectionDoorOpened(). Do we need this now that door closed is required (as set in prior state)?

Doesn't make sense to reset in previous state. You're resetting door opened flag there. I'm talking about patient connect confirm flag used in if statement above.

Doesn't make sense to reset in previous state. You're resetting door opened flag there. I'm talking about patient connect confirm flag used in if statement above.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Updated to do this. To me it seems counter intuitive. If the user opens door when UF or BP screen is showing, then Open door screen come up, user opens door and gets alarm. If they hit next, it sho...

Updated to do this. To me it seems counter intuitive. If the user opens door when UF or BP screen is showing, then Open door screen come up, user opens door and gets alarm. If they hit next, it shows flip dialyzer screen but still alarms if door opened.

Removed

Removed

Removed

Removed

Reset flag in previous state.

Reset flag in previous state.

Removed

Removed

Done. Reset door flag also.

Done. Reset door flag also.

Should probably set confirm flag to FALSE here even though it probably gets reset at some point before next treatment.

Should probably set confirm flag to FALSE here even though it probably gets reset at some point before next treatment.

By this point, we've already accepted the confirm from user so we need to move on to next state even if door is open - not sure this could even happen if we require door closed for entirety of this...

By this point, we've already accepted the confirm from user so we need to move on to next state even if door is open - not sure this could even happen if we require door closed for entirety of this state.

Not needed if we do this in prior state.

Not needed if we do this in prior state.

Not sure we need this in this state if we require door to be closed in this state.

Not sure we need this in this state if we require door to be closed in this state.

Once we leave this state, we've done the door open/close that we were looking for - so should start requiring door to be closed from this point forward.

Once we leave this state, we've done the door open/close that we were looking for - so should start requiring door to be closed from this point forward.

I think we still want to get credit for opening the door in this state - and so need to be okay with door opening (not required to be closed) and so probably should be calling your door handler here.

I think we still want to get credit for opening the door in this state - and so need to be okay with door opening (not required to be closed) and so probably should be calling your door handler here.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

With that approach, we are likely to have pump/heater off for some time which will allow the dialysate to cool and perhaps cause a temperature alarm when we do start treatment. I think we should ha...

With that approach, we are likely to have pump/heater off for some time which will allow the dialysate to cool and perhaps cause a temperature alarm when we do start treatment.
I think we should have the pump/heater on when door is closed in patient connect states.

Next state only requires door closed after confirm (when state is done). In meantime, door can be opened while pump is on and no alarm will occur and pump stays on I would think.

Next state only requires door closed after confirm (when state is done). In meantime, door can be opened while pump is on and no alarm will occur and pump stays on I would think.

it is done in the next state - user confirm. May be a better idea to move this pump & heater on to that state after user confirm.

it is done in the next state - user confirm. May be a better idea to move this pump & heater on to that state after user confirm.

I did not want to have the pump turning on/off if opened more than once. Stop while the user performs the action, then turn on when they are done. Maybe wait to turn on until user confirm.

I did not want to have the pump turning on/off if opened more than once. Stop while the user performs the action, then turn on when they are done. Maybe wait to turn on until user confirm.