Modes

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-16164: compiler fixes.

DEN-16164: Code review comments. Changed stop state for handle all alarms for depressurized Inverse logic for setting VBA to Pos B during dry self test failures and ensure HD only does it during dry self test.

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

Merge remote-tracking branch 'origin/DEN-15630-vtchd-598-transitions-not-found' into develop

  1. … 5 more files in changeset.
DEN-15630-vtchd-598-transitions-not-found

Added code in pre-treatment prime state to allow pause in start state.

RESOLVED in CODE WALKTHROUGH.

RESOLVED in CODE WALKTHROUGH.

As you pointed out earlier, rinsebackTimerCtr is set to zero in states where BP is running, so the if condition would only be TRUE (rinsebackTimerCtr > 0) if BP is not running.

As you pointed out earlier, rinsebackTimerCtr is set to zero in states where BP is running, so the if condition would only be TRUE (rinsebackTimerCtr > 0) if BP is not running.

You removed the if (great), but I don't see that you replaced it with BP stopped check. I don't think we want a countdown if BP is running (blood not sitting).

You removed the if (great), but I don't see that you replaced it with BP stopped check. I don't think we want a countdown if BP is running (blood not sitting).

DEN-15994-rinseback-5-minute-timer-does-not-count-down

Simplification.

DEN-15994-rinseback-5-minute-timer-does-not-count-down

Updated for CR comments.

Done.

Done.

What if we got some other alarm during pressure test states? Would it be better to check dryPressureTestsCompleted?

What if we got some other alarm during pressure test states? Would it be better to check dryPressureTestsCompleted?

Put constant on other side of comparison operator. We only put constant first when using "==".

Put constant on other side of comparison operator. We only put constant first when using "==".

This if will prevent countdown timer from being displayed unless we are paused or stopped after rinseback. I think countdown timer is definitely needed for rinseback init state (pump is stopped and...

This if will prevent countdown timer from being displayed unless we are paused or stopped after rinseback. I think countdown timer is definitely needed for rinseback init state (pump is stopped and rinseback hasn't even started). May be needed for new reconnect patient state as well.
I think it might be simpler/clearer to replace this if with a check for whether BP is running or not. If BP is stopped, we proceed to next if. If BP is running, keep timeouts at zero.

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 3 more files in changeset.
RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

DEN-16200: Addressed DEN-16192 re: confirmation of end treatment request sometimes does not go to post tx mode.

HD-DEN-16164_FW Pre Treatment Pressure Test Failures Vent TO Saline Bag
HD-DEN-16164_FW Pre Treatment Pressure Test Failures Vent TO Saline Bag
DEN-16164: changed dry self tests to set VBA to Pos B when we have not completed dry self tests. Updated Dry self test stopped state to set VBA to Pos A when venous pressure is normalized after pressure tests.

Merge branch 'DEN-16200-syringe-pump-stuck-in-priming-state' into develop

  1. … 1 more file in changeset.
DEN-16200: Addressed code review comment. Addressed DEN-16229 re: Heparin not dispensing after alarm w/ blood recirc.

  1. … 1 more file in changeset.
Done.

Done.

DEN-15994-rinseback-5-minute-timer-does-not-count-down

Typo. Corrected display enable logic.

Add syringePumpStateStartTime to header.

Add syringePumpStateStartTime to header.