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 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.

    • -6
    • +120
    ./hd/adjustment/treatment/MTreatmentAdjustRequests.h
    • -0
    • +52
    ./td/adjustment/treatment/MTreatmentAdjustDialysateFlowRateResponse.cpp
    • -0
    • +52
    ./td/adjustment/treatment/MTreatmentAdjustDialysateTemperatureResponse.cpp
    • -0
    • +87
    ./td/adjustment/treatment/MTreatmentAdjustDialysateTemperatureResponse.h
  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 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.

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

Add model list implementation, and rename files

    • -0
    • +29
    ./rxmanager/MRxProfilesData.cpp
    • -0
    • +105
    ./rxmanager/MRxProfilesData.h
  1. … 8 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 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.

  1. … 4 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 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.

  1. … 16 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.

  1. … 11 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 to fix spelling of transmembrane.

  1. … 7 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 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.

  1. … 7 more files in changeset.
LDT-2732 Service - SW - 01 - Service - R&I - 05: DEV - Feature Implementation

address cr comments

  1. … 18 more files in changeset.
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
    • +49
    ./dd/adjustment/settings/MAdjustDDDateTimeResponse.cpp
    • -0
    • +82
    ./dd/adjustment/settings/MAdjustDDDateTimeResponse.h
    • -0
    • +49
    ./td/adjustment/settings/MAdjustTDDateTimeResponse.cpp
    • -0
    • +82
    ./td/adjustment/settings/MAdjustTDDateTimeResponse.h
  1. … 8 more files in changeset.
LDT-2712: Trends and Screensaver Screens - SW - 01 - Trends Screen - R&I - 05: DEV - Feature Implementation

- Added ScrollBar2.qml, TreatmentTrends.qml, and VTreatmentTrends.h/cpp files for trends implementation.

- Updated GuiGlobals.h to add MsgIDs ID_TreatmentLogAlarmData and ID_TreatmentLogEventData.

- Updated TreatmentStack.qml to add TreeatmentTrends.qml.

- Updated main.qml to add VTreatmentTrends.

- Moved MTreatmentLogAlarmData.h, MTreatmentLogAlarmData.cpp, MTreatmentLogEventData.h, and MTreatmentLogEventData.cpp from hd to td directory.

- Updated MListModel.h/cpp to add insertRow member function.

    • -0
    • +56
    ./td/data/treatmentlog/MTreatmentLogAlarmData.cpp
    • -0
    • +88
    ./td/data/treatmentlog/MTreatmentLogAlarmData.h
    • -0
    • +56
    ./td/data/treatmentlog/MTreatmentLogEventData.cpp
    • -0
    • +88
    ./td/data/treatmentlog/MTreatmentLogEventData.h
  1. … 11 more files in changeset.
LDT-2712: Trends and Screensaver Screens - SW - 01 - Trends Screen - R&I - 05: DEV - Feature Implementation

- Added ScrollBar2.qml, TreatmentTrends.qml, and VTreatmentTrends.h/cpp files for trends implementation.

- Updated GuiGlobals.h to add MsgIDs ID_TreatmentLogAlarmData and ID_TreatmentLogEventData.

- Updated TreatmentStack.qml to add TreeatmentTrends.qml.

- Updated main.qml to add VTreatmentTrends.

- Moved MTreatmentLogAlarmData.h, MTreatmentLogAlarmData.cpp, MTreatmentLogEventData.h, and MTreatmentLogEventData.cpp from hd to td directory.

- Updated MListModel.h/cpp to add insertRow member function.

    • -0
    • +56
    ./td/data/treatmentlog/MTreatmentLogAlarmData.cpp
    • -0
    • +88
    ./td/data/treatmentlog/MTreatmentLogAlarmData.h
    • -0
    • +56
    ./td/data/treatmentlog/MTreatmentLogEventData.cpp
    • -0
    • +88
    ./td/data/treatmentlog/MTreatmentLogEventData.h
  1. … 11 more files in changeset.
Bamboo Commit: Updated MAlarmMapping.cpp

Bamboo Commit: Updated MAlarmMapping.cpp

Bamboo Commit: Updated MAlarmMapping.cpp

Merge branch 'feature/LDT-1440-ultrafiltration' into staging

    • -44
    • +37
    ./hd/adjustment/treatment/MTreatmentAdjustRequests.h
  1. … 17 more files in changeset.
Bamboo Commit: Updated MAlarmMapping.cpp

Merge branch 'feature/LDT-2264-patient-vitals' into staging

  1. … 16 more files in changeset.
LDT-1445: Ultrafiltration - SW - 01 - R&I - 05: DEV - Feature Implementation

- Updated MTreatmentAdjustRequests.h to remove Box/M.Box columns from doxygen headers.

    • -36
    • +36
    ./hd/adjustment/treatment/MTreatmentAdjustRequests.h
LDT-2428: Onboarding Test Message & Diag Screen View

- Make change for visibility in diagnostics screen

- Remove comments in model.

  1. … 1 more file in changeset.
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
    • +48
    ./td/data/MTDTestData.cpp
    • -0
    • +80
    ./td/data/MTDTestData.h
  1. … 10 more files in changeset.
Merge branch 'feature/LDT-783-stop-state' into staging

  1. … 2 more files in changeset.
LDT-2364: Software Upgrade - SW - 01 - Qt6-LTS Investigation - R&I - 05: DEV - Feature Implementation

- Updated to build with Qt 6.8.3

  1. … 35 more files in changeset.
Bamboo Commit: Updated MAlarmMapping.cpp

LDT-2273 Patient Vitals - SW - 01 - R&I - 09: SDD - Functions Documentation

add function documentation

  1. … 2 more files in changeset.
LDT-2269 Patient Vitals - SW - 01 - R&I - 05: DEV - Feature Implementation

move numpad to compounds

    • -1
    • +1
    ./td/data/treatment/MTreatmentVitalsData.h
  1. … 4 more files in changeset.
LDT-1445: Ultrafiltration - SW - 01 - R&I - 05: DEV - Feature Implementation

- Updated various QMLs to fix whitespace alignment.

- Moved ultrafiltration models and views from TD to HD directories.

- Updated message IDs for UF messages.

    • -0
    • +67
    ./td/adjustment/treatment/MTreatmentAdjustUltrafiltrationConfirmResponse.cpp
    • -0
    • +92
    ./td/adjustment/treatment/MTreatmentAdjustUltrafiltrationConfirmResponse.h
    • -0
    • +78
    ./td/adjustment/treatment/MTreatmentAdjustUltrafiltrationEditResponse.cpp
    • -0
    • +95
    ./td/adjustment/treatment/MTreatmentAdjustUltrafiltrationEditResponse.h
    • -0
    • +49
    ./td/adjustment/treatment/MTreatmentAdjustUltrafiltrationStateResponse.cpp
    • -0
    • +82
    ./td/adjustment/treatment/MTreatmentAdjustUltrafiltrationStateResponse.h
  1. … 15 more files in changeset.