Clone
 

michael garthwaite <mgarthwaite@diality.com> in application

Merge branch 'DEN-12121-sw_dev-sprint-65' into develop

DEN-12121: Adjustments to Dianogistic Dialog to fit new FW versions better. Moved Pressures to have a bit more room for 5 digit values.

Merge branch 'DEN-12121-sw_dev-sprint-65' into develop

DEN-12121: Updates per code review

    • -3
    • +3
    /sources/model/dg/data/MDGConductivityData.h
    • -3
    • +3
    /sources/model/hd/data/MHDAirBubbleData.h
    • -3
    • +3
    /sources/model/hd/data/MHDAirTrapData.h
    • -3
    • +3
    /sources/model/hd/data/MHDBloodLeakData.h
DEN-12121: Updated Models and views to latest messaging protocol. Fixed BLD to show detect counter. Updated get version to display compatibility revision.

Merge branch 'DEN-12121-sw_dev-sprint-65' into develop

    • -0
    • +4
    /sources/canbus/MessageInterpreter.cpp
DEN-12121: Further linkage for updating values on screen relating to DEN-12118

DEN-12121: Updates per system team's feedback for DEN-12118

DEN-12121: Implemented QML updates, proper view links for QML, and remaining implementation for new messages to the QML stack. All relate to DEN-12118.

    • -0
    • +1
    /sources/model/dg/data/MDGValvesStatesData.h
    • -3
    • +3
    /sources/model/hd/alarm/MAlarmMapping.cpp
    • -12
    • +13
    /sources/view/dg/data/VDGValvesStatesData.h
    • -0
    • +26
    /sources/view/hd/data/VHDAirBubbleData.cpp
    • -3
    • +43
    /sources/view/hd/data/VHDAirBubbleData.h
    • -0
    • +26
    /sources/view/hd/data/VHDAirTrapData.cpp
    • -3
    • +43
    /sources/view/hd/data/VHDAirTrapData.h
    • -2
    • +2
    /sources/view/hd/data/VHDBloodLeakData.cpp
    • -3
    • +3
    /sources/view/hd/data/VHDBloodLeakData.h
Merge branch 'staging' into DEN-12121-sw_dev-sprint-65

    • -8
    • +8
    /sources/canbus/MessageInterpreter.cpp
DEN-12121: Implemented Model and Views for BloodLeak, AirBubble, AirTrap and DG Conductvity for DEN-12118. Removed ODi and ODo in diagnostic dialog. Added isCompleted field in Rinseback Model for DEN-9932.

    • -0
    • +4
    /sources/canbus/MessageInterpreter.cpp
    • -0
    • +57
    /sources/model/dg/data/MDGConductivityData.cpp
    • -0
    • +90
    /sources/model/dg/data/MDGConductivityData.h
    • -0
    • +45
    /sources/model/hd/data/MHDAirBubbleData.cpp
    • -0
    • +84
    /sources/model/hd/data/MHDAirBubbleData.h
    • -0
    • +45
    /sources/model/hd/data/MHDAirTrapData.cpp
    • -0
    • +84
    /sources/model/hd/data/MHDAirTrapData.h
    • -0
    • +78
    /sources/model/hd/data/MHDBloodLeakData.cpp
    • -3
    • +75
    /sources/model/hd/data/MHDBloodLeakData.h
  1. … 12 more files in changeset.
Updates per code review.

DEN-12121: skeleton model and file for blood leak sensor for DEN-12118.

    • -0
    • +37
    /sources/model/hd/data/MHDBloodLeakData.h
DEN-11980: Updates and fixes per code review.

    • -0
    • +67
    /sources/model/hd/data/treatment/MTreatmentDialysateFlowData.cpp
    • -0
    • +95
    /sources/model/hd/data/treatment/MTreatmentDialysateFlowData.h
DEN-11980: Split Flows Data Model to Blood Flow data and Inlet Data Models. Updated Views to reflect new message protocol for Blood Flow and Inlet Flow. Updated Diagnostic Dialog to reflect new message values.