Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-10399: UI: Alarms block Shutdown screen

DEN-9271: Dialysate Temperature implemented resolution does not meet PRS

  1. … 5 more files in changeset.
Code Review Comments

- QApplication typo

- Added a UI version of the Log Macros.

  1. … 13 more files in changeset.
DEN-9637: Update Design Documents

- Added the ability to enable/disable the vitals measurement logs [it's still unknown that how to stop in case of the treatment ended by alarm or system fault.]

- Added the Battery Level of the selected device.

    • -1
    • +1
    ./hd/adjustment/common/VCommonAdjustmentVitals.h
  1. … 15 more files in changeset.
DEN-9653: Implementation - Settings [Screen]

  1. … 7 more files in changeset.
DEN-9655: Implementation - Settings [MVC]

DEN-9657: Implementation - Event Driven Reading

DEN-9658: Implementation - Treatment Log

    • -20
    • +11
    ./hd/adjustment/common/VCommonAdjustmentVitals.h
  1. … 15 more files in changeset.
DEN-9659: Implementation [POST]

- Created a separate file for the Bluetooth screen since it became bigger.

- Moved the WiFi and Bluetooth start in the Application controller and handled by POST events.

- Added a 5 second sleep for the Bluetooth Device to get ready in run.sh

- Added WiFi POST in run.sh

- Moved lambda functions for POST into slots.

- Added signals in the ApplicationPOST for passed items to be used in the ApplciationController to start WiFi and Bluetooth interfaces.

- Added isValid to the BluetoothInterface to make sure the Bluetooth Adapter is ready for the Interface to setup (Is set by ApplicationController with the information Provided by ApplicationPOST).

- Improved the Bluetooth interface implementation

- Added Rinseback safety volume parameter

- Modified the SAFE_CALL's methods to be public slots.

- Removed the SerialNumber listener from VBluetooth.

- Improved the VBluetooth code and added the connection to the BluetoothController.

  1. … 19 more files in changeset.
DEN-9655: Implementation - Settings [MVC]

- Adding the Characteristics and descriptor notifications/log

  1. … 8 more files in changeset.
DEN-9655: Implementation - Settings [MVC]

- Removed the paring

- improved the scanEnabled (scanInProgress) logic

- improved the re-connection

  1. … 5 more files in changeset.
DEN-9655: Implementation - Settings [MVC]

- First successful BP measurement read.

  1. … 7 more files in changeset.
DEN-9655: Implementation - Settings [MVC]

  1. … 7 more files in changeset.
[ DEN-9653 , DEN9655 ] : Implementation - Settings [ Screen , MVC ]

    • -0
    • +114
    ./settings/VBluetooth.cpp
    • -0
    • +64
    ./settings/VBluetooth.h
  1. … 15 more files in changeset.
DEN-9649: Implementation - Yocto configuration

- Addressed some frequent code review comments

- Fixed the UI POST AlarmTriggered message

- Added the deleteLater for the QQuickViewer pointer _viewer.

    • -1
    • +1
    ./dg/data/disinfect/VDisinfectDGData.h
    • -1
    • +1
    ./dg/data/disinfect/VDisinfectStatesData.h
  1. … 100 more files 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. … 16 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.

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

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

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

DEN-9299: Adding the Syringe Pump data on Diagnostic

    • -0
    • +34
    ./hd/data/VHDSyringePumpData.cpp
    • -0
    • +52
    ./hd/data/VHDSyringePumpData.h
  1. … 20 more files in changeset.
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.

  1. … 1 more file in changeset.
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
    ./dg/data/post/VDGPOSTData.cpp
    • -0
    • +61
    ./dg/data/post/VDGPOSTData.h
    • -0
    • +59
    ./hd/data/post/VHDPOSTData.cpp
    • -0
    • +61
    ./hd/data/post/VHDPOSTData.h
  1. … 10 more files in changeset.
DEN-8705: Pre-Treatment Setup Screen

- Usability tests feedback modifications

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

  1. … 11 more files in changeset.
DEN-8937: Meetings & Support - General Support

- Updated the main Treatment Log message parameters.

  1. … 11 more files 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. … 7 more files in changeset.
DEN-8920 Implementation [Store Collected Data]

- Added MVC

- Added the TxLog and Log_Events and so...

- Added the timeout/interval

- ....

    • -0
    • +203
    ./hd/adjustment/common/VCommonAdjustmentVitals.cpp
    • -0
    • +128
    ./hd/adjustment/common/VCommonAdjustmentVitals.h
  1. … 12 more files in changeset.
DEN-8910: Meetings & Support - General Support

- Heat Disinfection bundled states modification

    • -1
    • +3
    ./dg/data/disinfect/VDisinfectStatesData.h
  1. … 4 more files in changeset.
DEN-8918: BtC: Implementation [Screens] & DEN-8919: BtC: Implementation [Navigations]

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

  1. … 18 more files in changeset.
DEN-8918: BtC: Implementation [Screens]

  1. … 13 more files in changeset.
DEN-8910: Meetings & Support - General Support

- Improved the Alarm design logic

- Fixed the issue with the AlarmActiveListDialig jumping back to the AlarmDialog.

  1. … 4 more files in changeset.
DEN-8910: Meetings & Support - General Support

- Added a threading for the screenshot save

- Tested on the device and modified foldering.

  1. … 6 more files in changeset.
DEN-8910: Meetings & Support - General Support

- Active Alarm List toggle while the minimize is disables.

- Wrapped up the Serial information in settings

- Wrapped up the Service information in settings

- Fixed a minor issue in logging threading which was adding the log header in main thread and added more threading check for Logger.

- Added Screenshot functionality to the application by F12 on keyboard to save on usb drive "screenshot" folder with <yyyyMMdd-HHmmss>.png file format on device and on Desktop/Screenshot on desktop version.

    • -0
    • +57
    ./settings/VAdjustmentService.cpp
    • -0
    • +77
    ./settings/VAdjustmentService.h
    • -20
    • +58
    ./settings/VAdjustmentVersions.cpp
  1. … 44 more files in changeset.
DEN-8693: Meetings & Support - General Support

- Updated the Alarm Mapping to add Alarm index on each line as comment.

- Added Flush States

- Fixed message 0x7700 length error.

    • -16
    • +26
    ./dg/data/disinfect/VDisinfectStatesData.h
  1. … 8 more files in changeset.
DEN-8693: Support for the disinfect

- Adding support for reading the brightness value from the Linux file system instead of having another file just to keep the same value.

- Fixed a bug in the Active Alarm List request.

- Adding the functionality of the Alarm Volume.

- Modified the Disinfection screens[Heat/chem] check marks with the new bundled states provided by FW for UI and the flush states are yet to come.

- Adjusted the Active Alarm List screen a little to be able to show all the current Alarm messages without cropping.

    • -23
    • +17
    ./dg/data/disinfect/VDisinfectStatesData.h
    • -0
    • +63
    ./settings/VAdjustmentAlarmVolume.cpp
    • -0
    • +67
    ./settings/VAdjustmentAlarmVolume.h
  1. … 21 more files in changeset.