data

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-6022: The ultrafiltration inconsistency

- Had a conversation with Syseng(Nic) and Fweng(Sean) and decided to have the fix somehow more understandable but there is no actual fix and if that happens it would be the FW bug.

- The modification is that the main progress bar will always has VTreatmentUltratiltration.minimum as minimum (current;y always zero) and VTreatmentUltratiltration.maximum as maximum.

- The UI always expects to get the vTreatmentRanges.treatmentRanges_Ultrafiltration_Volume_Min (adjustable min and slider min) greater than vTreatmentUltrafiltration.ultrafiltration_RefUFVol (current uf volume delivered and current value on the progress bar) and so close to eachother.

- Removed the precision from VTreatmentUltrafiltration and moved into the Variables.

  1. … 7 more files in changeset.
DEN-5739: Implementation

- Implemented the entire MVC for Heparin request/response/data.

    • -0
    • +25
    ./VTreatmentHeparinData.cpp
    • -0
    • +43
    ./VTreatmentHeparinData.h
  1. … 18 more files in changeset.
DEN-5033: Implementation [ Messaging ] (1 of 2)

- improving and testing the Arterial/Venous pressure values

- using the doAdjustment of the venousPressureMinimum : vTreatmentAdjustmentPressuresLimits.venousLimitMin

in the QML.

  1. … 9 more files in changeset.
DEN-5033: DEN-5034: Implementation [ Messaging ]

- Back end implementation of the messaging.

  1. … 23 more files in changeset.
DEN-5340 Code Coverage [100%]

- Coverage to 100%

- Added "Profile" build setup for Code Coverage Instrumentation and build in the workspace_UI with the output name of denaliSquish

- Modified the Pressure/Occlusion message to have new structure (last 3 of 5 fields changed to U32 from F32)

  1. … 5 more files in changeset.
DEN-5340 Code Coverage [99.953%]

- Covered the sbOff/sbIdle

  1. … 1 more file in changeset.
DEN-5340 Code Coverage [99.881%]

- removed unused codes.

- commented unused codes.

  1. … 8 more files in changeset.
DEN-5339: Integration Testing

- Debugging, Refactoring, Testing

  1. … 32 more files in changeset.
DEN-5337: Implementation

Fixed the issue in the unit test but we had a discussion with FW and we had an agreement:

1 - Adding a third field for the message 65 (What was the accepted requested state, or what state to remain in if requested state is rejected.) which will be used for logging only and the message "15: treatment States" will be used to get the actual states.

2 - After the responses to any messages involving the UF_State, Saline_State, Treatment_State immediately message 15 will be sent to update the UI.

So the next step/commit is to apply this decision.

  1. … 3 more files in changeset.
DEN-5337: Implementation

  1. … 18 more files in changeset.
Bamboo Commit: Updated the Copyright with the current year and replaced tabs with 4 spaces

  1. … 160 more files in changeset.
Merge branch 'master' into DEN-4690_Doxygenization

  1. … 121 more files in changeset.
DEN-4690: Doxygenization

- Completed updating the messaging models

- Updated the view classes

  1. … 47 more files in changeset.
DEN-4690: Doxygenization

- Added more comments

- Added message table template.

- ...

  1. … 101 more files in changeset.
Bamboo Commit: Updated the Copyright with the current year and replaced tabs with 4 spaces

  1. … 251 more files in changeset.
DEN-4690: Doxygenization

- Filename changed to Camel Case

- Diagrams updated

- Figured out how to set macro references in doxygen and updated the code dox

- Figured out how to draw diagrams in doxygen and updated the code dox

  1. … 69 more files in changeset.
DEN-4690: Doxygenization

- Doxygenization

- File Names Camel Case

- Spell Checks

    • -0
    • +31
    ./VTreatmentBloodFlow.cpp
    • -0
    • +41
    ./VTreatmentBloodFlow.h
    • -0
    • +31
    ./VTreatmentDialysateFlow.cpp
    • -0
    • +41
    ./VTreatmentDialysateFlow.h
    • -0
    • +29
    ./VTreatmentPressureOcclusion.cpp
    • -0
    • +41
    ./VTreatmentPressureOcclusion.h
    • -0
    • +30
    ./VTreatmentRanges.cpp
    • -0
    • +40
    ./VTreatmentRanges.h
    • -0
    • +27
    ./VTreatmentTime.cpp
  1. … 197 more files in changeset.
DEN-4445: Code Review 0

  1. … 4 more files in changeset.
DEN-4441: Implementation/Ultrafiltration

- Also did the :

- DEN-4442: Unit Testing

- DEN-4443: Integration Testing

- DEN-4444: Code Coverage

    • -0
    • +44
    ./VHDOperationModeData.cpp
    • -0
    • +45
    ./VHDOperationModeData.h
    • -0
    • +26
    ./VHDTreatmentStatesData.cpp
    • -0
    • +43
    ./VHDTreatmentStatesData.h
    • -0
    • +27
    ./VTreatmentSalineData.cpp
    • -0
    • +38
    ./VTreatmentSalineData.h
  1. … 25 more files in changeset.