Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-16773: Add Chemical Disinfect Enable To the Institutional Record

- Added code to display the reject reason in chemical disinfect flush

DEN-16773: Add Chemical Disinfect Enable To the Institutional Record

Added enable chemical disinfect to the institutional configurations

  1. … 5 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./pages/settings/SettingsExportLogs.qml
  1. … 4 more files in changeset.
CS-13: Patient ID set as fix if not entered by user

- Enabled the CS timers to look up for the pending txr.

- Fix a typo which caused Settings screens notification cover by Minimized Alarm.

- Added a default Patient ID "NoPatientIDEntered" to be stored as, in the Txr, in case skipped.

    • -3
    • +2
    ./pages/settings/SettingsExportLogs.qml
  1. … 3 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./pages/settings/SettingsExportLogs.qml
  1. … 10 more files in changeset.
CS-10: The Log upload to the cloud

- Added a command line option -L to (dis/en)able the long log name with CloudSync upload and pending feature.

- If -L is not used the system will log like before with yyyy_DD_dd_denali.(log/err) format.

- Improved the code and fixed some of TODO sections.

- Added PROPERTY for the application running environment in GuiView to use in export log.

- Utilize the MainMenu height in the settingsExportLog since that is hidden in that screen.

- Added a dynamic panel layout on the SettingsExportLogs from vertical if not using the LongLogNames to horizontal if the LongLogNames is used.

- Added getters for logger file name attributes like the path and log extension and so on, which is currently being used int he DeviceController to handle the log upload and backup.

    • -125
    • +130
    ./pages/settings/SettingsExportLogs.qml
  1. … 8 more files in changeset.
DEN-16693: Institutional Settings Implementation

- The Ultrafiltration slide is an old slider so added some functionality in the code.

  1. … 1 more file in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 23 more files in changeset.
DEN-16693: Institutional Settings Implementation

- Touch grid column spacing shrank from 100 to 50.

- Settings column width expanded from 300 to 325.

- Changed the Institutional Configs to Institutional Configurations on settings items.

DEN-16693: Institutional Settings Implementation

Changed the name of the Institutional Configurations to Institutional Configs to be able to fit in the tab

DEN-16693: Institutional Settings Implementation

Updated the title of the Institutional Configurations and updated the heparin units

  1. … 2 more files in changeset.
DEN-16693: Institutional Settings Implementation

Updated the units width in the institutional record.

DEN-16693: Institutional Settings Implementation

Updated the institutional record screen columns.

  1. … 1 more file in changeset.
DENBUG-199: Alarm 280 (DG Fault: DRP Direction Fault) Triggered during Pre-Treatment Sequence

Added the Maxon RPM to the handled messages to be logged.

  1. … 6 more files in changeset.
DEN-16693: Institutional Settings Implementation

Updated the qml file to display the insititutional record. Updated the model and view classes.

  1. … 6 more files in changeset.
DEN-16693: Institutional Settings Implementation

Initial commit of the inititutional record MVC implementation.

    • -0
    • +54
    ./pages/settings/SettingsInstitutionalRecord.qml
  1. … 19 more files in changeset.
DENBUG-163: High Venous Pressure Alarm 130 Triggers During Normal Treatment Operation

Added air trap raw lower level and air trap raw upper level to be logged and displayed on the diagnostics screen

  1. … 8 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./components/SliderCreateTreatment.qml
    • -1
    • +1
    ./pages/settings/SettingsExportLogs.qml
  1. … 2 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 16 more files in changeset.
DEN-16656: UI: No Treatment log export success is displayed when exporting logs to a USB

added the export status to the notification text.

- started (in progress)

    • -1
    • +6
    ./pages/settings/SettingsExportLogs.qml
DEN-16491: UI: During Rinseback setup, user cannot go back to treatment until they have viewed all Rinseback setup instructions

- Removed the restriction for Back Button on the Rinseback Setup screen, to let user go back without going through the entire instruction.

DEN-12728: UI: UI does not clean up Treatment Parameter settings for different patient

Added the functionality to the TreatmentCreate to reset the scroll to top on clear the parameters.

DEN-16444: UI: UI Logs do not Capture TDi and TRo Moving Average Values

Updated the application to incorporate the two new float values in the DG temperature sensors payload.

  1. … 6 more files in changeset.
DENBUG-183: Ultrafiltration resolution is not 0.1 when sliding from 0.0-0.1

DEN-12728: UI: UI does not clean up Treatment Parameter settings for different patient

- After fixing the issue it was noticed that the border of the sliders with OFF button will remain highlighted.

    • -1
    • +1
    ./components/SliderCreateTreatment.qml
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./components/ConfirmTreatmentSubTable.qml
    • -1
    • +1
    ./components/ConfirmTreatmentTable.qml
    • -2
    • +2
    ./components/ConfirmTreatmentTableEntry.qml
  1. … 598 more files in changeset.
DEN-16637, DEN-16640, DEN-16641 : P1_Staging Dry-Run found issues.

DEN-16637: SW: Top Alarm on Debug Screen Does Not Change When Alarm is Cleared

DEN-16640: SW: Blood Measurement Interval Set to OFF During Treatment When Set to 5 min in Pre-treatment

DEN-16641: UI: Heparin Syringe Installation Screen Missing

  1. … 1 more file in changeset.
DENBUG-204 aligned the commented out code in the diagnostics qml

DENBUG-204 updated the diagnostics screens qml with the latest dialysate outlet pump broadcast changes

DENBUG-182: Phantom Alarm Screen Appears After Clearing Last Alarm

- the order of the QML PROPERTYs cannot exactly predicted therefore setting them if not needed has to be avoided.

- set the alarmID to 0 to trigger the next change since we skip the property updated if the alarmID is 0.

  1. … 2 more files in changeset.