pages

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-6864: Implementation [Messaging] (1/2)

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

    • -0
    • +86
    ./postTreatment/PostTreatmentComplete.qml
    • -2
    • +3
    ./postTreatment/PostTreatmentRecirculate.qml
    • -2
    • +3
    ./postTreatment/PostTreatmentRinseback.qml
    • -0
    • +95
    ./postTreatment/PostTreatmentRinsebackComplete.qml
    • -1
    • +1
    ./treatment/sections/TreatmentHeparin.qml
    • -1
    • +1
    ./treatment/sections/TreatmentTime.qml
  1. … 5 more files in changeset.
DEN-5759: Code Review 0

- Added a TODO for the DoubleSlider component to add a validation and active feature to be able to use it for PreTreatmentCreate.

    • -6
    • +10
    ./pretreatment/create/PreTreatmentCreate.qml
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.

-

    • -0
    • +85
    ./postTreatment/PostTreatmentRecirculate.qml
    • -0
    • +192
    ./postTreatment/PostTreatmentRinseback.qml
    • -2
    • +2
    ./pretreatment/create/PreTreatmentUltrafiltration.qml
    • -1
    • +1
    ./treatment/adjustments/TreatmentAdjustmentUltrafiltrationConfirm.qml
    • -1
    • +1
    ./treatment/adjustments/TreatmentAdjustmentUltrafiltrationStart.qml
  1. … 16 more files in changeset.
DEN-5757: Code Coverage

    • -0
    • +2
    ./pretreatment/create/PreTreatmentUltrafiltration.qml
DEN-4867: Code Review 0 - Requested Modifications

- Removed startBLETimer and killBLETimer so we are not creating and deleting timers. Only one timer will be used

- Added toggleBLETimer

- Logging measurements when they are received instead of using qDebug

- Passing device addr and name to BLEScanner instead of just addr so only a QBluetoothDeviceInfo object is necessary, allowing removal of the macAddress QString

- Removed VBluetoothDeviceInfo static cast in VBluetooth::doSelectDevice

  1. … 5 more files in changeset.
DEN-5753: Update Design Documents

- Fixed comments in some files of the Pre-Treatment Create.

    • -2
    • +2
    ./pretreatment/create/PreTreatmentUltrafiltration.qml
  1. … 1 more file in changeset.
DEN-5754: Implementation

- code refactoring and clean up

    • -0
    • +55
    ./pretreatment/create/PreTreatmentBase.qml
    • -0
    • +88
    ./pretreatment/create/PreTreatmentConfirm.qml
    • -0
    • +660
    ./pretreatment/create/PreTreatmentCreate.qml
    • -0
    • +124
    ./pretreatment/create/PreTreatmentPrime.qml
    • -0
    • +123
    ./pretreatment/create/PreTreatmentUltrafiltration.qml
    • -108
    • +0
    ./treatment/TreatmentConfirm.qml
  1. … 4 more files in changeset.
DEN-5754: Implementation

- Code clean up

    • -10
    • +10
    ./treatment/TreatmentConfirm.qml
  1. … 10 more files in changeset.
DEN-4964: Addressed code review comments.

  1. … 7 more files in changeset.
DEN-4863, DEN-4865: Code Coverage and Unit Tests

  1. … 9 more files in changeset.
DEN-4865, DEN-5642: Checking BLE connection before sending UF volume, fixed unit test errors and added object names to support squishqt tests

  1. … 11 more files 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
    • +1
    ./treatment/adjustments/TreatmentAdjustmentUltrafiltrationConfirm.qml
    • -27
    • +17
    ./treatment/adjustments/TreatmentAdjustmentUltrafiltrationEdit.qml
    • -2
    • +1
    ./treatment/adjustments/TreatmentAdjustmentUltrafiltrationPaused.qml
    • -2
    • +1
    ./treatment/adjustments/TreatmentAdjustmentUltrafiltrationStart.qml
  1. … 2 more files in changeset.
DEN-5754: Implementation

- Fixed a bug caused by a typo

DEN-5515, DEN-5516: Moved bluetooth setup before UI application start in run.sh, fixed start treatment messaging

  1. … 2 more files in changeset.
Merge DEN-4860_BLE into 2020_EOY_DEMO

  1. … 20 more files in changeset.
Merge master into DEN-4860_BLE

  1. … 19 more files in changeset.
DEN-5754: Implementation

- linked the pre-treatment ultrafiltration adjustment with the in-treatment ultrafiltration section and the adjustment flow.

- added the rejection reason text to the pTx uf adj screen.

  1. … 2 more files in changeset.
DEN-5515, DEN-5516: Setup in-treatment bp/hr measurement alerts

- Replaced some instances of qDebug with LOG_DEBUG

- Docstring fixes, cleanup

  1. … 8 more files in changeset.
DEN-5754: Implementation

- Fixed the message id of the ID_ConfirmTreatmentReq from 58 to 59

- Enabled the priming button for now since there is no FW implementation.

  1. … 1 more file in changeset.
DEN-4964: Added HD Blood/DialIn signal strengths to Manager page.

  1. … 6 more files in changeset.
DEN-4964: Added DG Versions to Manager page.

DEN-4964: Added DG Versions to Manager page.

  1. … 14 more files in changeset.
DEN-5754: Implementation

- Added the new MVC for initial UF Volume adjustment messages (79/80).

  1. … 17 more files in changeset.
DEN-5754: Implementation

- reviewed the pre-treatment screens and modified

- added the double range slider for Arterial and Venous

- modified the treatmentBegin(ultrafiltration)

- so many other tweaks.

    • -131
    • +167
    ./treatment/TreatmentCreate.qml
    • -102
    • +78
    ./treatment/TreatmentPrime.qml
  1. … 14 more files in changeset.
DEN-4964: Added HDVersions FPGA items to Manager Screen.

DEN-5515: Added VAlert class to support BLE related alerts

  1. … 24 more files in changeset.
DEN-4964: Added HDVersions major, minor, micro to Manager Screen.

  1. … 1 more file in changeset.
DEN-5744: Code Review 0

- Fixed some typo

    • -5
    • +5
    ./treatment/adjustments/TreatmentAdjustmentUltrafiltrationEdit.qml
DEN-4964: Added HDVersions major, minor, and micro to Manager Screen.

  1. … 1 more file in changeset.