Tue Aug 04 17:49:23 PDT 2026: Unable to fetch from remote repository: https://dnavaei-diality-C90QTx@bitbucket.org/diality-cloud/leahi-application.git - [remote: You may not have access to this repository or it no longer exists in this workspace. If you think this repository exists and you have access, make sure you are authenticated., fatal: Authentication failed for 'https://dnavaei-diality-C90QTx:XXXX@bitbucket.org/diality-cloud/leahi-application.git/']

leahi-application

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDT-2810: Edit Treatment Parameters During Treatment - SW - 01 - Edit Treatment Parameters During Treatment - R&I - 05: DEV - Feature Implementation

- Updated main.qml to import treatment adjustment views for set points, blood flow rate, dialysate flow rate, and dialysate temperature.

- Updated TreatmentStack.qml and TreatmentAdjustmentSetPoints.qml to handle treatment set point adjustments request and response.

LDT-2810: Edit Treatment Parameters During Treatment - SW - 01 - Edit Treatment Parameters During Treatment - R&I - 05: DEV - Feature Implementation

- Updated MessageDispatcher.h/cpp to handle treatment adjustment request for set points, blood flow rate, dialysate flow rate, and dialysate temperature.

    • -0
    • +56
    /sources/canbus/MessageDispatcher.cpp
LDT-2810: Edit Treatment Parameters During Treatment - SW - 01 - Edit Treatment Parameters During Treatment - R&I - 05: DEV - Feature Implementation

- Updated to add models and views to support treatment adjustment messages for set points, blood flow rate, dialysate flow rate, and dialysate temperature.

- Updated to rename Treatment Adjustment Saline Volume to Treatment Adjustment Bolus Volume.

    • -0
    • +9
    /sources/canbus/MessageInterpreter.cpp
    • -14
    • +16
    /sources/gui/qml/pages/treatment/TreatmentStack.qml
  1. … 29 more files in changeset.
LDT-2810: Edit Treatment Parameters During Treatment - SW - 01 - Edit Treatment Parameters During Treatment - R&I - 05: DEV - Feature Implementation

- Updated TreatmentAdjustmentDurationEdit.qml to fix UI layout.

Prescription Manager - SW - 01 - R&I - 05: DEV - Feature Implementation

- Adjust RXprofile view to have list model

- adjust signal to return list of rx models

- adjust manager stack to use view modeldata

    • -15
    • +90
    /sources/gui/qml/pages/ManagerStack.qml
    • -1
    • +1
    /sources/storage/RxProfilesController.cpp
    • -1
    • +1
    /sources/storage/RxProfilesController.h
Prescription Manager - SW - 01 - R&I - 05: DEV - Feature Implementation

- Adjust RXprofile view to have list model

- adjust signal to return list of rx models

- adjust manager stack to use view modeldata

    • -15
    • +90
    /sources/gui/qml/pages/ManagerStack.qml
    • -1
    • +1
    /sources/storage/RxProfilesController.cpp
    • -1
    • +1
    /sources/storage/RxProfilesController.h
LDT-2810: Edit Treatment Parameters During Treatment - SW - 01 - Edit Treatment Parameters During Treatment - R&I - 05: DEV - Feature Implementation

- Updated TreatmentAdjustmentDurationEdit.qml and TreatmentAdjustmentDurationConfirm.qml for UI layout updates.

LDT-2810: Edit Treatment Parameters During Treatment - SW - 01 - Edit Treatment Parameters During Treatment - R&I - 05: DEV - Feature Implementation

- Updated TreatmentStack.qml and TreatmentAdjustmentDuration.qml to properly handle treatment duration adjustment messages.

- Updated TreatmentAdjustmentDurationConfirm.qml for changes to UI/UX design updates.

- Updated MTreatmentAdjustDurationConfirmResponse.h/cpp, MTreatmentAdjustDurationEditResponse.h/cpp, VTreatmentAdjustmentDurationConfirm.h/cpp, VTreatmentAdjustmentDurationEdit.h/cpp for changes to duration adjustment message changes.

Prescription Manager - SW - 01 - R&I - 05: DEV - Feature Implementation

Add model list implementation, and rename files

    • -39
    • +3
    /sources/gui/qml/pages/ManagerStack.qml
    • -0
    • +29
    /sources/model/rxmanager/MRxProfilesData.cpp
    • -0
    • +105
    /sources/model/rxmanager/MRxProfilesData.h
    • -0
    • +346
    /sources/storage/RxProfilesController.cpp
    • -0
    • +122
    /sources/storage/RxProfilesController.h
Prescription Manager - SW - 01 - R&I - 05: DEV - Feature Implementation

Add model list implementation, and rename files

    • -39
    • +3
    /sources/gui/qml/pages/ManagerStack.qml
    • -0
    • +29
    /sources/model/rxmanager/MRxProfilesData.cpp
    • -0
    • +105
    /sources/model/rxmanager/MRxProfilesData.h
    • -0
    • +346
    /sources/storage/RxProfilesController.cpp
    • -0
    • +122
    /sources/storage/RxProfilesController.h
LDT-2810: Edit Treatment Parameters During Treatment - SW - 01 - Edit Treatment Parameters During Treatment - R&I - 05: DEV - Feature Implementation

- Updated parameters for treatment duration edit messages.

LDT-2810: Edit Treatment Parameters During Treatment - SW - 01 - Edit Treatment Parameters During Treatment - R&I - 05: DEV - Feature Implementation

- Updated parameters for treatment duration edit and confirm messages.

LDT-2810: Edit Treatment Parameters During Treatment - SW - 01 - Edit Treatment Parameters During Treatment - R&I - 05: DEV - Feature Implementation

- Updated for VTreatmentAdjustmentDuration move to VTreatmentAdjustmentDurationEdit.

LDT-2810: Edit Treatment Parameters During Treatment - SW - 01 - Edit Treatment Parameters During Treatment - R&I - 05: DEV - Feature Implementation

- Added VTreatmentAdjustmentDurationConfirm.h/cpp, MTreatmentAdjustDurationConfirmResponse.h/cpp for treatment duration adjustment confirmation.

- Moved MTreatmentAdjustDurationResponse.h/cpp to MTreatmentAdjustDurationEditResponse.h/cpp for treatment duration adjustment edit.

- Moved VTreatmentAdjustmentDuration.h/cpp to VTreatmentAdjustmentDurationEdit.h/cpp for treatment duration adjustment edit.

    • -3
    • +16
    /sources/canbus/MessageDispatcher.cpp
    • -2
    • +4
    /sources/canbus/MessageInterpreter.cpp
  1. … 9 more files in changeset.
LDT-2810: Edit Treatment Parameters During Treatment - SW - 01 - Edit Treatment Parameters During Treatment - R&I - 05: DEV - Feature Implementation

- Added MTreatmentAdjustBolusVolumeResponse.h/cpp and VTreatmentAdjustmentBolusVolume.h/cpp for handling bolus adjustment.

- Updated MessageDispatcher.h/cpp, MessageGlobals.h, MessageInterpreter.cpp, MModel.h, GuiGlobals.h, MTreatmentAdjustRequests.h to add Bolus Volume Adjustment Request and Response messages.

- Updated main.qml, TreatmentStack.qml, TreatmentAdjustmentSaline.qml to add VTreatmentAdjustmentBolusVolume for handling bolus volume adjustment.

    • -0
    • +13
    /sources/canbus/MessageDispatcher.cpp
    • -0
    • +2
    /sources/canbus/MessageInterpreter.cpp
LDT-2810: Edit Treatment Parameters During Treatment - SW - 01 - Edit Treatment Parameters During Treatment - R&I - 05: DEV - Feature Implementation

- Updated to fix spelling of transmembrane.

    • -9
    • +9
    /sources/view/hd/data/VTreatmentRanges.cpp
    • -2
    • +2
    /sources/view/hd/data/VTreatmentRanges.h
LDT-2810: Edit Treatment Parameters During Treatment - SW - 01 - Edit Treatment Parameters During Treatment - R&I - 05: DEV - Feature Implementation

- Updated MessageDispatcher.cpp and MessageGlobals.h to add TMP limit to Adjust Pressure Limits request and response messages.

- Updated GuiGlobals.h to change MsgId for ID_AdjustPressuresLimitsReq and ID_AdjustPressuresLimitsRsp.

- Updated TreatmentStack.qml for TMP limit and to properly handle rejection reason text.

- Updated TreatmentAdjustmentPressuresLimits.qml to initialize control values, properly update controls on value change, initialize TMP min/max/step, and change layout to properly show notification.

- Updated MTreatmentAdjustPressuresLimitsResponse.h, MTreatmentAdjustRequests.h, VTreatmentAdjustmentPressuresLimits.h/cpp to add TMP limit.

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

address cr comments

    • -0
    • +67
    /sources/device/DeviceController.cpp
    • -5
    • +5
    /sources/gui/qml/components/HeaderBar.qml
    • -1
    • +1
    /sources/gui/qml/dialogs/ConfirmDialog.qml
  1. … 5 more files in changeset.
LDT-2732 Service - SW - 01 - Service - R&I - 05: DEV - Feature Implementation

address cr comments

    • -2
    • +2
    /sources/bluetooth/BluetoothInterface.cpp
    • -1
    • +1
    /sources/canbus/MessageInterpreter.cpp
LDT-2730 Service - SW - 01 - Service - R&I - 03: SDD - Design Diagram - plantuml

update diagram per commetns

LDT-2810: Edit Treatment Parameters During Treatment - SW - 01 - Edit Treatment Parameters During Treatment - R&I - 05: DEV - Feature Implementation

- Updated to add TreatmentAdjustmentDurationEdit.qml and TreatmentAdjustmentDurationConfirm.qml screens.

- Updated TreatmentAdjustmentDuration.qml to use stack for edit and confirmation per UI/UX design updates.

- Updated TreatmentAdjustmentFlow.qml to change per UI/UX design updates.

LDT-2810: Edit Treatment Parameters During Treatment - SW - 01 - Edit Treatment Parameters During Treatment - R&I - 05: DEV - Feature Implementation

- Updated TreatmentHome.qml and TreatmentStack.qml to add Saline Adjustment.

- Updated TreatmentAdjustmentPressuresLimits.qml to change for UI design updates.

- Added TreatmentAdjustmentSaline.qml.

- Updated TreatmentSaline.qml to show edit button.

LDT-2810: Edit Treatment Parameters During Treatment - SW - 01 - Edit Treatment Parameters During Treatment - R&I - 05: DEV - Feature Implementation

- Added LabelUnitValueAdjuster.qml.

- Updated LabelUnitContainer.qml to allow changing title and unit font size.

- Updated Variables.qml to add unit for pressure.

- Updated TreatmentAdjustmentPressuresLimits.qml for changes to UI design.

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

clean up user mode setting

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

sync date and time to ui time when NTP is set

    • -4
    • +44
    /sources/view/settings/VDateTime.cpp
LDT-2730 Service - SW - 01 - Service - R&I - 03: SDD - Design Diagram - plantuml

uopdate sdd

LDT-2710: Trends and Screensaver Screens - SW - 01 - Trends Screen - R&I - 03: SDD - Design Diagram - plantuml

- Updated Trends.puml to fix incorrect labels.

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

Updated manufacutring log in to use current password then enter new one

    • -7
    • +5
    /sources/gui/qml/pages/UserConfirmation.qml
LDT-2710: Trends and Screensaver Screens - SW - 01 - Trends Screen - R&I - 03: SDD - Design Diagram - plantuml

- Added Trends.puml/png SDD sequence diagrams.

Prescription Manager - SW - 01 - R&I - 05: DEV - Feature Implementation

minor file cleanup of rx profile view and model