Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Server coverage issue fixed

- This line was not covered on server although it was covered on local.

Tested locally and it is working.

Build failed on server because the fw common branch master was changed.

- commented out the removed enum from application.

  1. … 1 more file in changeset.
DEN-5836: Code Coverage

- 99.979% (4826/4827)

  1. … 4 more files in changeset.
DEN-5836: Code Coverage

- commented as manually tested the AlarmClearedCondition.

  1. … 7 more files in changeset.
DEN-5836: Alarm:Code Coverage

- 99.110% (4790/4833)

  1. … 5 more files in changeset.
DEN-5836: Alarm:Code Coverage

- updated the alarm message table

- fixed the -q parameter

  1. … 2 more files in changeset.
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-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-5773: UI Unique Saline Bolus Start/Stop Enumerator

  1. … 3 more files in changeset.
DEN-5742: Code Coverage [100%]

  1. … 6 more files in changeset.
DEN-5739: Implementation

- reading the heparin data and connected tot the UI/QML

  1. … 8 more files in changeset.
DEN-5739: Implementation

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

    • -0
    • +56
    ./hd/adjustment/VTreatmentAdjustmentHeparin.cpp
    • -0
    • +70
    ./hd/adjustment/VTreatmentAdjustmentHeparin.h
    • -34
    • +59
    ./hd/data/VHDTreatmentStatesData.cpp
    • -0
    • +25
    ./hd/data/VTreatmentHeparinData.cpp
    • -0
    • +43
    ./hd/data/VTreatmentHeparinData.h
  1. … 16 more files in changeset.
Merge branch 'master' into DEN-4691_InLineBloodPressureAdjustments

  1. … 28 more files in changeset.
DEN-4697: Static Code Analysis

  1. … 3 more files in changeset.
DEN-4609: Fixed bicarbonate concentrate enum

  1. … 1 more file in changeset.
DEN-4696: Code Coverage [99.722]

  1. … 7 more files in changeset.
DEN-4609: Addressed code review requests.

  1. … 3 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

    • -13
    • +12
    ./hd/adjustment/VTreatmentAdjustmentPressuresLimits.h
  1. … 10 more files in changeset.
DEN-4609: Added class documentation and messaging information.

  1. … 4 more files in changeset.
DEN-4609: Removed newline characters. Fixed orgnization in denali.pro

  1. … 5 more files in changeset.
DEN-4609: Created constants for treatment parameter default, min, max, and resolution values. Included PRS references.

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.

    • -0
    • +1
    ./hd/data/VTreatmentPressureOcclusion.h
  1. … 8 more files in changeset.
DEN-4609: Addressed code review comments, misc. cleanup

  1. … 5 more files in changeset.