MessageGlobals.h

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LEAHI-APPLICATION-LDT-3072_Support of the transition to the Beta System - SW - 01 - R&I
LEAHI-APPLICATION-LDT-3072_Support of the transition to the Beta System - SW - 01 - R&I
LDT-3077 Support of the transition to the Beta System - SW - 01 - R&I - 05: DEV - Feature Implementation

remove FP valves

  1. … 16 more files in changeset.
LEAHI-APPLICATION-LDT-3000_End of Treatment - SW - 01 - R&I
LEAHI-APPLICATION-LDT-3000_End of Treatment - SW - 01 - R&I
LDT-3005 End of Treatment - SW - 01 - R&I - 05: DEV - Feature Implementation

upload of code

  1. … 30 more files in changeset.
okay will do

okay will do

okay acknowledged

okay acknowledged

No Action For Now: Same for the vError param: https://devapps.diality.us/cru/#LEAHI-APPLICATION-LDT-2727-1CFR-76762

No Action For Now:
Same for the vError param:
https://devapps.diality.us/cru/#LEAHI-APPLICATION-LDT-2727-1CFR-76762

No Action For Now: Please always use mError, since it is local to the script function, to be consistent with the rest. Also, usually it is a number, not a bool. It is fine for now, but later we sh...

No Action For Now:
Please always use mError, since it is local to the script function, to be consistent with the rest.
Also, usually it is a number, not a bool.

It is fine for now, but later we should create a decorator to cover these types of similarities.

LDT-2825-institutional

Stashed work

  1. … 57 more files in changeset.
LDT-2810: Edit Treatment Parameters During Treatment - SW - 01 - Edit Treatment Parameters During Treatment - R&I - 05: DEV - Feature Implementation

- Updated to add models and views to support treatment adjustment messages for set points, blood flow rate, dialysate flow rate, and dialysate temperature.

- Updated to rename Treatment Adjustment Saline Volume to Treatment Adjustment Bolus Volume.

  1. … 43 more files in changeset.
LDT-2810: Edit Treatment Parameters During Treatment - SW - 01 - Edit Treatment Parameters During Treatment - R&I - 05: DEV - Feature Implementation

- Added VTreatmentAdjustmentDurationConfirm.h/cpp, MTreatmentAdjustDurationConfirmResponse.h/cpp for treatment duration adjustment confirmation.

- Moved MTreatmentAdjustDurationResponse.h/cpp to MTreatmentAdjustDurationEditResponse.h/cpp for treatment duration adjustment edit.

- Moved VTreatmentAdjustmentDuration.h/cpp to VTreatmentAdjustmentDurationEdit.h/cpp for treatment duration adjustment edit.

  1. … 23 more files in changeset.
LDT-2810: Edit Treatment Parameters During Treatment - SW - 01 - Edit Treatment Parameters During Treatment - R&I - 05: DEV - Feature Implementation

- Added MTreatmentAdjustBolusVolumeResponse.h/cpp and VTreatmentAdjustmentBolusVolume.h/cpp for handling bolus adjustment.

- Updated MessageDispatcher.h/cpp, MessageGlobals.h, MessageInterpreter.cpp, MModel.h, GuiGlobals.h, MTreatmentAdjustRequests.h to add Bolus Volume Adjustment Request and Response messages.

- Updated main.qml, TreatmentStack.qml, TreatmentAdjustmentSaline.qml to add VTreatmentAdjustmentBolusVolume for handling bolus volume adjustment.

  1. … 14 more files in changeset.
LDT-2810: Edit Treatment Parameters During Treatment - SW - 01 - Edit Treatment Parameters During Treatment - R&I - 05: DEV - Feature Implementation

- Updated MessageDispatcher.cpp and MessageGlobals.h to add TMP limit to Adjust Pressure Limits request and response messages.

- Updated GuiGlobals.h to change MsgId for ID_AdjustPressuresLimitsReq and ID_AdjustPressuresLimitsRsp.

- Updated TreatmentStack.qml for TMP limit and to properly handle rejection reason text.

- Updated TreatmentAdjustmentPressuresLimits.qml to initialize control values, properly update controls on value change, initialize TMP min/max/step, and change layout to properly show notification.

- Updated MTreatmentAdjustPressuresLimitsResponse.h, MTreatmentAdjustRequests.h, VTreatmentAdjustmentPressuresLimits.h/cpp to add TMP limit.

  1. … 8 more files in changeset.
updated

updated

this method removed but updated elsewhere

this method removed but updated elsewhere

updated

updated

this was existing code.. Updated to use the DeviceController and made updates accordingly. And Tested and still works

this was existing code.. Updated to use the DeviceController and made updates accordingly. And Tested and still works

updated

updated

updated

updated

updated

updated

added

added

the content for each page is now set to this container which will handle the margins for the container so all componenets using the SettingsBase will have the same margins and I do not have to spec...

the content for each page is now set to this container which will handle the margins for the container so all componenets using the SettingsBase will have the same margins and I do not have to specify them left, right, bottom in each of them.. I have done the same thing for other components that act as a container

added comment

added comment

updated

updated

updated and added to fonts

updated and added to fonts

updated logic so the grid view has an equal number of rows depending on the total number of visible items. Before row count was hard coded to 6 so if there was ex. 8 items the left column would sh...

updated logic so the grid view has an equal number of rows depending on the total number of visible items.

Before row count was hard coded to 6 so if there was ex. 8 items the left column would show 6 and the right 2.. Updated so the gridview will look as even as possible.

I hard coded the column to 2 columns since the design has 2 columns and added logic to the row count to make the 2 columns equal

changed to int

changed to int

This works. A few other qml files use this version of the import

This works. A few other qml files use this version of the import

👍 Will do all these in the enhancement story

👍 Will do all these in the enhancement story

Why did the logic change? The order should be to fill in the first column, then go to the next, and it should not be by row.

Why did the logic change?
The order should be to fill in the first column, then go to the next, and it should not be by row.