Clone
 

tiffany mejia <tmejia@diality.com> in leahi-application

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

*Write functionality working to create an RX profile given a QStringList

    • -69
    • +55
    /sources/storage/RxProfilesController.cpp
    • -9
    • +5
    /sources/storage/RxProfilesController.h
Prescription Manager - SW - 01 - R&I - 05: DEV - Feature Implementation

- Cleanup Rx manager stack to separate QML components.

- Cleanup font size to fix spacing for each profile

    • -0
    • +1
    /sources/gui/qml/components/LabelValue.qml
    • -234
    • +16
    /sources/gui/qml/pages/ManagerStack.qml
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

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

minor file cleanup of rx profile view and model

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

- Added basic File reading list model to QML. File titles now displayed on RX manager screen

    • -8
    • +8
    /sources/gui/qml/pages/ManagerStack.qml
Prescription Manager - SW - 01 - R&I - 05: DEV - Feature Implementation

- push deleted items in leahi.qrc

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

- Add Correct file path in storage globals

- Add cleanedup base of file read in rxprofiles controller, and Device controller

- Add View connection to manager stack (needs to be fixed)

    • -0
    • +19
    /sources/device/DeviceController.cpp
    • -0
    • +1
    /sources/gui/qml/pages/ManagerStack.qml
    • -0
    • +386
    /sources/storage/RxProfiles.cpp
    • -0
    • +214
    /sources/storage/RxProfiles.h
    • -0
    • +208
    /sources/view/VRxProfiles.cpp
    • -0
    • +126
    /sources/view/VRxProfiles.h
Prescription Manager - SW - 01 - R&I - 05: DEV - Feature Implementation

Adjust manager stack to old working implementation

    • -120
    • +115
    /sources/gui/qml/pages/ManagerStack.qml
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
LDT-2096: Prescription Manager - SW - 01 - R&I - 05: Dev - Feature Implementation

- add Rx header to rx manager

- add base list view (WIP)

    • -3
    • +21
    /sources/gui/qml/pages/ManagerStack.qml
    • -0
    • +102
    /sources/gui/qml/pages/rxmanager/RxManagerHeader.qml
    • -0
    • +79
    /sources/gui/qml/pages/rxmanager/RxManagerList.qml
LDT-2428: Onboarding Test Message & Diag Screen View

change ID_AdjustDGDateTimeRsp to 0x700F

LDT-2428: Onboarding Test Message & Diag Screen View

- Make change for visibility in diagnostics screen

- Remove comments in model.

    • -2
    • +0
    /sources/model/td/data/MTDTestData.cpp
LDT-2428: Onboarding Test Message & Diag Screen View

- add model and view for message 0x7000

- Add to TD diagnostics screen and able to get output

- working on conditional view when message is received.

    • -0
    • +1
    /sources/canbus/MessageInterpreter.cpp
    • -0
    • +48
    /sources/model/td/data/MTDTestData.cpp
    • -0
    • +80
    /sources/model/td/data/MTDTestData.h
    • -0
    • +25
    /sources/view/td/data/VTDTestData.cpp
    • -0
    • +43
    /sources/view/td/data/VTDTestData.h
Device Settings - SW - 01 - Information - Version - R&I - 05: DEV - Feature Implementation

-Add FP versions

LDT-931: Main Treatment Screen - SW - Diagnostics Screen-FP - 05: DEV - Feature Implementation

-Fix typo on TD diagnostics title

LDT-931: Main Treatment Screen - SW - Diagnostics Screen-FP - 05: DEV - Feature Implementation

- Add qsTr to all diagnostic titles to be consistent

Device Settings - SW - 01 - Information - Version - R&I - 05: DEV - Feature Implementation

Add small changes to the System information screen labeling and replace treatment column to Water Configuration

Device Settings - SW - 01 - Information - Version - R&I - 03: SDD - Design Diagram - plantuml

- Add Information Screen puml and PNG file

    • -0
    • +40
    /SDDs/SystemInformation.puml
    • binary
    /SDDs/SystemInformationScreen.png
LDT-931: Main Treatment Screen - SW - Diagnostics Screen-FP - 05: DEV - Feature Implementation

- Add FP Folder structure

- Add The following FP message implementation

Versions

Pressure

Flow

Conductivity

Temperature

Valves

ROPump

BoostPump

Level

-Add FP can channel to Can interpreter

-Implement FP diagnostics screen

    • -16
    • +59
    /sources/canbus/MessageInterpreter.cpp
    • -0
    • +281
    /sources/gui/qml/dialogs/diagnostics/DiagnosticsFP.qml
  1. … 35 more files in changeset.
LDT-912: Main Treatment Screen - SW - Diagnostics Screen-DD - 05: DEV - Feature Implementation

- Add back refresh trigger in VDDValvesStatesData

    • -1
    • +1
    /sources/view/dd/data/VDDValvesStatesData.h
LDT-912: Main Treatment Screen - SW - Diagnostics Screen-DD - 05: DEV - Feature Implementation - Adjust DD Valves payload length - Implement Model and View format for DD Valves - Add DD Valves Enum to Gui Globals - Add DD Valves to Diagnostics Screen

    • -48
    • +93
    /sources/model/dd/data/MDDValvesStatesData.cpp
    • -93
    • +60
    /sources/model/dd/data/MDDValvesStatesData.h
    • -27
    • +59
    /sources/view/dd/data/VDDValvesStatesData.cpp
    • -27
    • +57
    /sources/view/dd/data/VDDValvesStatesData.h
LDT-912: Main Treatment Screen - SW - Diagnostics Screen-DD - 05: DEV - Feature Implementation

- implement TD air pump and air bubbles message

- Adjust page indicators in diagnostics screen

- Add TD air pump and bubbles message to diagnostics screen

- fix DD diagnostics conductivity to have fixed float points

-Fix dd dialysate pump model comments

- Add Base of DD valves in doxygen comment TODO LATER

- Address imports for diagnostics QML files

- Generate png files for all SDD items

    • binary
    /SDDs/DiagnosticsScreen.png
    • binary
    /SDDs/MainTreatmentScreen.png
    • -1
    • +2
    /sources/canbus/MessageInterpreter.cpp
  1. … 15 more files in changeset.
LDT-912: Main Treatment Screen - SW - Diagnostics Screen-DD - 05: DEV - Feature Implementation

- implement TD air pump and air bubbles message

- Adjust page indicators in diagnostics screen

- Add TD air pump and bubbles message to diagnostics screen

- fix DD diagnostics conductivity to have fixed float points

-Fix dd dialysate pump model comments

- Add Base of DD valves in doxygen comment TODO LATER

    • -49
    • +0
    /sources/model/hd/data/MHDAirBubbleData.cpp
    • -84
    • +0
    /sources/model/hd/data/MHDAirBubbleData.h
    • -0
    • +49
    /sources/model/td/data/MTDAirBubbleData.cpp
    • -0
    • +84
    /sources/model/td/data/MTDAirBubbleData.h
    • -25
    • +0
    /sources/view/hd/data/VHDAirBubbleData.cpp
    • -43
    • +0
    /sources/view/hd/data/VHDAirBubbleData.h
    • -0
    • +25
    /sources/view/td/data/VTDAirBubbleData.cpp
    • -0
    • +43
    /sources/view/td/data/VTDAirBubbleData.h
LDT-912: Main Treatment Screen - SW - Diagnostics Screen-DD - 05: DEV - Feature Implementation

-Implement DD blood Leak message

    • -0
    • +1
    /sources/canbus/MessageInterpreter.cpp
    • -0
    • +41
    /sources/model/dd/data/MDDBloodLeakData.cpp
    • -0
    • +78
    /sources/model/dd/data/MDDBloodLeakData.h
    • -0
    • +24
    /sources/view/dd/data/VDDBloodLeakData.cpp
    • -0
    • +42
    /sources/view/dd/data/VDDBloodLeakData.h
LDT-912: Main Treatment Screen - SW - Diagnostics Screen-DD - 05: DEV - Feature Implementation

- Move DG Valves to DD and rename to DD

- Implement the following DD messages:

Dialysate Pump, Concentrate pump

- Cleanup Saloine bolus enum in VTDTretamentSattesData.cpp

- Minor comment cleanup in MDDTemperatures

    • -1
    • +3
    /sources/canbus/MessageInterpreter.cpp
    • -0
    • +119
    /sources/model/dd/data/MDDConcentratePumpData.cpp
    • -0
    • +152
    /sources/model/dd/data/MDDConcentratePumpData.h
    • -0
    • +104
    /sources/model/dd/data/MDDDialysatePumpData.cpp
    • -0
    • +138
    /sources/model/dd/data/MDDDialysatePumpData.h
    • -44
    • +15
    /sources/model/dd/data/MDDTemperaturesData.h
    • -0
    • +87
    /sources/model/dd/data/MDDValvesStatesData.cpp
  1. … 13 more files in changeset.
LDT-912: Main Treatment Screen - SW - Diagnostics Screen-DD - 05: DEV - Feature Implementation

-Add SDD for diagnostics screen

- Fix typo in DD Gen dialysate to be 'SpentPressure' instead of 'SpendPressure'

- Move Leahi implementation of DG to now DD folder

- implement DD diagnostics including the following:

Heaters

Pressures

Temperatures

- The following DD message ID's have been updated:

Pressure

Temperature

Heaters

Blood Leak

Dialysate Pump

Concentrate Pump

Valves

    • -0
    • +33
    /SDDs/Diagostics.puml
    • -4
    • +4
    /sources/canbus/MessageInterpreter.cpp
    • -2
    • +2
    /sources/model/dd/data/MDDGenDialysateData.h
    • -0
    • +99
    /sources/model/dd/data/MDDHeatersData.cpp
  1. … 34 more files in changeset.
LDT-912: Main Treatment Screen - SW - Diagnostics Screen-DD - 05: DEV - Feature Implementation

- Address Diagnostic QML object names

- Remove all unimplemented DD instances, leaving only DDlevel message

- MModel alignment

    • -3
    • +3
    /sources/canbus/MessageInterpreter.cpp
LDT-912: Main Treatment Screen - SW - Diagnostics Screen-DD - 05: DEV - Feature Implementation

- Add DD level sensor message

- Add diagnostics QML patch

- Add DD diagnostics base implementation

    • -0
    • +1
    /sources/canbus/MessageInterpreter.cpp
    • -0
    • +47
    /sources/model/dg/data/MDDLevelData.cpp
    • -0
    • +84
    /sources/model/dg/data/MDDLevelData.h
    • -0
    • +26
    /sources/view/dg/data/VDDLevelData.cpp
    • -0
    • +44
    /sources/view/dg/data/VDDLevelData.h
LDT-627: Main Treatment Screen - SW - Messaging Broadcast - 05: DEV - Feature Implementation

Adjust Message ID's per Dialin message changes (0x52-0x54)