Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-17093: Blood Leak Zeroing in Treatment

- Added a new enum in dialysis for blood leak zeroing

- Updated the payloads for message 0x6C

- Changed "Date And Time" to "Date and Time"

  1. … 6 more files in changeset.
UI-DEN-17098_Release 18 Changes
UI-DEN-17098_Release 18 Changes
DEN-12031: Models nested ifs : Changed some more model source files

Finalized the model changes

    • -4
    • +9
    ./data/post/MHDPostFinalResultData.cpp
  1. … 2 more files in changeset.
DEN-12031: Models nested ifs : Changed some more model source files

    • -5
    • +9
    ./adjustment/disinfect/MDisinfectAdjustStartResponse.cpp
    • -5
    • +9
    ./adjustment/posttreatment/MPostTreatmentAdjustDisposablesRemovalConfirmResponse.cpp
    • -5
    • +9
    ./adjustment/posttreatment/MPostTreatmentAdjustPatientDisconnectionConfirmResponse.cpp
    • -73
    • +43
    ./adjustment/posttreatment/MPostTreatmentAdjustTreatmentLogResponse.cpp
    • -5
    • +9
    ./adjustment/pretreatment/MPreTreatmentAdjustDisposablesConfirmResponse.cpp
  1. … 20 more files in changeset.
DEN-12031: Models nested if

Replaced else conditions with goto lError:

Bamboo Commit: Updated MAlarmMapping.cpp

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

Bamboo Commit: Updated MAlarmMapping.cpp

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 14 more files in changeset.
Bamboo Commit: Updated MAlarmMapping.cpp

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

Bamboo Commit: Updated MAlarmMapping.cpp

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

Release 17 Code Review branch

git checkout release/stagingmerge-DEN-17017-ui-bn-release-17

git diff HEAD staging > ../stagingmerge-DEN-17017-ui-bn-release-17.patch

git apply ../stagingmerge-DEN-17017-ui-bn-release-17.patch

  1. … 14 more files in changeset.
UI-DEN-17017_Release/Stagingmerge Release 17 [ Application ]
UI-DEN-17017_Release/Stagingmerge Release 17 [ Application ]
Bamboo Commit: Updated MAlarmMapping.cpp

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

Bamboo Commit: Updated MAlarmMapping.cpp

Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 9 more files in changeset.
RESOLVED

RESOLVED

Updated the code to not show any decimals.

Updated the code to not show any decimals.

Displaying hours as a float can be confusing and not user-friendly. For example, seeing "11.7" requires users to calculate the actual hours and minutes, which adds unnecessary complexity. Please co...

Displaying hours as a float can be confusing and not user-friendly.
For example, seeing "11.7" requires users to calculate the actual hours and minutes, which adds unnecessary complexity.
Please consult with the system team to explore a more intuitive format for representing time, such as separating hours and minutes (e.g., "11h 42m" or 11:42) for better clarity.