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

- complete Edit implementation

- complete Duplicate implementation

-complete Delete implementation

- Add slots in VTreatmentCreate to handle RXProfile model selected

- Add signals to help load the CreateRx Screen

    • -10
    • +11
    ./gui/qml/components/BaseComboBox.qml
    • -20
    • +12
    ./gui/qml/dialogs/RxManagerDialog.qml
    • -3
    • +8
    ./gui/qml/pages/rxmanager/RxManager.qml
    • -3
    • +9
    ./gui/qml/pages/rxmanager/RxManagerHeader.qml
    • -1
    • +11
    ./gui/qml/pages/rxmanager/RxManagerList.qml
    • -3
    • +0
    ./gui/qml/pages/rxmanager/RxProfileComponent.qml
    • -34
    • +116
    ./gui/qml/pages/rxmanager/RxProfileContainer.qml
    • -21
    • +32
    ./storage/RxProfilesController.cpp
  1. … 3 more files in changeset.
LDT-2096: Prescription Manager - SW - 01 - R&I - 05: DEV - Feature Implementation

- Fix issues due to merge in pretreatment create qml files

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

- Complete implementation of Add Rx profile with Create treatment screen

- Change Controller writing to use QHash

- added Saline Volume to profile.

    • -33
    • +16
    ./gui/qml/pages/rxmanager/RxManager.qml
    • -8
    • +0
    ./gui/qml/pages/rxmanager/RxManagerHeader.qml
    • -1
    • +1
    ./gui/qml/pages/rxmanager/RxProfileComponent.qml
    • -22
    • +24
    ./gui/qml/pages/rxmanager/RxProfileContainer.qml
    • -31
    • +27
    ./storage/RxProfilesController.cpp
Prescription Manager - SW - 01 - R&I - 05: DEV - Feature Implementation

-Add dialog to qrc and main.ql=ml

  1. … 1 more file in changeset.
Prescription Manager - SW - 01 - R&I - 05: DEV - Feature Implementation

- add RX manager dialog

- Add base of Pretreatment page for rx profile. Need to adjust back signal

    • -0
    • +62
    ./gui/qml/dialogs/RxManagerDialog.qml
    • -19
    • +18
    ./gui/qml/pages/ManagerStack.qml
    • -0
    • +66
    ./gui/qml/pages/rxmanager/RxManager.qml
    • -1
    • +15
    ./gui/qml/pages/rxmanager/RxManagerHeader.qml
Prescription Manager - SW - 01 - R&I - 05: DEV - Feature Implementation

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

    • -69
    • +55
    ./storage/RxProfilesController.cpp
Merge branch 'feature/LDT-2957-heparin' into staging

    • -2
    • +4
    ./gui/qml/compounds/LabelUnitContainer.qml
    • -1
    • +0
    ./gui/qml/pages/settings/SettingsROInput.qml
    • -1
    • +0
    ./gui/qml/pages/settings/SettingsUserMode.qml
  1. … 1 more file in changeset.
Merge branch 'feature/LDT-2727-service' into staging

    • -3
    • +3
    ./gui/qml/compounds/LabelUnitContainer.qml
  1. … 1 more file in changeset.
LDT-2962 Heparin - SW - 01 - R&I - 05: DEV - Feature Implementation

address cr comment fix heparin type options uindefined

    • -1
    • +1
    ./gui/qml/pages/treatment/TreatmentHeparin.qml
LDT-2962 Heparin - SW - 01 - R&I - 05: DEV - Feature Implementation

add message IDs

  1. … 2 more files in changeset.
LDT-2960 Heparin - SW - 01 - R&I - 03: SDD - Design Diagram - plantuml

adddress cr comment

    • -2
    • +2
    ./gui/qml/pages/treatment/TreatmentStack.qml
LDT-2960 Heparin - SW - 01 - R&I - 03: SDD - Design Diagram - plantuml

address cr comments

    • -0
    • +355
    ./gui/qml/pages/treatment/TreatmentHeparin.qml
    • -1
    • +0
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 1 more file in changeset.
LDT-2962 Heparin - SW - 01 - R&I - 05: DEV - Feature Implementation

add idle timeout for heparin screen

    • -0
    • +43
    ./gui/qml/components/IdleTimer.qml
    • -5
    • +10
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 1 more file in changeset.
LDT-2962 Heparin - SW - 01 - R&I - 05: DEV - Feature Implementation

implementation of heparin

    • -11
    • +37
    ./gui/qml/components/MainMenu.qml
    • -2
    • +4
    ./gui/qml/compounds/LabelUnitContainer.qml
    • -1
    • +2
    ./gui/qml/pages/treatment/TreatmentSection.qml
    • -4
    • +21
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 3 more files in changeset.
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

    • -234
    • +16
    ./gui/qml/pages/ManagerStack.qml
    • -30
    • +6
    ./gui/qml/pages/rxmanager/RxProfileComponent.qml
    • -25
    • +76
    ./gui/qml/pages/rxmanager/RxProfileContainer.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
    ./gui/qml/pages/ManagerStack.qml
  1. … 2 more files in changeset.
Prescription Manager - SW - 01 - R&I - 05: DEV - Feature Implementation

Add model list implementation, and rename files

    • -0
    • +29
    ./model/rxmanager/MRxProfilesData.cpp
    • -0
    • +105
    ./model/rxmanager/MRxProfilesData.h
    • -0
    • +346
    ./storage/RxProfilesController.cpp
    • -0
    • +122
    ./storage/RxProfilesController.h
LDT-2732 Service - SW - 01 - Service - R&I - 05: DEV - Feature Implementation

address cr comments

    • -1
    • +1
    ./gui/qml/compounds/LabelUnitContainer.qml
    • -2
    • +2
    ./gui/qml/pages/settings/SettingsBase.qml
    • -2
    • +17
    ./gui/qml/pages/settings/SettingsDateTime.qml
  1. … 5 more files in changeset.
LDT-2732 Service - SW - 01 - Service - R&I - 05: DEV - Feature Implementation

address cr comments

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

clean up user mode setting

    • -1
    • +1
    ./gui/qml/pages/settings/SettingsUserMode.qml
LDT-2732 Service - SW - 01 - Service - R&I - 05: DEV - Feature Implementation

sync date and time to ui time when NTP is set

    • -1
    • +7
    ./gui/qml/pages/settings/SettingsDateTime.qml
LDT-2732 Service - SW - 01 - Service - R&I - 05: DEV - Feature Implementation

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

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

    • -1
    • +1
    ./gui/qml/pages/rxmanager/RxManagerHeader.qml
LDT-2730 Service - SW - 01 - Service - R&I - 03: SDD - Design Diagram - plantuml

add SDD diagram

    • -1
    • +0
    ./gui/qml/pages/settings/SettingsStack.qml
  1. … 2 more files in changeset.
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
    • +386
    ./storage/RxProfiles.cpp
    • -0
    • +214
    ./storage/RxProfiles.h
    • -0
    • +208
    ./view/VRxProfiles.cpp
    • -0
    • +126
    ./view/VRxProfiles.h
  1. … 3 more files in changeset.
LDT-2732 Service - SW - 01 - Service - R&I - 05: DEV - Feature Implementation

Revert visible service items to normal

    • -8
    • +8
    ./gui/qml/pages/settings/SettingsStack.qml
LDT-2732 Service - SW - 01 - Service - R&I - 05: DEV - Feature Implementation

TD and D Ddata time messaging fingihsed

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

update message ids and cpp files for TD and DD date time

    • -0
    • +82
    ./model/dd/adjustment/settings/MAdjustDDDateTimeResponse.h
  1. … 4 more files in changeset.
LDT-2732 Service - SW - 01 - Service - R&I - 05: DEV - Feature Implementation

updates to resetting wifi to show correct behavior

    • -4
    • +4
    ./gui/qml/pages/settings/SettingsStack.qml
    • -5
    • +11
    ./gui/qml/pages/settings/SettingsWiFi.qml