sources

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
UI-BUG-S63: UI-BUG-S63-2: Addressed the code review comments.

Updated the DG POST index like the HD

  1. … 2 more files in changeset.
UI-BUG-S62: UI-BUG-S62-1

Addressed code reviews.

  1. … 2 more files in changeset.
DEN-11814: Heparin Minimum Dispensing Parameters Should Be 0.2

- Reverted back the Heparin min to 0.0 due to the slider's issue which disables the OFF feature, since the value 0.0 becomes an invalid.

- A minor update on the POST progress display to start when 0 to max of complete enum -1.

- An idea of fixing the slider touch issue. [Is DISABLED for now, for more test]

    • -2
    • +3
    ./gui/qml/pages/disinfect/DisinfectStack.qml
    • -1
    • +1
    ./gui/qml/pages/treatment/TreatmentStack.qml
  1. … 3 more files in changeset.
DEN-9704: Missing acknowledgement confirmation message/alarm when leaving BP/HR blank

- A typo caused the BP/HR entry timer disabled.

  1. … 1 more file in changeset.
DEN-11825: BP/HR screen has no instruction for user to read from bluetooth cuff or enter information

- Center aligned the notification

DEN-11814: Heparin Minimum Dispensing Parameters Should Be 0.2

- updated the min range regarding the recent PRS-347, PRS-348

- Fixed the minimum precision of the heparin.

  1. … 1 more file in changeset.
DEN-10422: Dialysate Flow Rate maximum rate selectable in Treatment does not meet PRS resolution

DEN-8145: Issues with UI Create Treatment screen

Remainder items (summary):

- 3) Discuss whether to keep the manufacturing default on the slider since the user needs to confirm each parameter: Agreed to set to the minimum value

- 7) Arterial Pressure and Venous Pressure should be consistent with other parameters, the unit should be shown at the end: will be updated to have the units located in the title of the slider.

- Also fixed the title coloring when the slider has not been adjusted yet.

  1. … 1 more file in changeset.
DEN-11825: BP/HR screen has no instruction

- Added the suggested on line instruction for the user.

DEN-8145: Issues with UI Create Treatment screen

- Restricted the Patient ID entry to be max 20 characters and has to have at least 1 alphanumeric character without space, regarding the conversation with KeborMed.

DEN-9704: Missing acknowledgement confirmation message/alarm when leaving BP/HR blank

- Added a script to later be used for the log export on the device, but it now only works on the VM since the device doesn't have the zip tool.

- Added a mimic function to simulate the BCuff measurement received and assigned F11 to it and it will only be enabled if the macro DEBUG_BCUFF_MIMIC is defined.

- Added opened and closed signals to the EntryDialog.qml to make it do the auto focus on the firstInput object when opened.

- Added setFocus() function in the BPHREntry.qml

- Removed the enabled option from doReset of the VTreatmentVitals

- And created two separate enableDialog for vital entry, and enable update for the auto update the properties.

- Added a constructor with systolic, diastolic, heartRate parameter to set the data on creation to be used in the message mimic.

- Added systolic, diastolic, heartRate parameters to the doTrigger of the VCommonAdjustmentVitals to open the vitals entry dialog with default values.

    • -3
    • +17
    ./gui/qml/pages/treatment/TreatmentStack.qml
    • -0
    • +15
    ./model/ui/data/MUIBloodPressureData.cpp
    • -0
    • +3
    ./model/ui/data/MUIBloodPressureData.h
  1. … 2 more files in changeset.
Code Cleanup

- DEN-11807: Treatment Confirmation - Rinseback Rate displays "min" instead of "mL/min"

- Renamed the Keyboard component name to VirtualKeyboard to resolve the InputPanel's Keyboard object/type conflict (There was no issue is was only a name conflict.)

- Preventing the Patient Id from being empty space string, and disabling the confirm in that case.

- Mode the create_update_folder.sh to the Scripts/local repository's folder.

- Added Qt logo and Diality Qt Colored log.

- Updated the alarmMapping.sh script to always checkout to common/staging and also print out the log on console.

-

    • -0
    • +55
    ./gui/qml/VirtualKeyboard.qml
  1. … 7 more files in changeset.
DEN-11575: LTTS [ Development Test Support]

- Updated the alarmMapping.sh to ignore the mapping if the common folder is not a git repository and the alamMapping tool doen't exist. [this change has been made to be able to build the application on the DEV_TEST's VM]

- The compiler SquishCoco is using has different error checking scenarios than the one is used in Qt project for normal builds. And to make it work some changes has to be make in the projects and some source code on the fallthrough of some cases, in BluetoothInterface and CloudSync.

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

DEN-11608: UI keyboard has non-English options enabled

- the language change button on the keyboard has been disabled.

Bamboo Commit: Updated MAlarmMapping.cpp

DEN-11199: No HD/DG fan info in UI log

- The first letter capital was the issue in reading the unhandled messages.

Added a step in the application build to run the alarmMapping automatically

  1. … 1 more file 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

    • -20
    • +193
    ./cloudsync/CloudSyncController.cpp
  1. … 1 more file in changeset.
DEN-10614 [On Going Code Review] UI_DEV: Add Patient ID to Pre-Treatment Flow

- Pushed the code improvements

- Addressed the code review comments

    • -35
    • +34
    ./gui/qml/components/GridSelection.qml
    • -12
    • +12
    ./model/hd/alarm/MAlarmMapping.cpp
  1. … 3 more files in changeset.
DEN-10607: Screen

- Added the feature for the create treatment slider to be able to show OFF for zero values on label.

- Did a refactoring to clean up the SliderCreateTreatment.

  1. … 1 more file in changeset.
Copied some useful modifications from other stashes

  1. … 1 more file in changeset.
UI-DEN-10206: UI-DEN-10206-1

- One extra line should be kept for the end of the macro.

- DEN-10984: UI: Post.out is appended indefinitely [after giving it some thought seems like it is not needed to be appended and once upon POST would sufficient]

  1. … 1 more file in changeset.
Alarm mapping update and setup scripts update

- Modified the setup scripts to be able to run from windows as well.

    • -13
    • +13
    ./model/hd/alarm/MAlarmMapping.cpp
  1. … 3 more files in changeset.
Code Review: UI-DEN-10206: UI-DEN-10206-1

DEN-10607: Implementing Heparin

- Post Treatment Log Review Screen and file output.

  1. … 1 more file in changeset.