PresOccl.c

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-14549: Fix art/ven pressure alarm check logic - apply user set limits in dialysis state (if not saline bolus) or treatment stop state (if BP running). Require door/latch to be closed in patient connection state. Remove escalation for prime complete alarms. Handle prime complete alarms in pre-tx recirculate state. Update prime complete alarm properties.

  1. … 6 more files in changeset.
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.

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Fixed. Thanks!

Extra white space.

Extra white space.

If going back to start state, set pump track closed required, but not door closed. If skipping dry self-tests, set both to be required closed. Also, this s/w config looks like it's setup wrong. Fo...

If going back to start state, set pump track closed required, but not door closed. If skipping dry self-tests, set both to be required closed.

Also, this s/w config looks like it's setup wrong. For release build, we want to go back to start state.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

transition and resume part of stopped state should set pump track required so we don't have to keep setting it here every 50 ms.

transition and resume part of stopped state should set pump track required so we don't have to keep setting it here every 50 ms.

Should set door and pump track required here before we move on to next state.

Should set door and pump track required here before we move on to next state.

Should set pump track closed required, but not door here.

Should set pump track closed required, but not door here.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Do we need an else where we reset 10 second start time (if latch opened)?

Do we need an else where we reset 10 second start time (if latch opened)?

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

Fixed. Created handleDrySelfTestStartState() that counts settle time once the latch is determined closed.

Fixed. Created handleDrySelfTestStartState() that counts settle time once the latch is determined closed.

Fixed. Thanks!

Fixed. Thanks!

Fixed. Only checking if BP is running when are in treatment mode.

Fixed. Only checking if BP is running when are in treatment mode.

DEN-14011: created handleDrySelfTestStartState. code review comments.

  1. … 1 more file in changeset.
Should this be moved into "if" body? Doesn't appear to need setting until we resume.

Should this be moved into "if" body? Doesn't appear to need setting until we resume.

Should this 10 seconds only start once latch is locked?

Should this 10 seconds only start once latch is locked?

Not sure exception for treatment stop state still makes sense. We can be running BP in that state now depending on alarm. Should still alarm on occlusion.

Not sure exception for treatment stop state still makes sense. We can be running BP in that state now depending on alarm. Should still alarm on occlusion.

HD-DEN-14011_Occulsion Alarm When Reseating
HD-DEN-14011_Occulsion Alarm When Reseating
DEN-14011: added condition to check if BP is running while we do occlusion checks.

DEN-14549: Rolled back change to include blood prime for normal inline pressure range checks. Leave as fixed max only range check in blood prime.