Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-6635: Update Design Documents

- Code has been updated while the SDDUI was written.

- DEN-6638: Code Review 0

  1. … 11 more files in changeset.
DEN-6877: Merging the Versions/Acceleration

    • -0
    • +64
    ./adjustment/MTreatmentAdjustHDVersionsResponse.cpp
    • -0
    • +101
    ./adjustment/MTreatmentAdjustHDVersionsResponse.h
    • -1
    • +26
    ./adjustment/MTreatmentAdjustRequests.h
    • -0
    • +68
    ./data/MHDAccelerometerData.cpp
    • -0
    • +107
    ./data/MHDAccelerometerData.h
  1. … 35 more files in changeset.
DEN-6876: Cleaned up the code to start the versions cherry pick

- Messages 60,61 which was Treatment End has been removed (FW is not using it anymore).

    • -28
    • +0
    ./adjustment/MTreatmentAdjustRequests.h
  1. … 16 more files in changeset.
DEN-6865: ptTx-RB: Implementation [Messaging] (2/2)

- Added Model/View for the messages "Treatment End" Req/Res (87/88)

    • -0
    • +45
    ./adjustment/MTreatmentAdjustEndResponse.cpp
    • -0
    • +84
    ./adjustment/MTreatmentAdjustEndResponse.h
    • -1
    • +31
    ./adjustment/MTreatmentAdjustRequests.h
  1. … 14 more files in changeset.
DEN-6863 , DEN-6865 , DEN-6866 : psTx

- Added Recirculate timeout Model/View.

- Added Rinseback timeout to the Model/View.

- Added three more parameter to the Treatment State Message 15 for the "Blood Prime", "Treatment End", "Treatment Stop"

- Renamed the StackItem method "back" to "page".

- Renamed the "End" button label to "End Treatment"

- Renamed the "TreatmentComplete" Screen to "TreatmentEnd" to be more consistent with the states.

- Added the "TreatmentEndPause" screen for "Treatment End Pause" state

- Added the recirculate timeout to the screens.

- Added the rinseback timeout to the screens.

- Refactored the "txDialysisRunning" to "txDialysis" to match the state with the same name.

-

    • -0
    • +45
    ./data/MTreatmentRecirculateData.cpp
    • -0
    • +85
    ./data/MTreatmentRecirculateData.h
  1. … 36 more files in changeset.
DEN-6862, DEN-6865 Blood Prime Screen

- Added Blood Prime Screen/Message

- Cleaned up the code a little.

    • -0
    • +45
    ./data/MTreatmentBloodPrimeData.cpp
    • -0
    • +83
    ./data/MTreatmentBloodPrimeData.h
  1. … 16 more files in changeset.
DEN-6862: ptTx-RB: Implementation [Screens] Rinseback Complete

- DEN-6864: ptTx-RB: Implementation [Messaging] (1/2)

- DEN-6865: ptTx-RB: Implementation [Messaging] (2/2)

- Added ImageText Componenet for the rinseback in progress screen

- Added Flow rate as well to the message ID_Rinseback as 3rd parameter.

- Connected Recirculate message to the Recirculate screen in progress.

- Connected Rinseback (Adj/Data) messages to the Rinseback screen in progress.

- Updated TreatmentStack Screen navigation for the Rinseback, Recirculate, TreatmentComplete and so on.

  1. … 17 more files in changeset.
DEN-6864: Implementation [Messaging] (1/2)

    • -0
    • +45
    ./adjustment/MTreatmentAdjustRecirculateResponse.cpp
    • -0
    • +84
    ./adjustment/MTreatmentAdjustRecirculateResponse.h
    • -5
    • +76
    ./adjustment/MTreatmentAdjustRequests.h
    • -0
    • +45
    ./adjustment/MTreatmentAdjustRinsebackResponse.cpp
    • -0
    • +84
    ./adjustment/MTreatmentAdjustRinsebackResponse.h
    • -0
    • +45
    ./data/MTreatmentRinsebackData.cpp
    • -0
    • +85
    ./data/MTreatmentRinsebackData.h
  1. … 20 more files in changeset.
- Added PostTreatmentComplete.qml screen - Added PostTreatmentRinsebackComplete.qml - Removed '_' from Dialisate state property name - fixed the Alarm enum name change on AlarmDefs

  1. … 11 more files in changeset.
Merge branch 'master' into DEN-5751_Pre-TreatmentUltrafiltration

    • -14
    • +44
    ./adjustment/MTreatmentAdjustRequests.h
  1. … 12 more files in changeset.
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-5838: Code Review 0

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

- commented as manually tested the AlarmClearedCondition.

    • -2
    • +3
    ./adjustment/MTreatmentAdjustRequests.h
  1. … 7 more files in changeset.
DEN-5836: Alarm:Code Coverage

- 99.110% (4790/4833)

  1. … 4 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-5754: Implementation

- Removed the unused flag of ALARM_ID_TEMPERATURE_SENSORS_INCONSISTENT

DEN-5833: Implementation

- Added the message 63 (req/rsp)

    • -7
    • +8
    ./adjustment/MTreatmentAdjustRequests.h
    • -0
    • +41
    ./alarm/MAlarmClearedCondition.cpp
    • -0
    • +79
    ./alarm/MAlarmClearedCondition.h
  1. … 11 more files in changeset.
DEN-5833: Implementation

- fix a naming bug.

    • -1
    • +1
    ./adjustment/MTreatmentAdjustRequests.h
  1. … 1 more file 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).

    • -2
    • +2
    ./adjustment/MTreatmentAdjustRequests.h
  1. … 3 more files in changeset.
DEN-5833: Implementation

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

- Cleaned up the VAlarmStatus class.

    • -13
    • +13
    ./adjustment/MTreatmentAdjustRequests.h
  1. … 5 more files in changeset.
DEN-5833: Implementation

- Added User Action message response model.

    • -0
    • +28
    ./adjustment/MTreatmentAdjustRequests.h
  1. … 5 more files 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
    • +28
    ./adjustment/MTreatmentAdjustRequests.h
    • -0
    • +49
    ./adjustment/MTreatmentAdjustUltrafiltrationInitResponse.cpp
    • -0
    • +86
    ./adjustment/MTreatmentAdjustUltrafiltrationInitResponse.h
  1. … 16 more files in changeset.
DEN-5833: Implementation

- Updated the old Alarm model structure to used the notify in the Message Interpreter.

- Updated the Alarm Trigger,Clear,Status to inherit from MAbstract to be able to the above.

- Added a macro to make the request messages handling easier.

  1. … 4 more files in changeset.
DEN-5744: Code Review 0

- A typo to change the #3 to #4

DEN-5773: UI Unique Saline Bolus Start/Stop Enumerator

    • -11
    • +1
    ./adjustment/MTreatmentAdjustRequests.h
  1. … 3 more files in changeset.
DEN-5739: Implementation

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

    • -1
    • +1
    ./adjustment/MTreatmentAdjustHeparinResponse.h
  1. … 6 more files in changeset.
DEN-5739: Implementation

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

    • -0
    • +49
    ./adjustment/MTreatmentAdjustHeparinResponse.cpp
    • -0
    • +87
    ./adjustment/MTreatmentAdjustHeparinResponse.h
    • -0
    • +32
    ./adjustment/MTreatmentAdjustRequests.h
    • -0
    • +41
    ./data/MTreatmentHeparinData.cpp
    • -0
    • +82
    ./data/MTreatmentHeparinData.h
  1. … 15 more files in changeset.
Merge branch 'master' into DEN-4691_InLineBloodPressureAdjustments

    • -2
    • +202
    ./adjustment/MTreatmentAdjustRequests.h
  1. … 28 more files in changeset.
Merge master into DEN-4598-Confirm-Priming-Begin

    • -5
    • +8
    ./adjustment/MTreatmentAdjustRequests.h
  1. … 14 more files in changeset.