adjustment

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./pretreatment/MPreTreatmentAdjustRequests.h
    • -1
    • +1
    ./treatment/MTreatmentAdjustRequests.h
  1. … 33 more files in changeset.
Merge branch 'DEN-13962-UI-BN-S82' into staging

    • -11
    • +4
    ./treatment/MTreatmentAdjustRequests.h
  1. … 8 more files in changeset.
Merge branch 'DEN-13962-UI-BN-S82' into develop

    • -11
    • +4
    ./treatment/MTreatmentAdjustRequests.h
  1. … 7 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./treatment/MTreatmentAdjustRequests.h
  1. … 46 more files in changeset.
DEN-13962: UI: Update pressure limits to match treatment params and UI screen

- removed the QML duplicate definitions of arterial/venous

- added monitoring values and used them in monitoring components of arterial/venous.

    • -11
    • +4
    ./treatment/MTreatmentAdjustRequests.h
  1. … 17 more files in changeset.
DEN-13962: UI: Update pressure limits to match treatment params and UI screen

- Completely restructure the vTreatmentCreate class and removed all the constant ranges properties from that to the VTreatmentRanges.

- Now reading all the constant ranges values from the DataList.conf from the ui.config repository.

- Used the RANGESET property type for the ranges in the VTreatmentRanges class to have by default properties for min,max, res(olution),def(ault) properties.

- Added an ability to slider to hide the handler when needed (Pre-Treatment)

- Hide the Slider handler when slider switch is off

- Added various PROPERTYs, like IDBASED, RAGESET, VALUESET

- Modified the MPreTreatmentAdjustRequest, duration parameter to treatmentDuration for clarifying.

- Modified the Settings class to able to parse a comment on the Group line.

- Updated the ConfirmTreatmentTable to hold the required labels and added translate function for them. removed the call for get names for performance, since those never change.

- Made the SettingsData connection, standard in the VSettings class.

    • -3
    • +3
    ./pretreatment/MPreTreatmentAdjustRequests.h
  1. … 17 more files in changeset.
Fixed syntax of cloudsync post in run.sh file so that cloudsync runs on post

Changed UI serial implementation to trim off any whitespace or invalid characters in serials received from HD and DG

Changed CloudSync controller to only send messages to CloudSync if device is registered

    • -2
    • +30
    ./settings/MAdjustHDSerialNumberResponse.cpp
    • -0
    • +1
    ./settings/MAdjustHDSerialNumberResponse.h
  1. … 5 more files in changeset.
DEN-13965: UI/HD Generic User Confirmation [Integration Testing]

- Fixing the issue UI was not able to send the message to the HD.

    • -2
    • +2
    ./treatment/MTreatmentAdjustRequests.h
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./treatment/MTreatmentAdjustRequests.h
  1. … 28 more files in changeset.
DEN-13939: IMP: Implementation of the the message [0xBB00]

    • -2
    • +34
    ./treatment/MTreatmentAdjustRequests.h
  1. … 6 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -3
    • +3
    ./disinfect/MDisinfectAdjustModeRequests.h
    • -3
    • +3
    ./disinfect/MDisinfectAdjustModeResponse.cpp
    • -4
    • +4
    ./disinfect/MDisinfectAdjustModeResponse.h
    • -3
    • +3
    ./disinfect/MDisinfectAdjustStartRequests.h
    • -4
    • +4
    ./disinfect/MDisinfectAdjustStartResponse.cpp
    • -4
    • +4
    ./disinfect/MDisinfectAdjustStartResponse.h
  1. … 88 more files in changeset.
Merge branch 'DEN-13198-UI_BN_75' into staging

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

    • -1
    • +1
    ./pretreatment/MPreTreatmentAdjustPatientConnectionConfirmResponse.h
    • -3
    • +3
    ./settings/MAdjustHDServiceDatesResponse.cpp
    • -4
    • +4
    ./settings/MAdjustHDServiceDatesResponse.h
    • -3
    • +3
    ./settings/MAdjustHDServiceModeResponse.cpp
    • -4
    • +4
    ./settings/MAdjustHDServiceModeResponse.h
    • -1
    • +1
    ./treatment/MTreatmentAdjustUltrafiltrationStateResponse.cpp
    • -1
    • +1
    ./treatment/MTreatmentAdjustUltrafiltrationStateResponse.h
  1. … 93 more files in changeset.
DEN-13845: CRV: Merge issue of DEN-12716-UI_BN_S70 into staging

- Due to some enum changes, UI couldn't build

- An idea implemented to detect the enum changes by compiler. The implementation may be able to improve.

    • -3
    • +3
    ./treatment/MTreatmentAdjustUltrafiltrationStateResponse.cpp
    • -4
    • +4
    ./treatment/MTreatmentAdjustUltrafiltrationStateResponse.h
  1. … 11 more files in changeset.
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.