Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-5833: Implementation

- Added a UI "AlarmGenerator" class to handle the HD_COMM_TIMEOUT and later the BLE Cuff alarm (PRS 395).

  1. … 4 more files in changeset.
DEN-6022: The ultrafiltration inconsistency

- Had a conversation with Syseng(Nic) and Fweng(Sean) and decided to have the fix somehow more understandable but there is no actual fix and if that happens it would be the FW bug.

- The modification is that the main progress bar will always has VTreatmentUltratiltration.minimum as minimum (current;y always zero) and VTreatmentUltratiltration.maximum as maximum.

- The UI always expects to get the vTreatmentRanges.treatmentRanges_Ultrafiltration_Volume_Min (adjustable min and slider min) greater than vTreatmentUltrafiltration.ultrafiltration_RefUFVol (current uf volume delivered and current value on the progress bar) and so close to eachother.

- Removed the precision from VTreatmentUltrafiltration and moved into the Variables.

  1. … 7 more files in changeset.
DEN-5833: Implementation

- Fixed the bug that alarm ID zero which is the clear the alarm indication wasn't updating the properties, so caused to alarm_ID changed notification signal not to raise and GUI wasn't getting updated.

DEN-5833: Implementation

- The message 63 has been tested

  1. … 2 more files in changeset.
DEN-5833: Implementation

- Added the message 63 (req/rsp)

  1. … 12 more files in changeset.
DEN-5833: Implementation

- Fixed the bug of silence logic which was reverse

- Fixed the bug that length of the silence message payload was incorrectly set to 4 instead of 1.

- changed the name of the MAlarmSilenceReq member variable to silence instead of state which now implies it is silent (1) or not (0).

  1. … 3 more files in changeset.
DEN-5833: Implementation

- made the mute button click optional and currently enabled.

- made minimize on silent on the Notification Dialog optional and is disabled currently.

- made separate slots for each user actions instead of one for all with 4 parameter cause I think it's easier and more convenient to use this way.

- increased the Notification Bar height a little bit more.

  1. … 3 more files in changeset.
DEN-5833: Implementation

- Implementation of the message 64: 'Alarm User Action'

- Cleaned up the VAlarmStatus class.

  1. … 4 more files in changeset.
DEN-5833: Implementation

- Fixed a bouncing bug of the message when sent for the first time with silenced flag on to show the alarm not maximized.

  1. … 1 more file in changeset.
DEN-5833: Implementation

- Added 3 Alarm buttons

- created Mute Button

- created Up and Down Button (minimize/maximize)

- used FW alarm status flag enum (Alarm_State_Flag_Bit_Positions) instead of the UI version and removed UI one.

Code cleaned up

- modified and cleaned up Notification Dialog and Bar.

- modified Time Text component to be able to show sections with one zero only.

- cleaned up main.qml

  1. … 20 more files in changeset.
DEN-5754: Implementation

- Added the new MVC for initial UF Volume adjustment messages (79/80).

    • -0
    • +55
    ./adjustment/VTreatmentAdjustmentUltrafiltrationInit.cpp
    • -0
    • +66
    ./adjustment/VTreatmentAdjustmentUltrafiltrationInit.h
  1. … 17 more files in changeset.
DEN-5773: UI Unique Saline Bolus Start/Stop Enumerator

    • -2
    • +2
    ./adjustment/VTreatmentAdjustmentSaline.cpp
  1. … 3 more files in changeset.
DEN-5739: Implementation

- Implemented the entire MVC for Heparin request/response/data.

    • -0
    • +56
    ./adjustment/VTreatmentAdjustmentHeparin.cpp
    • -0
    • +70
    ./adjustment/VTreatmentAdjustmentHeparin.h
    • -34
    • +59
    ./data/VHDTreatmentStatesData.cpp
    • -0
    • +25
    ./data/VTreatmentHeparinData.cpp
    • -0
    • +43
    ./data/VTreatmentHeparinData.h
  1. … 16 more files in changeset.
DEN-4697: Static Code Analysis

    • -1
    • +0
    ./adjustment/VTreatmentAdjustmentPressuresLimits.cpp
  1. … 3 more files in changeset.
DEN-4696: Code Coverage [99.722]

    • -1
    • +4
    ./adjustment/VTreatmentAdjustmentPressuresLimits.h
  1. … 7 more files in changeset.
DEN-5034: Implementation [ Messaging ] (2 of 2)

- Added adjustment Request Response in the UI

- Added Logging console out which is more descriptive only for debugging.

- Added multiple different min/max limit/ranges for pressures adjustments.

- Added auto calculate the adjustable low/high limit margin.

- Added a CONSTANT property #define

    • -0
    • +2
    ./adjustment/VTreatmentAdjustmentPressuresLimits.cpp
    • -13
    • +12
    ./adjustment/VTreatmentAdjustmentPressuresLimits.h
  1. … 10 more files in changeset.
DEN-4609: Removed newline characters. Fixed orgnization in denali.pro

  1. … 5 more files in changeset.
DEN-5033: Implementation [ Messaging ] (1 of 2)

- improving and testing the Arterial/Venous pressure values

- using the doAdjustment of the venousPressureMinimum : vTreatmentAdjustmentPressuresLimits.venousLimitMin

in the QML.

    • -5
    • +14
    ./adjustment/VTreatmentAdjustmentPressuresLimits.h
  1. … 8 more files in changeset.
Removed extra empty lines

    • -2
    • +0
    ./adjustment/VTreatmentAdjustmentDuration.h
    • -1
    • +0
    ./adjustment/VTreatmentAdjustmentResponseBase.cpp
  1. … 35 more files in changeset.
DEN-5033: DEN-5034: Implementation [ Messaging ]

- Back end implementation of the messaging.

    • -0
    • +44
    ./adjustment/VTreatmentAdjustmentPressuresLimits.cpp
    • -0
    • +83
    ./adjustment/VTreatmentAdjustmentPressuresLimits.h
    • -5
    • +5
    ./data/VTreatmentPressureOcclusion.cpp
  1. … 21 more files in changeset.
DEN-4598, DEN-4609, DEN-4607: Added VTreatmentEnd.cpp/.h, Added end treatment button to settings page, misc. cleanup.

  1. … 15 more files in changeset.
DEN-4598, DEN-4609, DEN-4607, DEN-4605: Updated unit tests and code coverage. Made changes requested in code review.

  1. … 20 more files in changeset.
DEN-5340 Code Coverage [100%]

- Coverage to 100%

- Added "Profile" build setup for Code Coverage Instrumentation and build in the workspace_UI with the output name of denaliSquish

- Modified the Pressure/Occlusion message to have new structure (last 3 of 5 fields changed to U32 from F32)

    • -2
    • +4
    ./adjustment/VTreatmentAdjustmentSaline.cpp
  1. … 4 more files in changeset.
DEN-5340 Code Coverage [99.953%]

- Covered the sbOff/sbIdle

  1. … 1 more file in changeset.
DEN-5340 Code Coverage [99.881%]

- removed unused codes.

- commented unused codes.

    • -1
    • +3
    ./adjustment/VTreatmentAdjustmentSaline.cpp
    • -0
    • +7
    ./adjustment/VTreatmentAdjustmentSaline.h
    • -0
    • +6
    ./adjustment/VTreatmentAdjustmentUltrafiltrationState.h
  1. … 5 more files in changeset.
DEN-5339: Integration Testing

- Debugging, Refactoring, Testing

    • -1
    • +1
    ./adjustment/VTreatmentAdjustmentResponseBase.cpp
    • -2
    • +3
    ./adjustment/VTreatmentAdjustmentResponseBase.h
    • -20
    • +2
    ./adjustment/VTreatmentAdjustmentSaline.cpp
    • -3
    • +1
    ./adjustment/VTreatmentAdjustmentSaline.h
    • -36
    • +8
    ./adjustment/VTreatmentAdjustmentUltrafiltrationState.cpp
    • -2
    • +1
    ./adjustment/VTreatmentAdjustmentUltrafiltrationState.h
    • -13
    • +84
    ./data/VHDTreatmentStatesData.cpp
  1. … 26 more files in changeset.
DEN-5337: Implementation

Fixed the issue in the unit test but we had a discussion with FW and we had an agreement:

1 - Adding a third field for the message 65 (What was the accepted requested state, or what state to remain in if requested state is rejected.) which will be used for logging only and the message "15: treatment States" will be used to get the actual states.

2 - After the responses to any messages involving the UF_State, Saline_State, Treatment_State immediately message 15 will be sent to update the UI.

So the next step/commit is to apply this decision.

    • -2
    • +3
    ./adjustment/VTreatmentAdjustmentUltrafiltrationState.cpp
  1. … 2 more files in changeset.
DEN-5337: Implementation

  1. … 18 more files in changeset.
Bamboo Commit: Updated the Copyright with the current year and replaced tabs with 4 spaces

    • -1
    • +1
    ./adjustment/VTreatmentAdjustmentResponseBase.cpp
    • -1
    • +1
    ./adjustment/VTreatmentAdjustmentSaline.cpp
    • -1
    • +1
    ./adjustment/VTreatmentAdjustmentUltrafiltrationState.cpp
  1. … 98 more files in changeset.
5284: Implementation

Story related fixes:

- Used FW enum for Saline Bolus in Common repo

- txPaused modified the way FW understands and transmits.

Extra fixes:

- Changed the Ultrafiltration ref/meas vol to 3 decimal.

- Application version wasn't correctly shown

- Added a #define for the mouse event spy since on target it's not usually happening and is not useful neither on target nor on desktop for now.

- Fixed the author typo

    • -1
    • +1
    ./adjustment/VTreatmentAdjustmentResponseBase.cpp
    • -2
    • +2
    ./adjustment/VTreatmentAdjustmentSaline.cpp
    • -2
    • +2
    ./adjustment/VTreatmentAdjustmentUltrafiltrationState.cpp
  1. … 100 more files in changeset.