leahi-application

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Prescription Manager - SW - 01 - R&I - 05: DEV - Feature Implementation

- Add wokring base Manager stack

- modularize components though not working when called

    • -15
    • +200
    /sources/gui/qml/pages/ManagerStack.qml
    • -52
    • +13
    /sources/gui/qml/pages/rxmanager/RxManagerList.qml
    • -0
    • +112
    /sources/gui/qml/pages/rxmanager/RxProfileComponent.qml
    • -0
    • +85
    /sources/gui/qml/pages/rxmanager/RxProfileContainer.qml
Merge branch 'feature/LDT-2686-patient-vitals-enhancement' into staging

LDT-2732 Service - SW - 01 - Service - R&I - 05: DEV - Feature Implementation

Finish implementing date/time and test on device.. WIP send FW date and time

    • -1
    • +5
    /sources/gui/qml/components/TextEntry.qml
    • -8
    • +13
    /sources/view/settings/VDateTime.cpp
LDT-2671: Ultrafiltration - SW - 01 - Enhancement - No pause adjustment - R&I - 05: DEV - Feature Implementation

- Updated to use common LabelUnitContainer height in UF screens.

    • -1
    • +0
    /sources/gui/qml/globals/Variables.qml
LDT-2671: Ultrafiltration - SW - 01 - Enhancement - No pause adjustment - R&I - 05: DEV - Feature Implementation

- Updated TreatmentAdjustmentUltrafiltration.qml to use StackItem.page function to push edit screen.

LDT-2671: Ultrafiltration - SW - 01 - Enhancement - No pause adjustment - R&I - 05: DEV - Feature Implementation

- Updated TreatmentAdjustmentUltrafiltration.qml to always push confirm screen when UF settings change response is received and use StackItem.page function to push new screen.

LDT-2732 Service - SW - 01 - Service - R&I - 05: DEV - Feature Implementation

updates to date/time area

    • -2
    • +2
    /sources/gui/qml/components/BaseSwitch.qml
    • -2
    • +0
    /sources/gui/qml/components/HeaderBar.qml
    • -1
    • +1
    /sources/gui/qml/dialogs/ConfirmDialog.qml
    • -10
    • +5
    /sources/view/settings/VDateTime.cpp
LDT-2732 Service - SW - 01 - Service - R&I - 05: DEV - Feature Implementation

add missing macro methods needed to call factory reset

    • -3
    • +58
    /sources/device/DeviceController.cpp
    • -4
    • +9
    /sources/gui/qml/components/HeaderBar.qml
    • -7
    • +18
    /sources/gui/qml/dialogs/ConfirmDialog.qml
    • -0
    • +3
    /sources/gui/qml/globals/Variables.qml
    • -2
    • +2
    /sources/gui/qml/pages/UserConfirmation.qml
LDT-2671: Ultrafiltration - SW - 01 - Enhancement - No pause adjustment - R&I - 05: DEV - Feature Implementation

- Updated Variables.qml to add width and height of UF new value containers in confirmation screen.

- Updated TreatmentAdjustmentUltrafiltration.qml to allow adjustments to be processed no matter what screen it is currently displaying, remove title text binding, and fix/add objectNames.

- Updated UF start, edit, and confirm screens to add objectNames.

- Updated TreatmentAdjustmentUltrafiltrationEdit.qml to update slots.

    • -0
    • +2
    /sources/gui/qml/globals/Variables.qml
LDT-2732 Service - SW - 01 - Service - R&I - 05: DEV - Feature Implementation

User modes added to settings and funcitnality set in conf file

    • -0
    • +53
    /sources/gui/qml/pages/settings/SettingsUserMode.qml
    • -0
    • +16
    /sources/view/settings/VSettings.cpp
LDT-2732 Service - SW - 01 - Service - R&I - 05: DEV - Feature Implementation

Updated remaining switches to use base switch component

    • -16
    • +14
    /sources/gui/qml/pages/settings/SettingsROInput.qml
LDT-2732 Service - SW - 01 - Service - R&I - 05: DEV - Feature Implementation

Update settings home screen to new design and create base switch component

    • -2
    • +2
    /sources/bluetooth/BluetoothInterface.cpp
    • -0
    • +45
    /sources/gui/qml/components/BaseSwitch.qml
    • -7
    • +15
    /sources/gui/qml/compounds/TouchGrid.qml
LDT-2671: Ultrafiltration - SW - 01 - Enhancement - No pause adjustment - R&I - 05: DEV - Feature Implementation

- Updated LabelUnitContainer.qml to remove textPixelSize and showUnit properties. Unit visiblity is now based on unitText length.

- Updated TreatmentAdjustmentBase.qml to remove customization of notification banner and rely on defaults.

- Updated TreatmentAdjustmentUltrafiltrationEdit.qml so LabelUnitContainer height matches metrics height.

LDT-2691 Patient Vitals - SW - 01 - Enhancement - Round timestamp - R&I - 05: DEV - Feature Implementation

Update logic when enableBPCuff flag is set to off/on

LDT-2691 Patient Vitals - SW - 01 - Enhancement - Round timestamp - R&I - 05: DEV - Feature Implementation

fix anchoring on instantiated close button to use default

LDT-2691 Patient Vitals - SW - 01 - Enhancement - Round timestamp - R&I - 05: DEV - Feature Implementation

address all CR comments

    • -4
    • +10
    /sources/gui/qml/components/BaseComboBox.qml
    • -8
    • +5
    /sources/gui/qml/components/CloseButton.qml
    • -2
    • +2
    /sources/gui/qml/components/VitalsButton.qml
    • -8
    • +2
    /sources/gui/qml/compounds/BPHREntry.qml
    • -1
    • +0
    /sources/gui/qml/globals/Variables.qml
LDT-2671: Ultrafiltration - SW - 01 - Enhancement - No pause adjustment - R&I - 05: DEV - Feature Implementation

- Updated ValueAdjuster.qml to calculate canIncrement and canDecrement to round to the next lower step for maximum and next higher step for minimum.

    • -3
    • +17
    /sources/gui/qml/compounds/ValueAdjuster.qml
LDT-2691 Patient Vitals - SW - 01 - Enhancement - Round timestamp - R&I - 05: DEV - Feature Implementation

add default interval an a private variable

Merge remote-tracking branch 'origin/feature/LDT-2686-patient-vitals-enhancement' into feature/LDT-2686-patient-vitals-enhancement

LDT-2691 Patient Vitals - SW - 01 - Enhancement - Round timestamp - R&I - 05: DEV - Feature Implementation

Update to run timer in background with default 15 min interval for trends

LDT-2732 Service - SW - 01 - Service - R&I - 05: DEV - Feature Implementation

Update to run timer in background with default 15 min interval for trends

LDT-2669: Ultrafiltration - SW - 01 - Enhancement - No pause adjustment - R&I - 03: SDD - Design Diagram

- Updated treatment adjustment ultrafiltration layout diagrams based on code updates.

    • binary
    /SDDs/TreatmentAdjustmentUltrafiltrationLayout.png
    • -55
    • +58
    /SDDs/TreatmentAdjustmentUltrafiltrationLayout.puml
LDT-2671: Ultrafiltration - SW - 01 - Enhancement - No pause adjustment - R&I - 05: DEV - Feature Implementation

- Updated TreatmentAdjustmentUltrafiltration.qml to parent Start, Edit, and Confirm screens in stack.

LDT-2732 Service - SW - 01 - Service - R&I - 05: DEV - Feature Implementation

Fix old QMl warning and add uer logged in onto headerbar

    • -1
    • +11
    /sources/gui/qml/components/HeaderBar.qml
LDT-2732 Service - SW - 01 - Service - R&I - 05: DEV - Feature Implementation

Add password requirements

    • -35
    • +71
    /sources/gui/qml/pages/UserConfirmation.qml
    • -36
    • +58
    /sources/view/settings/VSettings.cpp
LDT-2732 Service - SW - 01 - Service - R&I - 05: DEV - Feature Implementation

update all comboboxes to use BaseCombobox componenet

LDT-2732 Service - SW - 01 - Service - R&I - 05: DEV - Feature Implementation

Optomize settings code and use content area

    • -0
    • +9
    /sources/gui/qml/components/HeaderBar.qml
    • -1
    • +0
    /sources/gui/qml/globals/Variables.qml
    • -9
    • +3
    /sources/gui/qml/pages/UserConfirmation.qml
  1. … 9 more files in changeset.
Bamboo Commit: Updated MAlarmMapping.cpp

    • -8
    • +8
    /sources/model/hd/alarm/MAlarmMapping.cpp
LDT-2671: Ultrafiltration - SW - 01 - Enhancement - No pause adjustment - R&I - 05: DEV - Feature Implementation

- Updated TreatmentAdjustmentUltrafiltration.qml to prevent trying to push confirm screen when edit screen is not active.

LDT-2671: Ultrafiltration - SW - 01 - Enhancement - No pause adjustment - R&I - 05: DEV - Feature Implementation

- Updated LabelUnitContainer.qml to update text anchoring to align on baselines.

- Updated TreatmentAdjustmentUltrafiltrationMetrics.qml, TreatmentAdjustmentBase.qml, TreatmentAdjustmentUltrafiltrationMetrics.qml, TreatmentAdjustmentUltrafiltrationEdit.qml, and TreatmentAdjustmentUltrafiltrationStart.qml for changes to UI design.

- Updated ValueAdjuster.qml to change increment and decrement functions to handle when value is not on step increment.

- Updated TreatmentAdjustmentUltrafiltration.qml to fix handling of notification text for adjustment rejection reasons.

    • -42
    • +62
    /sources/gui/qml/compounds/ValueAdjuster.qml
    • -10
    • +9
    /sources/gui/qml/globals/Variables.qml