PresOccl.c

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

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

RESOLVED IN CODE WALKTHROUGH

Merge branch 'DEN-15359-usability-arterial-and-venous-pressure-alarm-limits' into develop

DEN-15359: Misc fixes to art/ven pressure limit changes.

  1. … 2 more files in changeset.
Merge branch 'DEN-15359-usability-arterial-and-venous-pressure-alarm-limits' into develop

  1. … 1 more file in changeset.
DEN-15359: Fix s/w fault bug. Change so that dialysate flow change will also kick pressure limit s.m. back to stabilization state.

  1. … 2 more files in changeset.
Done.

Done.

Merge branch 'DEN-15359-usability-arterial-and-venous-pressure-alarm-limits' into develop

  1. … 3 more files in changeset.
DEN-15359: Addressed code review comment.

Thanks, that works too. RESOLVED IN CODE WALKTHROUGH

Thanks, that works too.
RESOLVED IN CODE WALKTHROUGH

Add stabilizationStartTimeMs to header.

Add stabilizationStartTimeMs to header.

DEN-15359: handle blood flow rate change in middle of stabilization state.

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

RESOLVED IN CODE WALKTHROUGH

Can't keep in message x47 as f/w will not have calculated new min/max yet. I made it so message x9 will broadcast immediately after user changes pressure limit windows.

Can't keep in message x47 as f/w will not have calculated new min/max yet.
I made it so message x9 will broadcast immediately after user changes pressure limit windows.

DEN-15359: broadcast pressure data immediately after window change by user.

Seems the only message which is providing the calculated A/V min/max is here in message 0x09. I think it was better to keep the min, max of the arterial and venous in the message 0x47 (A/V InTx adj...

Seems the only message which is providing the calculated A/V min/max is here in message 0x09.
I think it was better to keep the min, max of the arterial and venous in the message 0x47 (A/V InTx adj) to let UI immediately have the updated values,
instead of the x09 which is a broadcast and won't immediately send the updated/calculated min/max, and causes a short delay (depending on interval of the broadcast) to update the UI.
Or in both if the message 0x09 is getting continuously updated during treatment.

RESOLVED IN CODE WALKTHROUGH.

RESOLVED IN CODE WALKTHROUGH.

RESOLVED IN CODE WALKTHROUGH.

RESOLVED IN CODE WALKTHROUGH.

RESOLVED IN CODE WALKTHROUGH.

RESOLVED IN CODE WALKTHROUGH.

DEN-15359: Addressed code review comments.

  1. … 1 more file in changeset.
Fixed.

Fixed.

Yes. Fixed.

Yes. Fixed.

Yes. Fixed.

Yes. Fixed.

Fixed.

Fixed.

Fixed.

Fixed.

same here?

same here?

Isn't the Venous Asymmetric missing?

Isn't the Venous Asymmetric missing?

don't you need to add the venous asymmetric here to be reset? Since I am going to give user an option to adjust it during treatment.

don't you need to add the venous asymmetric here to be reset?
Since I am going to give user an option to adjust it during treatment.