adjustment

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-13743: IMP: Device Registration - CloudSync POST test - Device Serial/Version req/rsp

- Added the disable functionality ( main.h SINGLETON_... macros ) for the Singleton classes, which are basically controllers, to stop their thread event loop, so they literally stop working.

- Connected the disable functionality of the controllers like, CloudSync, Bluetooth (Maybe later Logger), to the POST result.

- Improved the ./run.sh script and same on the ApplicationPOST class.

- Set the minimum of the HD/DG serial length to 1 byte, since it is not exactly at 15 or 20 char length.

- Removed the "CS" from the UI log of sending out the messages to CS, which the source is UI, not the CS and this is confusing.

- Removed the "Settings/DG Cleaning" scheduling section.

- Changed the POST version/serial request from UI to all to be identified in the log from "Versionreq" to "POSTInfReq".

- Added a new UI POST Alarm in AlarmDefs.h, ALARM_ID_UI_POST_FAILURE_CLOUDSYNC = 295, ///< UI POST CloudSync failure

- Fixed a potential bug on SD-Card not ready service logging.

  1. … 16 more files in changeset.
DEN-13645: IMP: DEN9297: Disinfection implementation [ Disinfection Messages ] [0x9A]

- After my initial code review and looking into other messages, UI should never define a bool in any request message, and it has to be quint32 and an enum Options passing to that.

- Therefore the code has been fixed and cleaned up.

    • -1
    • +6
    ./disinfect/MDisinfectAdjustModeRequests.h
  1. … 1 more file in changeset.
DEN-13645: IMP: DEN9297: Disinfection implementation [ Disinfection Messages ] [0x9A]

- The UI application was refusing to send the message 0x9A, and the type of the message to be sent should change to U32 to work since FW is using U32 for bool.

    • -1
    • +1
    ./disinfect/MDisinfectAdjustModeRequests.h
  1. … 2 more files in changeset.
DEN-13645: IMP: DEN9297: Disinfection implementation [ Disinfection Messages ] [0x9B]

- Implemented the disinfection mode response

    • -0
    • +1
    ./disinfect/MDisinfectAdjustModeRequests.h
    • -0
    • +45
    ./disinfect/MDisinfectAdjustModeResponse.cpp
    • -0
    • +83
    ./disinfect/MDisinfectAdjustModeResponse.h
    • -45
    • +0
    ./disinfect/MDisinfectAdjustResponse.cpp
    • -83
    • +0
    ./disinfect/MDisinfectAdjustResponse.h
    • -0
    • +45
    ./disinfect/MDisinfectAdjustStartResponse.cpp
    • -0
    • +83
    ./disinfect/MDisinfectAdjustStartResponse.h
  1. … 5 more files in changeset.
DEN-13645: IMP: DEN9297: Disinfection implementation [ Disinfection Messages ] [0x80]

- Renamed the disinfection start response

    • -4
    • +4
    ./disinfect/MDisinfectAdjustResponse.cpp
    • -4
    • +4
    ./disinfect/MDisinfectAdjustResponse.h
  1. … 4 more files in changeset.
DEN-13645: IMP: DEN9297: Disinfection implementation [ Disinfection Messages ] [0x9A]

- Implemented the Disinfection Mode Request message.

    • -14
    • +11
    ./disinfect/MDisinfectAdjustModeRequests.h
    • -1
    • +1
    ./disinfect/MDisinfectAdjustStartRequests.h
  1. … 9 more files in changeset.
DEN-13645: IMP: DEN9297: Disinfection implementation [ Disinfection Messages ] [0x7F,0x80]

- Cleaned up / refactor the messages [ 127 (0x7F), 128 (0x80) ]

    • -0
    • +67
    ./disinfect/MDisinfectAdjustModeRequests.h
    • -67
    • +0
    ./disinfect/MDisinfectAdjustRequests.h
    • -2
    • +2
    ./disinfect/MDisinfectAdjustResponse.h
    • -0
    • +67
    ./disinfect/MDisinfectAdjustStartRequests.h
  1. … 13 more files in changeset.
DEN-13645: IMP: Disinfection Remove unused data messages [0x8200]

- Removed

0x8200 130 0x020 Rsp Y HD UI Chemical Disinfect User Confirm Response (U32) 1=accepted, 0=rejected (U32) rejection reason

    • -45
    • +0
    ./disinfect/MDisinfectAdjustChemicalConfirmResponse.cpp
    • -83
    • +0
    ./disinfect/MDisinfectAdjustChemicalConfirmResponse.h
  1. … 5 more files in changeset.
DEN-13645: IMP: Disinfection Remove unused data messages [0x8100]

- Removed

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

    • -27
    • +0
    ./disinfect/MDisinfectAdjustRequests.h
  1. … 12 more files in changeset.
DEN-13489 IMP: General Implementation

DEN-12838: UI shall store the latest alarm volume and resend that to HD on POST

DEN-11539: Service password initial setup

  1. … 12 more files in changeset.
DEN-13049: UI Treatment Parameters Entry: Some values for treatment parameter entry on treatment parameter entry screen in create treatment do not match SRS/PRS

- A bug found on multiple, ON,OFF toggle, slider sends minimum instead of '0' while ON.

- Slider improved.

- Added float rounding of the request message logs to 3.

  1. … 6 more files in changeset.
DEN-12558: HD does not transition to service mode

- implemented the service mode confirmation

- decreased the dialog animation duration

- renamed the service dates MVC to differentiate with service mode.

    • -0
    • +45
    ./settings/MAdjustHDServiceDatesResponse.cpp
    • -0
    • +81
    ./settings/MAdjustHDServiceDatesResponse.h
    • -0
    • +45
    ./settings/MAdjustHDServiceModeResponse.cpp
    • -0
    • +81
    ./settings/MAdjustHDServiceModeResponse.h
    • -45
    • +0
    ./settings/MAdjustHDServiceResponse.cpp
    • -81
    • +0
    ./settings/MAdjustHDServiceResponse.h
  1. … 26 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
    • +1
    ./pretreatment/MPreTreatmentAdjustPatientConnectionConfirmResponse.h
  1. … 32 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./disinfect/MDisinfectAdjustRequests.h
    • -1
    • +1
    ./posttreatment/MPostTreatmentAdjustRequests.h
    • -1
    • +1
    ./pretreatment/MPreTreatmentAdjustRequests.h
    • -1
    • +1
    ./treatment/MTreatmentAdjustRequests.h
  1. … 155 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.

    • -2
    • +2
    ./disinfect/MDisinfectAdjustRequests.h
    • -3
    • +3
    ./posttreatment/MPostTreatmentAdjustRequests.h
    • -12
    • +12
    ./pretreatment/MPreTreatmentAdjustRequests.h
    • -16
    • +16
    ./treatment/MTreatmentAdjustRequests.h
  1. … 76 more files in changeset.
DEN-12426: LTS: Bug / CR / Develop Coco / Manual

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

    • -2
    • +2
    ./disinfect/MDisinfectAdjustRequests.h
    • -3
    • +3
    ./posttreatment/MPostTreatmentAdjustRequests.h
    • -12
    • +12
    ./pretreatment/MPreTreatmentAdjustRequests.h
    • -16
    • +16
    ./treatment/MTreatmentAdjustRequests.h
  1. … 77 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -3
    • +3
    ./pretreatment/MPreTreatmentAdjustDisposablesConfirmResponse.cpp
    • -3
    • +3
    ./pretreatment/MPreTreatmentAdjustDisposablesConfirmResponse.h
    • -2
    • +2
    ./settings/MAdjustHDVersionsResponse.cpp
    • -2
    • +2
    ./settings/MAdjustHDVersionsResponse.h
  1. … 74 more files in changeset.
DEN-12121: Updated Models and views to latest messaging protocol. Fixed BLD to show detect counter. Updated get version to display compatibility revision.

    • -24
    • +28
    ./settings/MAdjustHDVersionsResponse.cpp
    • -24
    • +27
    ./settings/MAdjustHDVersionsResponse.h
  1. … 7 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
    • +45
    ./pretreatment/MPreTreatmentAdjustDisposablesConfirmResponse.cpp
    • -0
    • +84
    ./pretreatment/MPreTreatmentAdjustDisposablesConfirmResponse.h
  1. … 10 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./disinfect/MDisinfectAdjustChemicalConfirmResponse.cpp
    • -1
    • +1
    ./disinfect/MDisinfectAdjustChemicalConfirmResponse.h
    • -2
    • +2
    ./disinfect/MDisinfectAdjustRequests.h
    • -1
    • +1
    ./disinfect/MDisinfectAdjustResponse.cpp
    • -2
    • +2
    ./disinfect/MDisinfectAdjustResponse.h
    • -2
    • +2
    ./posttreatment/MPostTreatmentAdjustDisposablesRemovalConfirmResponse.cpp
    • -2
    • +2
    ./posttreatment/MPostTreatmentAdjustDisposablesRemovalConfirmResponse.h
    • -1
    • +1
    ./posttreatment/MPostTreatmentAdjustRequests.h
    • -3
    • +3
    ./posttreatment/MPostTreatmentAdjustTreatmentLogResponse.cpp
    • -3
    • +3
    ./posttreatment/MPostTreatmentAdjustTreatmentLogResponse.h
    • -3
    • +3
    ./pretreatment/MPreTreatmentAdjustDisposablesPrimeResponse.cpp
    • -3
    • +3
    ./pretreatment/MPreTreatmentAdjustDisposablesPrimeResponse.h
  1. … 570 more files in changeset.
Finishing up the story for Firmware and adding remaining other tasks

DEN-10607: Implementation [Screen]

DEN-10609: Implementation [Treatment Log]

DEN-11320: KeborMed [ CloudSync Development ]

- Added the message handling for the Device status

- Adding Error handling

    • -35
    • +37
    ./posttreatment/MPostTreatmentAdjustTreatmentLogResponse.h
    • -0
    • +4
    ./pretreatment/MPreTreatmentAdjustParametersValidationResponse.cpp
    • -6
    • +6
    ./pretreatment/MPreTreatmentAdjustParametersValidationResponse.h
    • -6
    • +6
    ./pretreatment/MPreTreatmentAdjustRequests.h
  1. … 5 more files in changeset.
DEN-10607: Implementing Heparin

- Post Treatment Log Review Screen and file output.

    • -32
    • +40
    ./posttreatment/MPostTreatmentAdjustTreatmentLogResponse.cpp
    • -30
    • +34
    ./posttreatment/MPostTreatmentAdjustTreatmentLogResponse.h
  1. … 3 more files in changeset.
DEN-10607: Implementing Heparin

Completed

- Create Screen

- Confirm Screen

- MVC

- Log

- Dialin

    • -35
    • +38
    ./pretreatment/MPreTreatmentAdjustParametersValidationResponse.h
    • -21
    • +24
    ./pretreatment/MPreTreatmentAdjustRequests.h
  1. … 10 more files in changeset.
DEN-9649: Implementation - Yocto configuration

- Addressed some frequent code review comments

- Fixed the UI POST AlarmTriggered message

- Added the deleteLater for the QQuickViewer pointer _viewer.

  1. … 114 more files in changeset.
DEN-9416: Implementation

DEN-9299: Adding the Syringe Pump data on Diagnostic

    • -0
    • +31
    ./settings/MAdjustHDVersionsRequest.cpp
    • -0
    • +77
    ./settings/MAdjustHDVersionsRequest.h
    • -6
    • +6
    ./settings/MAdjustHDVersionsResponse.h
  1. … 21 more files in changeset.
DEN-9299: Meetings & Support - General Support

- Sending the "ui version req" and the "ui post final" was even before the check in since the initial screen became the landing screen.

- those two has been moved to the actual state change to wait for the HD to change the state to init then send those messages.

    • -1
    • +1
    ./settings/MAdjustHDVersionsResponse.h
  1. … 5 more files in changeset.
DEN-9416: Implementations

- Added the UI Version values to the message 28.

  1. … 14 more files in changeset.
DEN-9416 Implementations

  1. … 18 more files in changeset.
DEN-8937: Meetings & Support - General Support

- Updated the main Treatment Log message parameters.

    • -14
    • +18
    ./posttreatment/MPostTreatmentAdjustTreatmentLogResponse.cpp
    • -105
    • +104
    ./posttreatment/MPostTreatmentAdjustTreatmentLogResponse.h
  1. … 14 more files in changeset.
DEN-DEN-8937: Meetings & Support - General Support

- Modified the DG disinfect states message to use the new FW enum instead of the temporary UI one.

    • -1
    • +1
    ./disinfect/MDisinfectAdjustRequests.h
    • -2
    • +2
    ./disinfect/MDisinfectAdjustResponse.h
  1. … 7 more files in changeset.