data

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-6877: Merging the Versions/Acceleration

    • -0
    • +32
    ./VHDAccelerometerData.cpp
    • -0
    • +49
    ./VHDAccelerometerData.h
  1. … 37 more files in changeset.
DEN-6863 , DEN-6865 , DEN-6866 : psTx

- Added Recirculate timeout Model/View.

- Added Rinseback timeout to the Model/View.

- Added three more parameter to the Treatment State Message 15 for the "Blood Prime", "Treatment End", "Treatment Stop"

- Renamed the StackItem method "back" to "page".

- Renamed the "End" button label to "End Treatment"

- Renamed the "TreatmentComplete" Screen to "TreatmentEnd" to be more consistent with the states.

- Added the "TreatmentEndPause" screen for "Treatment End Pause" state

- Added the recirculate timeout to the screens.

- Added the rinseback timeout to the screens.

- Refactored the "txDialysisRunning" to "txDialysis" to match the state with the same name.

-

    • -0
    • +26
    ./VTreatmentRecirculateData.cpp
    • -0
    • +44
    ./VTreatmentRecirculateData.h
  1. … 36 more files in changeset.
DEN-6862 , DEN-6865 : Blood Prime && Rinseback && Ricirculate

- Moved all the the imports into the main.qml since find out it doesn't make any difference until the module is loaded dynamically at runtime which we don't since it is slow.

- Added PostTreatmentAdditional for Additional Rinseback.

- Added RinsebackInit for Rinseback setup

- Code Clean up & refactoring

  1. … 12 more files in changeset.
DEN-6862, DEN-6865 Blood Prime Screen

- Added Blood Prime Screen/Message

- Cleaned up the code a little.

    • -0
    • +26
    ./VTreatmentBloodPrimeData.cpp
    • -0
    • +44
    ./VTreatmentBloodPrimeData.h
  1. … 14 more files in changeset.
DEN-6862: ptTx-RB: Implementation [Screens] Rinseback Complete

- DEN-6864: ptTx-RB: Implementation [Messaging] (1/2)

- DEN-6865: ptTx-RB: Implementation [Messaging] (2/2)

- Added ImageText Componenet for the rinseback in progress screen

- Added Flow rate as well to the message ID_Rinseback as 3rd parameter.

- Connected Recirculate message to the Recirculate screen in progress.

- Connected Rinseback (Adj/Data) messages to the Rinseback screen in progress.

- Updated TreatmentStack Screen navigation for the Rinseback, Recirculate, TreatmentComplete and so on.

  1. … 15 more files in changeset.
DEN-6864: Implementation [Messaging] (1/2)

    • -0
    • +26
    ./VTreatmentRinsebackData.cpp
    • -0
    • +44
    ./VTreatmentRinsebackData.h
  1. … 25 more files in changeset.
- Added PostTreatmentComplete.qml screen - Added PostTreatmentRinsebackComplete.qml - Removed '_' from Dialisate state property name - fixed the Alarm enum name change on AlarmDefs

  1. … 10 more files in changeset.
6636: ptTx_Rinseback: Implementation

- Added the PostTreatmentRinseback.qml

- Added the PostTreatmentRecirculate.qml

- Improved the StackItem.qml

- Added Rinseback/Recirculate Navigation

- Removed Diagnostics screen since it's not one screen anymore and is too old.

-

  1. … 22 more files in changeset.
Build failed on server because the fw common branch master was changed.

- commented out the removed enum from application.

  1. … 1 more file in changeset.
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-4964: Added HD Versions implementation without *.qml needed changes.

  1. … 13 more files in changeset.
DEN-4964: Added HD Versions implementation without *.qml needed changes.

    • -0
    • +31
    ./VHDVersionData.cpp
  1. … 21 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-4964: Addressed code review comments.

  1. … 2 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.
DEN-4964: Added DG Accelerometer to the UI app.

  1. … 13 more files in changeset.
DEN-4964: Added 3 decimals to the HD accelerometer based on code review comments

  1. … 2 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.
DEN-4964: Made naming convention of HD Accelerometer model consistent with rest of code base

  1. … 2 more files in changeset.
DEN-4964: Finished implementation of HD Accelerometer

  1. … 4 more files in changeset.
DEN-4964: UI messaging initial push with HD Accelerometer

    • -0
    • +33
    ./VHDAccelerometerData.cpp
    • -0
    • +43
    ./VHDAccelerometerData.h
  1. … 9 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.