sources

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-9418: Code Review 0

- DEN-9707: BP/HR empty measurement display does not match PRS

- Updated Alarms Mapping

  1. … 3 more files in changeset.
DEN-9418: Code Review 0

  1. … 2 more files in changeset.
DEN-9418: Code Review 0

    • -14
    • +29
    ./model/hd/alarm/MAlarmMapping.cpp
  1. … 4 more files in changeset.
DEN-9418: Code Review 0

    • -1
    • +0
    ./gui/qml/components/DebugDataColumn.qml
    • -1
    • +1
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 1 more file in changeset.
DEN-9416: Implementations

- Added a newly added parameter of the BloodPrime (Safety Vol).

- UI POST is done.

- Out of 10 tests

1 - CANBus

2 - Touch Screen

3 - SD-Card

4 - RTC

tests are done.

- The

5 - File System integrity

will be done as part of CyberSecurity.

- The

6 - Bluetooth

will be added when the feature itself added to the application.

- The

7 - WiFi

is in progress and having issue correctly detect it.

- Some tests are listed to be added later in case required, like

8 - Display

9 - Ethernet

10- Sound

test couldn't find a way to test it yet.

- On each unsuccessful test an alarm will be triggered.

- UI alarms are in range of [250 - 259]

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

- Implementing the foundation of Application POST

- Added ID_AlarmTriggered message on post error.

- Added AdjustUIPostFinalResultRequestData in correct place.

- Created the treading structure for the post to start.

    • -0
    • +20
    ./model/hd/alarm/MAlarmTriggered.cpp
    • -2
    • +0
    ./view/settings/VAdjustmentVersions.cpp
  1. … 2 more files in changeset.
DEN-9416: Implementation

- Added the Ethernet IP address on top of the screen for later easier test.

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

DEN-9299: Adding the Syringe Pump data on Diagnostic

    • -1
    • +1
    ./gui/qml/components/DebugDataColumn.qml
    • -19
    • +53
    ./gui/qml/dialogs/DiagnosticsDialog.qml
    • -0
    • +77
    ./model/hd/adjustment/settings/MAdjustHDVersionsRequest.h
  1. … 10 more files in changeset.
DEN-9299: Meetings & Support - General Support

- Sending the "ui version req" and the "ui post final" was even before the check in since the initial screen became the landing screen.

- those two has been moved to the actual state change to wait for the HD to change the state to init then send those messages.

  1. … 1 more file in changeset.
DEN-9299: Meetings & Support - General Support

- Added the message Treatment Stop Progress to the list of unhandled messages for logging as VsV requested.

DEN-9416: Implementations

- This commit is only to make the code work with FW foe now until the UI POST is implemented.

- The calls are not suppose to be there specially the UIPOSTFinal.

    • -0
    • +2
    ./view/settings/VAdjustmentVersions.cpp
DEN-9416: Implementations

- Most of the FW implementation is done.

- After the Check-in message two more messages needs to be sent to the HD to complete the POST:

- Version for the compatibility test.

- UI_POST to wrap the POST on HD side.

    • -0
    • +59
    ./view/dg/data/post/VDGPOSTData.cpp
    • -0
    • +61
    ./view/dg/data/post/VDGPOSTData.h
    • -0
    • +59
    ./view/hd/data/post/VHDPOSTData.cpp
    • -0
    • +61
    ./view/hd/data/post/VHDPOSTData.h
  1. … 5 more files in changeset.
DEN-9299: Implement a function to log unhandled messages like the other ones but at least the definition in a list hardcoded in the code.

- It has been requested by V&V team to add unhandled messages to the log to be able to query them.

    • -257
    • +259
    ./model/hd/alarm/MAlarmMapping.cpp
  1. … 4 more files in changeset.
DEN-9416: Implementations

- Added the UI Version values to the message 28.

    • -7
    • +7
    ./model/dg/data/post/MDGPostFinalResultData.h
    • -7
    • +7
    ./model/dg/data/post/MDGPostSingleResultData.h
    • -7
    • +7
    ./model/hd/data/post/MHDPostFinalResultData.h
    • -7
    • +7
    ./model/hd/data/post/MHDPostSingleResultData.h
  1. … 4 more files in changeset.
DEN-9416 Implementations

    • -1
    • +1
    ./gui/qml/dialogs/DiagnosticsDialog.qml
    • -0
    • +2
    ./gui/qml/pages/treatment/TreatmentStack.qml
    • -0
    • +43
    ./model/dg/data/post/MDGPostFinalResultData.cpp
    • -0
    • +81
    ./model/dg/data/post/MDGPostFinalResultData.h
    • -0
    • +47
    ./model/dg/data/post/MDGPostSingleResultData.cpp
    • -0
    • +84
    ./model/dg/data/post/MDGPostSingleResultData.h
    • -0
    • +43
    ./model/hd/data/post/MHDPostFinalResultData.cpp
    • -0
    • +81
    ./model/hd/data/post/MHDPostFinalResultData.h
  1. … 4 more files in changeset.
Alarm mapping update.

    • -226
    • +226
    ./model/hd/alarm/MAlarmMapping.cpp
DEN-9142: Meetings & Support - General Support

- Made the Diagnostic screen labels updated with the given labels from FW and increased the font size.

    • -1
    • +1
    ./gui/qml/components/DebugDataColumn.qml
    • -71
    • +71
    ./gui/qml/dialogs/DiagnosticsDialog.qml
Code Review Addressed

  1. … 1 more file in changeset.
DEN-9142: Meetings & Support - General Support

- Added Dialin channels as "Debug" channels in the UI Log for V&V canbus testing (All were Unexpected before.)

- Added label for the Diagnostics screen

- The SD-CArd Indicator's mouse area made bigger to easier double touch it.

    • -0
    • +11
    ./gui/qml/components/DebugDataColumn.qml
    • -1
    • +107
    ./gui/qml/dialogs/DiagnosticsDialog.qml
    • -31
    • +54
    ./gui/qml/pages/treatment/TreatmentStack.qml
    • -224
    • +228
    ./model/hd/alarm/MAlarmMapping.cpp
  1. … 2 more files in changeset.
DEN-9142: Meetings & Support - General Support

- Updating the blood/dialysate flow ranges/resolution.

- Updated the Serial messages length from 10 to 15 bytes.

- Having some work done testing the plotting component.

    • -10
    • +15
    ./gui/qml/components/MainMenu.qml
    • -2
    • +60
    ./gui/qml/pages/treatment/TreatmentStack.qml
    • -215
    • +228
    ./model/hd/alarm/MAlarmMapping.cpp
  1. … 2 more files in changeset.
DEN-8705: Pre-Treatment Setup Screen

- Usability tests feedback modifications

- A/V Pressure Limits ranges update regarding PRS changes.

    • -0
    • +4
    ./gui/qml/components/StepIndicator.qml
    • -29
    • +56
    ./gui/qml/compounds/InstructionView.qml
    • -232
    • +236
    ./model/hd/alarm/MAlarmMapping.cpp
  1. … 2 more files in changeset.
DEN-8937: Meetings & Support - General Support

- Updated the main Treatment Log message parameters.

    • -41
    • +48
    ./model/hd/alarm/MAlarmMapping.cpp
  1. … 2 more files in changeset.
DEN-DEN-8937: Meetings & Support - General Support

- Disinfection each sub-state timer

    • -2
    • +13
    ./gui/qml/compounds/CheckListView.qml
    • -15
    • +6
    ./gui/qml/pages/disinfect/DisinfectStack.qml
  1. … 1 more file in changeset.
DEN-DEN-8937: Meetings & Support - General Support

- Modified the DG disinfect states message to use the new FW enum instead of the temporary UI one.

  1. … 1 more file in changeset.
DEN-8937: Changing the DG State Message channel

- Changed the channel from dg_sync to hd_sync

    • -17
    • +16
    ./gui/qml/pages/disinfect/DisinfectStack.qml
DEN-8920 Implementation [Store Collected Data]

- Added MVC

- Added the TxLog and Log_Events and so...

- Added the timeout/interval

- ....

    • -3
    • +9
    ./gui/qml/pages/treatment/TreatmentStack.qml
    • -0
    • +203
    ./view/hd/adjustment/common/VCommonAdjustmentVitals.cpp
    • -0
    • +128
    ./view/hd/adjustment/common/VCommonAdjustmentVitals.h
  1. … 3 more files in changeset.
DEN-8910: Meetings & Support - General Support

- Heat Disinfection bundled states modification

    • -9
    • +13
    ./gui/qml/pages/disinfect/DisinfectStack.qml
    • -3
    • +1
    ./gui/qml/pages/treatment/TreatmentStack.qml
    • -1
    • +3
    ./view/dg/data/disinfect/VDisinfectStatesData.h
  1. … 1 more file in changeset.
Update Alarm Mapping

- Also reverted back the timeout interval to 1 min.

    • -1
    • +1
    ./gui/qml/pages/treatment/TreatmentStack.qml
DEN-8918: BtC: Implementation [Screens] & DEN-8919: BtC: Implementation [Navigations]

- The view needs to be implemented in C++.

    • -3
    • +36
    ./gui/qml/components/EntryDialog.qml
    • -0
    • +102
    ./gui/qml/compounds/BPHREntry.qml
    • -0
    • +61
    ./gui/qml/pages/pretreatment/PreTreatmentStack.qml
    • -4
    • +8
    ./gui/qml/pages/settings/SettingsWiFi.qml
    • -49
    • +30
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 4 more files in changeset.
DEN-8918: BtC: Implementation [Screens]

    • -1
    • +1
    ./gui/qml/components/ConfirmButton.qml
    • -0
    • +113
    ./gui/qml/components/EntryDialog.qml
    • -0
    • +2
    ./gui/qml/dialogs/DiagnosticsDialog.qml
    • -5
    • +0
    ./gui/qml/pages/settings/SettingsBase.qml
    • -8
    • +54
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 2 more files in changeset.