Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-13645: IMP: Disinfection Remove unused data messages [0x8100]

- Removed

0x8100 129 0x100 Req Y UI HD Chemical Disinfect User Confirm

    • -53
    • +0
    ./adjustment/disinfect/VDisinfectAdjustChemicalConfirm.cpp
    • -61
    • +0
    ./adjustment/disinfect/VDisinfectAdjustChemicalConfirm.h
  1. … 11 more files in changeset.
DEN-13645: IMP: Unhandled messages duplicate keys fix

- it has been observed that the unhandled messages are not logged correctly and turned out it is because of the Types of each parameter used as keys and keys can't be duplicate by default which caused issue for the unhandled messages, since they may have 6 parameter and all with F32 type which then becomes one parameter of type F32.

- an attribute has been defined for the config file with the format:

#--duplicate_key_on

#--duplicate_key_off

to allow or disallow the duplicate key at any point in the config file.

- Note that the save config parameters are always unique key like AlarmVolume which doesn't make sense to have duplicate entry.

  1. … 9 more files in changeset.
DEN-13645 IMP: DEN-12958: UI shall generate the POST fail alarm if the SD-Card not present and stop logging

__________

- Log Export

- Added the Alarm generation on the GuiController if SD-Card is not ready, or is/becomes read-only.

- AlarmGenerator

- Added the SD-Card failure alarm - ALARM_ID_UI_POST_FAILURE_SDCARD

- Added alarm clear - ALARM_ID_NO_ALARM

- Added a flag to stop logging if the SD-Card is not ready or is readonly.

- Removed pause on log clean up.

- Improved the DeviceController SD-Card, USB status detection.

- Fixed and improved the MVC connection betweein device/Application/Gui controllers.

- A CLI switch ( -S ) added to disable the feature that is disabling the log if the SD-Card doesn't exist. So if the -S switch is used while calling the denali application, the logging will NOT be disabled, if SD-Card fails.

- In the ExportButton and USBButton(eject) removed the enable logic and has to be done outside of the component. It has been done for the Settings/export and Post-Tx/Review.

- Added title and file count for each SD-Card and USB-Drive panels.

__________

- Run.sh

- Added a check for the CloudSync and if the folder doesn't exist it won't do the rest

- Kill the denali application, in case it is still running.

- Added SD-Card type as part of its detection and if it is not ext4 format it fails the test.

- Optimized the mount point detection.

__________

- NoCANBus

- added the NoCANBus to the fault and init modes to not to navigate to those if NoCANBus is true. Otherwise it conflict with navigate to the home.

- Added a log in case the NoCANBus is enabled.

__________

- Settings

- Converted the '\n' in the settings values to actual newline character.

__________

- Thread:

- Moved the QuiController in its own thread, _Gui_Thread.

__________

- Alarms

- Added an emit to update the Alarm Dialog with the latest title/message, received from Alarms.conf In case there was an alarm before even Alarm.conf is read.

  1. … 27 more files in changeset.
DEN-13489 IMP: General Implementation

DEN-13035: Update alarm body messages

- Removed the exclamation mark icon form the Alarm Dialog.

- Removed the exclamation mark icon form the Alarm Bar.

- Made the whole AlarmDialog title bar doubleClick and diagnostics opener if the alarm is not minimizable.

- Moved the Alarm ID from title to the bottom left of the dialog with format: "ID:<id>".

- Clipped the AlarmDialon body message area, crop the text if longer than dialog area.

- Changed the "settings" property name of the VSettings to "instructions".

- Changed the date/time formats keys to simplify the code and conf file.

- Implemented the Alarm Body messages, to load from Alams/Alarms.conf, instead of the FW.

- The FW texts/documents will still being used if the Alarms.conf doesn't have a definition.

- A instruction base capability has also been added to the MVC, but UI still not supporting it.

  1. … 17 more files in changeset.
DEN-13199: INT: DVT Support

- During DVT support found out the BCuff vitals debug item on the top of the screen is not working, and fixed ti by adding a real time version of the same actual vital properties which gets updated every time the vitals received.

    • -0
    • +16
    ./adjustment/common/VCommonAdjustmentVitals.cpp
  1. … 4 more files in changeset.
DEN-13127: LTS: Development Support

- [Export Button Enabling in VM #61|https://github.com/Diality/testsuites/issues/61]

  1. … 8 more files in changeset.
DEN-13134: IMP: General Implementation for any bugs and any other implementations

DEN-12836: Treatment Report/log export modifications

- Improved the SDItem and renamed to SDCProgressItem.

- Added another separate progress circle component for the USB Driver [USBProgressItem]

- Adding Space check for USB as well to get the USBProgressCircle update.

- Optimized ExportButton and added two size for Settings screen(normal) and Treatment Review screen(small)

- Improved USB button comonent

- Added a global byte size converter in Variable.qml

- Improved MainMenu component

- Added a notification for the TreatmentFlowBase.qml main component.

- Used the notification of the TreatmentFlowBase.qml for the Treatment Review Screen Log export to display feedback to the user.

- Added an individual screen for the log export.

- Removed the Export Log and USB eject from the main settings option screen.

- Added an option for the Export log on the settings home screen which is currently enabled for non-service users too.

- Fixed the DGVersionResponse, log message.

- Put a comment in the FileHandler.cpp about the Qt API QStorageInfo::mountedVolume() which seems so slow on detecting mounted volumes when a USB derive is just plugged in (It could be system issue, since it has also been observed from shell console.)

- Added error handling to the Treatment Log/Report export

DEN-12726: Denali application crashing

- Modified the Logger Maxusage limit to keep 50% of the data/event log and 15% of the service log and keep 35% free, after the log clean up triggered by 15% free storage detected.

DEN-13051: Encounter alarm 6 and SD card detection problem after updating UI version

DEN-13156: Settings screen menu should disappear on service mode

- Improved the MainStack.qml navigation rules.

- Improved the Patient ID keyboard handling, to hide the keyboard, when not on the screen.

- Improved the SettingsStack.qml navigation rules.

DEN-13128: KBM: Cloud Sync Integration

- Saving the CS log in UTC timezone.

DEN-13127: LTS: Development Support

- Fixed the issue found on the End-Treatment screen Confirm button which didn't respect the last instruction page enable only rule.

  1. … 41 more files in changeset.
DEN-12836: Treatment Report/log export modifications

- DEN-12944: KBM: Usual Meetings/Support/Development

- Modified the setup.sh script to work on PDT (Pacific timezone)

- Added timezone display on the screen by adding it to the VDateTime

- Removed unnecessary FileHandler header include.

- Modified the Treatment Review Export button to export the current TxReport only.

- Added the Safe Eject button for the Post-Treatment TxReport Export.

- Moved Log Folder definitions to the StorageGlobal.

- Fixed the greeting issue [https://github.com/Diality/testsuites/issues/57]

- DEN-11826: Bluetooth BloodPressure Cuff Interval - Observation

- It has completely redesigned

- DEN-9706: Blood Pressure measurement entry window closes automatically

- Auto Hide is disabled

    • -35
    • +33
    ./adjustment/common/VCommonAdjustmentVitals.cpp
    • -17
    • +7
    ./adjustment/common/VCommonAdjustmentVitals.h
  1. … 23 more files in changeset.
wrapping up multiple sprint codes

- LOG: Added a CLI option to disable the Check-In logs by adding -k, --disable-check-in-log at the CLI. This was interrupting the log tests. The build macro has been removed.

- POST: During the coverage find out that the getter functions have not even been called in the ApplicationPost.

- CloudSync: Added the Treatment Code(TxCode), received from the cloud after the Treatment Report stored by Cloud System. It is a message communication between UI<=(2008)=CS.

- CloudSync: Two error added for the 2008: TxCode

- CloudSync: Due to some issues on Cloud System regarding the credential expiration, It has been asked to add a temporary workaround to send the credentials (1004) before message 1006:Device State, 1007:Treatment Report.

- DEN-12727: Treatment Parameter Screen: Added more space between the parameters components specially the Temperature slider and the option on top.

- DEN-12829: Enabled the back button on the Start Treatment Screen

- DEN-12761: Enabled an empty Patient ID.

It has not yet been implemented on the CloudSync App, so if sent empty CloudSystem will later reject to store the TxReport.

When later implemented an unassigned random Patient ID will be created for that TxReport to be later defined and assigned.

- DEN-12837, DEN-12840: The Disinfection Scheduling Entry and the Confirm button have been removed from the "Dialysate Generator Settings" screen.

- DEN-12837, DEN-12840: The "Dialysate Generator Settings" changed to "DG Cleaning" for the menu option and the screen title.

- Settings: The Clear Alarm Condition button has been removed from the settings screen for the release.

- Settings: The options which has no implementation for the phase 1 have been removed from the Settings screen Service mode options. [Language, Calibration, SW Update, Factory Reset]

- DEN-12841: Reworded the password entries in Service screen and for WiFi Join Screen.

- TxCode, TxReport: removed the commented out Treatment Report Parameters from the code.

- LOG: added one character space int he DEBUG log for the Not Enough Data in Types.

- Settings: The Service Dates default values changed from 0 to "" since they are strings.

- Settings: Added some clarification for the Home screen greetings

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

    • -1
    • +1
    ./adjustment/common/VCommonAdjustmentVitals.cpp
    • -1
    • +1
    ./adjustment/disinfect/VDisinfectAdjustChemicalConfirm.h
    • -1
    • +1
    ./adjustment/posttreatment/VPostTreatmentAdjustDisposablesRemovalConfirm.h
    • -1
    • +1
    ./adjustment/posttreatment/VPostTreatmentAdjustPatientDisconnectionConfirm.h
    • -1
    • +1
    ./adjustment/pretreatment/VPreTreatmentAdjustmentConsumablesConfirm.h
    • -1
    • +1
    ./adjustment/pretreatment/VPreTreatmentAdjustmentDisposablesConfirm.h
    • -1
    • +1
    ./adjustment/pretreatment/VPreTreatmentAdjustmentDisposablesPrime.h
    • -1
    • +1
    ./adjustment/pretreatment/VPreTreatmentAdjustmentPatientConnectionBegin.h
    • -1
    • +1
    ./adjustment/pretreatment/VPreTreatmentAdjustmentPatientConnectionConfirm.h
    • -1
    • +1
    ./adjustment/pretreatment/VPreTreatmentAdjustmentStartTreatment.h
  1. … 145 more files in changeset.
DEN-12597 Code Review

http://dvm-linux02:8060/cru/UI-DEN-12258-1#c12773

Disabled the coco end as well, which caused the coco to log a lot of warnings.

    • -1
    • +1
    ./adjustment/disinfect/VDisinfectAdjustChemicalConfirm.h
    • -1
    • +1
    ./adjustment/posttreatment/VPostTreatmentAdjustDisposablesRemovalConfirm.h
    • -1
    • +1
    ./adjustment/posttreatment/VPostTreatmentAdjustPatientDisconnectionConfirm.h
    • -1
    • +1
    ./adjustment/pretreatment/VPreTreatmentAdjustmentConsumablesConfirm.h
    • -1
    • +1
    ./adjustment/pretreatment/VPreTreatmentAdjustmentDisposablesConfirm.h
    • -1
    • +1
    ./adjustment/pretreatment/VPreTreatmentAdjustmentDisposablesPrime.h
    • -1
    • +1
    ./adjustment/pretreatment/VPreTreatmentAdjustmentPatientConnectionBegin.h
    • -1
    • +1
    ./adjustment/pretreatment/VPreTreatmentAdjustmentPatientConnectionConfirm.h
    • -1
    • +1
    ./adjustment/pretreatment/VPreTreatmentAdjustmentStartTreatment.h
    • -1
    • +1
    ./adjustment/pretreatment/VPreTreatmentAdjustmentUltrafiltrationInit.h
  1. … 66 more files in changeset.
DEN-12515: KBM: Usual Meetings/Support/Development [ CS/UI Integration on device , Tx Log ]

- implemented the TxLog change request during the meeting.

- Also updated the state changes in the FW.

  1. … 6 more files in changeset.
DEN-12512: INT: Support/Meetings/Planning

DEN-09712 Date format between system date/time and BP/HP "Last Read" is not consistent

DEN-09929 Treatment Log shows "?C" instead of "°C"

PRS-35: Regarding Sean's point about the create treatment parameters, made the parameters dynamic by the Configurations/DataList.cfg in ui.config repository.

    • -1
    • +1
    ./adjustment/common/VCommonAdjustmentVitals.cpp
  1. … 13 more files in changeset.
DEN-12514: LTS: Support/Development

========== DevTest

- Fixed the reported bugs from the LTTS team:

+ https://github.com/Diality/testsuites/issues/38: Rejection messages are not displayed for heparin under main-treatment screen 38

+ https://github.com/Diality/testsuites/issues/37: "Self Test Complete!" message is not displayed when "DRY_SELF_TESTS_COMPLETE_STATE" is simulated #37

+ https://github.com/Diality/testsuites/issues/36: Indicators are not displayed for 'Wet Self tests" when "HD_PRIME_WET_SELF_TESTS_STATE" is simulated #36

========== CloudSync

- Changed the order of the device registration request and the device info send, in the order above.

========== Internal

- removed the emoji and language globe buttons from the second keyboard layout.

    • -0
    • +1
    ./data/treatment/VHDTreatmentStatesData.h
  1. … 7 more files in changeset.
DEN-12427: KBM: Usual Meetings/Support/Development

- The UI will only send the 1006 (latest device state update) if only the state changes.

- Duplicate state updates will not log as an error and will only be ignore.

- The UI will always response back to 2006 (device state request) from CS with 1006 (latest device state) even if the state is the same as the last updated/requested.

    • -1
    • +1
    ./adjustment/common/VCommonAdjustmentVitals.cpp
  1. … 7 more files in changeset.
DEN-12426: LTS: Bug / CR / Develop Coco / Manual

- removed the "// coco begin validated" to disable the manually validated coverage.

    • -1
    • +1
    ./adjustment/disinfect/VDisinfectAdjustChemicalConfirm.h
    • -1
    • +1
    ./adjustment/posttreatment/VPostTreatmentAdjustDisposablesRemovalConfirm.h
    • -1
    • +1
    ./adjustment/posttreatment/VPostTreatmentAdjustPatientDisconnectionConfirm.h
    • -1
    • +1
    ./adjustment/pretreatment/VPreTreatmentAdjustmentConsumablesConfirm.h
    • -1
    • +1
    ./adjustment/pretreatment/VPreTreatmentAdjustmentDisposablesConfirm.h
    • -1
    • +1
    ./adjustment/pretreatment/VPreTreatmentAdjustmentDisposablesPrime.h
    • -1
    • +1
    ./adjustment/pretreatment/VPreTreatmentAdjustmentPatientConnectionBegin.h
    • -1
    • +1
    ./adjustment/pretreatment/VPreTreatmentAdjustmentPatientConnectionConfirm.h
    • -1
    • +1
    ./adjustment/pretreatment/VPreTreatmentAdjustmentStartTreatment.h
    • -1
    • +1
    ./adjustment/pretreatment/VPreTreatmentAdjustmentUltrafiltrationInit.h
  1. … 67 more files in changeset.
DEN-11812 UI Keyboard displays text on the spacebar and has a wink emoji button

- added the keyboard layout and style to remove some buttons and remove the text on the spacebar.

- added DEBUG_DISABLE_MAXIMIZE, due to touch screen issue on some devices, the maximized alarm can't be minimized to see the screen underneath.

- While fixing some issues in the Dialin/Simulator, added the reject reason notification to the Treatment review screen and cleared the values on rejection.

- update the Dialysate Temperature max to the 37 from 38.

  1. … 40 more files in changeset.
DEN-12262: INT: Support and debugging

- updated/tested the alarmMapping with new changes.

- added the staging to the alamMapping.sh call to checkout always on staging as the mainsteam.

  1. … 2 more files in changeset.
DEN-12262: INT: Support and debugging

- Fixing the DG Valves/Temperature messages

- Fixing the CloudSync RegisterDeviceRequest

- Fixed/Cherry-Picked the Dialin-log conditions.

- Cleaned up the debug messages.

    • -1
    • +1
    ./adjustment/common/VCommonAdjustmentVitals.cpp
  1. … 20 more files in changeset.
DEN-12262: INT: FW Support (Reset Diagnostic Data)

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

    • -1
    • +1
    ./adjustment/pretreatment/VPreTreatmentAdjustmentDisposablesConfirm.cpp
    • -1
    • +1
    ./adjustment/pretreatment/VPreTreatmentAdjustmentDisposablesConfirm.h
    • -2
    • +2
    ./data/treatment/VTreatmentRinsebackData.h
  1. … 66 more files in changeset.
DEN-12262: INT: Code reviews wrap up & support

- Addressed all the code review comments in another branch in here to facilitate the code review process and make the code ready while the actual code owner were busy supporting system for demo.

- Added another condition to the Alarm top/right countdown to hide the timer when FW is not even in the Treatment mode by the HDOpMode.

    • -1
    • +1
    ./data/treatment/VTreatmentRinsebackData.h
  1. … 25 more files in changeset.
DEN-12262: INT: Code reviews wrap up & support

- Addressed all the code review comments in another branch in here to facilitate the code review process and make the code ready while the actual code owner were busy supporting system for demo.

- Added another condition to the Alarm top/right countdown to hide the timer when FW is not even in the Treatment mode by the HDOpMode.

    • -1
    • +1
    ./data/treatment/VTreatmentRinsebackData.h
  1. … 26 more files in changeset.
DEN-12262: INT: FW Support (Reset Diagnostic Data)

  1. … 12 more files in changeset.
UI-DEN-12182: UI-DEN-12182-2

- During code review of my code, cleaned up the code.

    • -4
    • +4
    ./adjustment/pretreatment/VPreTreatmentAdjustmentDisposablesConfirm.cpp
  1. … 6 more files in changeset.
DEN-10153: Treatment Log Comments Investigations

- Added the missing prescribed UF Volume, Rate to the log and review.

  1. … 2 more files in changeset.
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.

  1. … 9 more files in changeset.
Merge branch 'staging' into DEN-12121-sw_dev-sprint-65

    • -3
    • +3
    ./data/treatment/VTreatmentRinsebackData.h
  1. … 8 more files in changeset.
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
    • +0
    ./data/VHDAirBubbleData.cpp
    • -0
    • +4
    ./data/VHDAirBubbleData.h
    • -0
    • +0
    ./data/VHDAirTrapData.cpp
    • -0
    • +4
    ./data/VHDAirTrapData.h
    • -0
    • +33
    ./data/VHDBloodLeakData.cpp
    • -0
    • +52
    ./data/VHDBloodLeakData.h
    • -0
    • +1
    ./data/treatment/VTreatmentRinsebackData.h
  1. … 19 more files in changeset.
DEN-10974: Syringe pump installation screen allows user to proceed before syringe installed

- Added the response message 0xAD00(173), for the request message of 0x6200(98):Pre-treatmetn disposables confirm.

    • -0
    • +16
    ./adjustment/pretreatment/VPreTreatmentAdjustmentDisposablesConfirm.cpp
    • -1
    • +2
    ./adjustment/pretreatment/VPreTreatmentAdjustmentDisposablesConfirm.h
  1. … 10 more files in changeset.