sources

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-7529: Added service mode login

    • -0
    • +97
    ./gui/qml/dialogs/ServiceLogin.qml
    • -0
    • +32
    ./view/VServiceMode.cpp
    • -0
    • +39
    ./view/VServiceMode.h
  1. … 3 more files in changeset.
Merge DEN-7035_Date_Time_Set into DEN-7524_Service-Mode

  1. … 2 more files in changeset.
Merge branch 'DEN-7044_Wifi' into DEN-7524_Service-Mode

DEN-7529: In progress update

    • -0
    • +51
    ./gui/qml/pages/SettingsDeviceInformation.qml
  1. … 2 more files in changeset.
DEN-7833: Implementations [Merge the Wi-Fi, Date/Time into the code]

- Created a Grid Menu Item Component named TouchGrid

- Implemented the Settings Home page and Stack

    • -0
    • +80
    ./gui/qml/compounds/TouchGrid.qml
    • -31
    • +46
    ./gui/qml/pages/SettingsHome.qml
  1. … 3 more files in changeset.
DEN-7828: posTx: Implementation [Screens]

DEN-7830: posTx: Implementation [Navigation]

    • -0
    • +183
    ./gui/qml/pages/posttreatment/PostTreatmentBase.qml
    • -0
    • +136
    ./gui/qml/pages/posttreatment/PostTreatmentStack.qml
  1. … 4 more files in changeset.
DEN-7829: posTx: Implementation [Messaging] ( 1 / ? )

    • -0
    • +48
    ./gui/qml/pages/endtreatment/EndTreatmentEndStack.qml
    • -0
    • +110
    ./gui/qml/pages/endtreatment/end/EndTreatmentEnd.qml
    • -0
    • +82
    ./gui/qml/pages/endtreatment/end/EndTreatmentEndPause.qml
  1. … 319 more files in changeset.
DEN-7830: Making the BloodPrime as part of the in-treatment

- and also change the name from PostTreatment to Treatment

    • -0
    • +63
    ./gui/qml/pages/treatment/TreatmentBloodPrime.qml
    • -5
    • +6
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 2 more files in changeset.
DEN-7147: preTx: Code Review 0

    • -3
    • +3
    ./gui/qml/compounds/InstructionView.qml
  1. … 1 more file in changeset.
DEN-7823: Meetings & Support - General purpose

- Added Alarm No Minimize so user can't minimize some alarms regarding the Alarm message received.

- Spell & doc correct

- Used MSG26 (Tx ranges) for the ultrafiltration pre-treatment max value.

- Fixed the Dynamic Instructions location on the device.

    • -2
    • +2
    ./gui/qml/compounds/InstructionView.qml
    • -0
    • +3
    ./gui/qml/dialogs/NotificationDialog.qml
    • -2
    • +2
    ./view/hd/data/VPreTreatmentSelfTestNoCartridgeData.h
    • -13
    • +13
    ./view/hd/data/VPreTreatmentStatesData.cpp
    • -3
    • +3
    ./view/hd/data/VPreTreatmentStatesData.h
  1. … 1 more file in changeset.
DEN-7054: Addressed code review comments

DEN-7147: Code Review 0

- DEN-7823: Meetings & Support - General Purpose - Kushen Pre-Treatment Images.

    • -1
    • +5
    ./gui/qml/compounds/InstructionView.qml
  1. … 5 more files in changeset.
DEN-7521: Ensure static IP assignments display after reboot

DEN-7832: Implementations [Saline and Heparin change request]

- Reverted back the ultrafiltration state removal. The UF requires the state in the response message since we don't have any specific ultrafiltration adjustment state message .

    • -0
    • +4
    ./model/hd/adjustment/MTreatmentAdjustUltrafiltrationStateResponse.cpp
    • -0
    • +3
    ./model/hd/adjustment/MTreatmentAdjustUltrafiltrationStateResponse.h
    • -1
    • +33
    ./view/hd/data/VHDTreatmentStatesData.cpp
    • -1
    • +5
    ./view/hd/data/VHDTreatmentStatesData.h
DEN-7832 Implementations [Saline and Heparin change request]

- updated the messages length

- disabled used on heparin complete state to resume the heparin

- fixed the issue caused the entire section stay touchable and send the request on saline and heparin.

- updated the wording of the heparin state messages.

- added a define to disable the UI Check-In

  1. … 1 more file in changeset.
DEN-7832: Implementations [Saline and Heparin change request]

- Also removed the UF state from response.

    • -1
    • +1
    ./gui/qml/pages/treatment/TreatmentStack.qml
    • -4
    • +0
    ./model/hd/adjustment/MTreatmentAdjustUltrafiltrationStateResponse.cpp
    • -3
    • +0
    ./model/hd/adjustment/MTreatmentAdjustUltrafiltrationStateResponse.h
  1. … 6 more files in changeset.
DEN-7054: Added Network.h to Model namespace, refactoring

    • -0
    • +210
    ./model/MWifiNetwork.h
  1. … 4 more files in changeset.
DEN-7054: Addressed code review comments

  1. … 3 more files in changeset.
DEN-7147: Fixed a bug on arterial/venous pressures

- which was causing user to move low/high other than current default to be able to confirm for FW validation.

  1. … 1 more file in changeset.
DEN-7147: Fixed a bug on Sub-StepIndicator on bottom of the instructions

- Which was causing that to not to show correct number of the steps and titles.

- removed #include "MModel.h" in all the possible cases and include the specific model since the MModel has too much include.

- Showing the Heparin setup in the CART_INSTALL state only if we have a heparin volume setup.

- created a common template function name enumString in Gui namespace to get the enum name as string.

    • -4
    • +11
    ./gui/qml/components/StepIndicator.qml
  1. … 58 more files in changeset.
DEN-7147: preTx: Code Review 0

- The little count down progress circles become bigger.

- The completed text on the bottom of some screens with check marks become settable by code.

- Duplicate group removed from instruction file

- "Recirculate ..." text has been removed from the priming screen

- Added syringe pump state

    • -0
    • +1
    ./view/hd/data/VPreTreatmentStatesData.cpp
    • -0
    • +1
    ./view/hd/data/VPreTreatmentStatesData.h
  1. … 2 more files in changeset.
DEN-7137: preTx: Update Design Documents

- Filled all the screen with the dynamic instruction so be able to capture for SDD.

- Removed the idea of reset and clear the stack, since it is not working.

  1. … 1 more file in changeset.
DEN-7377: preTx: Implementation [Dynamic Instruction Loading] ( 2 )

DEN-7457: Meetings & Support - General purpose

    • -36
    • +47
    ./gui/qml/compounds/InstructionView.qml
  1. … 37 more files in changeset.
DEN-7521: Ensure wifi reconnects on reboot

  1. … 5 more files in changeset.
DEN-7521: Adding rest of support for static IP assignments.

    • -0
    • +103
    ./gui/qml/dialogs/WifiJoinDisconnect.qml
    • -10
    • +28
    ./gui/qml/pages/SettingsWifi.qml
  1. … 9 more files in changeset.
DEN-7408: Code improvement for navigation

- VTreatmentCreate is cleaned up. (still needs a lot of work)

    • -1
    • +1
    ./gui/qml/pages/treatment/TreatmentStack.qml
    • -0
    • +577
    ./view/VTreatmentCreate (legacy).cpp
    • -0
    • +258
    ./view/VTreatmentCreate (legacy).h
  1. … 2 more files in changeset.
DEN-7408: Code improvement for navigation

- added vCondition to the page function for the stack item to pass the state property value.

- added fault , service and initial placeholder pages.

    • -1
    • +2
    ./gui/qml/components/PlaceHolderText.qml
  1. … 1 more file in changeset.
DEN-7320: Removed unused datetime functions

DEN-7320: Addressed code review comments

    • -2
    • +2
    ./gui/qml/pages/SettingsDateTimeSet.qml
  1. … 2 more files in changeset.
DEN-7461: Meetings & Support - Pre-Treatment Integration

- Integration modifications

- UF Modifications request

- Saline Modification request

- Updated the validation mAccepted to be 1=true and 0=false.

- Heparin Stopped stated modification request

    • -1
    • +2
    ./gui/qml/compounds/InstructionView.qml
  1. … 17 more files in changeset.