application

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
CloudSync: Using Logger to write Buffer

- I found it unnecessary to use logger since this is the temporary approach and also CloudSyncController has a thread for itself and don't need to keep the Logger busy and also preferred to keep the CloudSync separated from the other entities.

    • -0
    • +1
    /sources/cloudsync/CloudSyncController.h
PRS 464 Update: Treatment Parameter, Stop Heparin Dispensing Before End of Treatment

- const quint32 heparinStopTime_Max = 470 <- 480

DEN-10599: KeborMed [CloudSync infrastructure kickoff ]

- The infrastructure is done for send and receive

- IT only needs interpretation on send and action on receive of messages in CloudSync communication.

    • -2
    • +2
    /sources/bluetooth/BluetoothInterface.h
    • -3
    • +4
    /sources/canbus/MessageInterpreter.cpp
    • -0
    • +192
    /sources/cloudsync/CloudSyncController.cpp
    • -0
    • +69
    /sources/cloudsync/CloudSyncController.h
    • -6
    • +38
    /sources/device/DeviceController.cpp
  1. … 6 more files in changeset.
DEN-9968: GUI does not indicate the amount of time the device has been stopped in pre-treatment & treatment

- Added message ID_TreatmentStop = 0x4900, // 73 and its Model, View

- Added a timer on the Alarm Dialog which is visible in Treatment Stop and if the message above has a total value.

    • -0
    • +1
    /sources/canbus/MessageInterpreter.cpp
    • -0
    • +83
    /sources/model/hd/data/treatment/MTreatmentStopData.h
    • -0
    • +26
    /sources/view/hd/data/treatment/VTreatmentStopData.cpp
    • -0
    • +44
    /sources/view/hd/data/treatment/VTreatmentStopData.h
Part 2/2: Added the two new General HD/DG messages

    • -0
    • +2
    /sources/canbus/MessageInterpreter.cpp
    • -21
    • +0
    /sources/model/MAbstractDynamic.cpp
    • -0
    • +42
    /sources/model/dg/data/MDGGeneralEvent.cpp
    • -0
    • +86
    /sources/model/dg/data/MDGGeneralEvent.h
    • -0
    • +21
    /sources/model/hd/alarm/MAlarmTriggered.cpp
    • -1
    • +17
    /sources/model/hd/alarm/MAlarmTriggered.h
    • -1
    • +1
    /sources/model/hd/data/MHDDebugText.cpp
    • -0
    • +42
    /sources/model/hd/data/MHDGeneralEvent.cpp
    • -0
    • +86
    /sources/model/hd/data/MHDGeneralEvent.h
DEN-10161: Missing END TREATMENT option in Treatment-Recirculate-Stop screen

- The screen (Reconnect) belongs to the TREATMENT_RECIRC_STOPPED_STATE state of the TREATMENT_RECIRC_STATE in the TREATMENT_STATE message, didn't even have a "END TREATMENT" button, which has been added.

- The time_IsLeft logic has NOT been removed yet, since I don't recall why it has been used in the first place.

Part 2/2: make the Alarm Triggered messages modification

- Created a class named MAbstractDynamic which is the base class of the dynamic model classes.

+ Dynamic Model classes are the ones with field descriptor (FD) and a data field (DF) after that which the data type in the data field is defined by field descriptor.

+ This combination for now is only for 2 set of FD, DF only.

- Made the Alarm Triggered inherit from MAbstractDynamic.

    • -0
    • +177
    /sources/model/MAbstractDynamic.cpp
    • -0
    • +102
    /sources/model/MAbstractDynamic.h
    • -155
    • +1
    /sources/model/hd/alarm/MAlarmTriggered.cpp
    • -38
    • +3
    /sources/model/hd/alarm/MAlarmTriggered.h
Updated AlarmMapping

    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
Part 1/2: make the unhandled messages dynamic

- The messages/unhandled.conf has been created in the settings area and will be loaded and used for the unhandled messages in the message interpreter.

    • binary
    /resources/images/Logo d-blue.png
    • -0
    • +27
    /resources/settings/messages/unhandled.conf
    • -0
    • +13
    /sources/canbus/MessageDispatcher.cpp
    • -2
    • +21
    /sources/canbus/MessageInterpreter.cpp
Bamboo Commit: Updated MAlarmMapping.cpp

    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
Merge branch 'DEN-9626UI_DEV_BluetoothCuffIntegration' into develop

DEN-10399: UI: Alarms block Shutdown screen

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

    • -1
    • +1
    /sources/gui/qml/components/Slider.qml
    • -0
    • +1
    /sources/view/hd/alarm/VAlarmStatus.cpp
Bamboo Commit: Updated MAlarmMapping.cpp

    • -2
    • +2
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-9639: Code Review 0

- Addressed code reviews

- Reoved LOG_DEBUG_UI since the DEBUG log is all about UI and adding a UI to it was useless.

- Removed the time stamp from the POST start/stop log since the log itself has timestamp.

- Added more documentation to the ApplicationPOST class.

- Renamed the FileSystem to ShaSum check in the ApplicationPOST.

- Updated the WiFi POST check funciton.

- Updated the initial Screen to pause the animation when the UI navigates out of that screen when we are in test (usual case should not happen since we fail or pass the POST and either stops the animation.)

- Updated the AlarmMapping to reflect the FILESYSTEM error change to SHASUM error.

    • -3
    • +2
    /sources/bluetooth/BluetoothInterface.cpp
    • -1
    • +1
    /sources/canbus/MessageAcknowModel.cpp
    • -2
    • +2
    /sources/canbus/MessageInterpreter.cpp
    • -1
    • +2
    /sources/gui/qml/components/WaitDone.qml
  1. … 5 more files in changeset.
DEN-9826: Follow Up: UI_DEV: POST [ FS ]

- Added a shu256sum for the denali application.

DEN-9928: Post Treatment Log Treatment Time in Hours instead of Minutes

- Changed the "Treatment Duration" and "Actual Treatment Duration" unit to minutes instead of hours.

DEN-10153: Treatment Log Comments Investigations

- Patient Name removed.

- Treatment Duration moved in [Treatment Prescription] section

- Actual Treatment Duration moved in [Treatment Parameters] section

DEN-9639: Code Review 0

    • -4
    • +4
    /sources/bluetooth/BluetoothInterface.cpp
Bamboo Commit: Updated MAlarmMapping.cpp

    • -1
    • +1
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-9638: Code Analysis

Bamboo Commit: Updated MAlarmMapping.cpp

    • -2
    • +2
    /sources/model/hd/alarm/MAlarmMapping.cpp
Code Review Comments

- QApplication typo

- Added a UI version of the Log Macros.

    • -3
    • +3
    /sources/bluetooth/BluetoothInterface.cpp
    • -2
    • +2
    /sources/canbus/MessageAcknowModel.cpp
    • -4
    • +3
    /sources/canbus/MessageInterpreter.cpp
Bamboo Commit: Updated ui_build_history.log with build number and build date

Bamboo Commit: Updated ui_build_history.log with build number and build date

Bamboo Commit: Updated ui_build_history.log with build number and build date

Bamboo Commit: Updated MAlarmMapping.cpp

    • -5
    • +9
    /sources/model/hd/alarm/MAlarmMapping.cpp
DEN-10163 5 min countdown timer is not useful and should be removed in Additional Rinseback screen

- Disabled the Rinsback Additional's timer

- Also found a bug in SafetyVolume Reading.

Updated Alarm Mappings

    • -5
    • +6
    /sources/model/hd/alarm/MAlarmMapping.cpp
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.

    • -0
    • +35
    /scripts/bluetooth_remove_paired.sh
    • -361
    • +552
    /sources/bluetooth/BluetoothInterface.cpp
    • -9
    • +8
    /sources/bluetooth/BluetoothInterface.h
    • -11
    • +12
    /sources/gui/qml/globals/Colors.qml
    • -4
    • +3
    /sources/model/settings/MBluetooth.cpp
  1. … 4 more files in changeset.
DEN-9653: Implementation - Settings [Screen]

    • -19
    • +57
    /sources/bluetooth/BluetoothInterface.cpp
    • -0
    • +7
    /sources/bluetooth/BluetoothInterface.h
    • -2
    • +18
    /sources/model/settings/MBluetooth.h
    • -7
    • +77
    /sources/view/settings/VBluetooth.cpp
    • -4
    • +47
    /sources/view/settings/VBluetooth.h
DEN-9655: Implementation - Settings [MVC]

DEN-9657: Implementation - Event Driven Reading

DEN-9658: Implementation - Treatment Log

    • -10
    • +24
    /sources/ApplicationController.cpp
    • -49
    • +38
    /sources/bluetooth/BluetoothInterface.cpp
    • -21
    • +8
    /sources/bluetooth/BluetoothInterface.h
    • -3
    • +6
    /sources/model/hd/alarm/MAlarmMapping.cpp
    • -0
    • +86
    /sources/model/ui/data/MUIBloodPressureData.cpp
    • -0
    • +107
    /sources/model/ui/data/MUIBloodPressureData.h
  1. … 4 more files in changeset.