Yes, I will have controller/monitor call these in their init functions which will be called here. But until I have those higher level units, I don't want things to go uninitialized for now.
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)?
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.