•  

Comment Results

Review Name Created Custom Fields Content
UI-DEN-4690-1 08 Sep 2020

RESOLVED.

UI-DEN-3605-4 08 Sep 2020

messageinterpreter.cpp file in here shows "File Outdated" but not like the others have duplicate the latest.
Please confirm that this file is what you meant it to be ...

UI-DEN-3605-4 05 Oct 2020

Fine

UI-DEN-3605-4 08 Sep 2020

Please don't use %0.
It has not been documented in Qt, therefore the behavior is unpredicted.
Also, it's always good to start from 1 in this case and I see no reason to do that?

UI-DEN-4690-2-1 06 Oct 2020

RESOLVED.

DG-DEN-3504-1 30 Oct 2020

I think Behrouz still uses that one. We need to be able to comment and uncomment as needed to achieve the desired build. Do not remove. For Bamboo and Vectorcast, none of these are seen so it has no impact on release builds or unit testing.

UI-DEN-4690-2-1 06 Oct 2020

RESOLVED.

DG-DEN-3504-1 07 Oct 2020

Consider moving this assignment to an else for the above condition.

UI-DEN-4598-1 30 Oct 2020

I don't think these should be here. I'm going to look at removing them

UI-DEN-7044-1 07 Apr 2021

RESOLVED

UI-DEN-3605-4 14 Sep 2020

RESOLVED.

DIALIN-DEN-4690-1 30 Sep 2020

The docstring needs to contain a description of the function and the type of each parameter as well as a description for each parameter.

UI-DEN-4690-1 07 Oct 2020

Added
http://192.168.10.132:8060/cru/UI-DEN-4690-2-1#CFR-18398
line 203

UI-DEN-3605-4 15 Sep 2020

This function will be deleted next sprint when I subclass MModel and MAbstract

HD-DEN-4308-3 23 Sep 2020

RESOLVED in CODE WALKTHROUGH.

HD-DEN-4308-3 27 Aug 2020

Make a separate #define for max delta counts +/- target position.

HD-DEN-4308-3 27 Aug 2020

Is this necessary?

HD-DEN-4308-3 27 Aug 2020

Seems like idle and in transition states should come after homing states.

HD-DEN-4308-3 27 Aug 2020

3-way valves. This enum does not cover all HD valves.

TESTSUITES-DEN-3724-1 07 Oct 2020

Why this is added?
The unit test for that feature was working and all the tests and coverage passed.
Why it has been modified?
Please remove it.

UI-DEN-3605-4 08 Sep 2020

Please implement models like many other model examples that currently exist in the code.
This is not an expected implementation.

UI-DEN-7044-1 07 Apr 2021

RESOLVED

HD-DEN-5980-1 21 Mar 2021

Should we check here if calibration data is valid?

UI-DEN-3605-4 06 Oct 2020

Done, will post update soon

UI-DEN-3605-4 07 Oct 2020

RESOLVED

UI-DEN-7044-1 07 Apr 2021

RESOLVED

HD-DEN-7395-1 12 Apr 2021

Addressed.

UI-DEN-3605-4 07 Oct 2020

RESOLVED

UI-DEN-3605-4 30 Sep 2020

A test should be self-contained.
QTest supposes to call this test function automatically. so what happens to the parameter obj?
If this test needs an object it has to be created in the test function.

UI-DEN-3605-4 08 Sep 2020

All the classes in this category have the naming structure of :
Adjust<Name>RequestData ,
Why this class doesn't follow that convention?
It hasn't been followed in AlarmSilenceRequestData as well, but it has Data at the end.
Please follow the code structure.

UI-DEN-3605-4 07 Oct 2020

Done, I don't know why, but crucible created another denali.pro file that shows this change:

http://dvm-linux02:8060/cru/UI-DEN-3605-4#CFR-16969

UI-DEN-4690-1 07 Oct 2020

When you say "the UI application can't safely quit the threads" is this something you think should be fixed?

If the UI quits itself will this and other similar methods be called? Shouldn't there be a test to ensure the UI can at least quit on its own properly?

DG-DEN-3504-1 07 Oct 2020

Done inside reservoir module.

UI-DEN-3605-4 08 Sep 2020

Why these parameters don't match with our "Message List" document?
Not even the order but also the types ?

UI-DEN-4964-1 13 Oct 2020

When you run the code, the component could be positioned better.
It should be moved left or up so there's no gap and so it's better aligned with either Tmprtr or Prsr Oc.

UI-DEN-4964-1 13 Oct 2020

This obfuscates what's going on under the hood. Code clarity is king

UI-DEN-4964-1 13 Oct 2020

I'm seeing these '{" on new line like this sometimes and at end of line above in some cases. Does our C++ coding standard call for one or the other or does it allow either?

DG-DEN-3421-1 12 Oct 2020

Reverse the change. The macro is obsolete and should not be used anymore.

DG-DEN-3421-1 12 Oct 2020

what is 0.8? Should we define it to make it more clear?

DG-DEN-3504-1 07 Oct 2020

Done.

HD-DEN-4308-3 21 Sep 2020

What happens when current position is valve not in position?

DIALIN-DEN-4211-1 27 Aug 2020

The logger should be passed to the constructor so a script writer can turn the logger and any debug messages on or off

DIALIN-DEN-4211-1 28 Aug 2020

All one liners

DIALIN-DEN-4211-1 28 Aug 2020

One liner

DIALIN-DEN-4211-1 27 Aug 2020

Waiting until merge to staging - logger not yet available until then.

UI-DEN-3605-4 08 Sep 2020

I checked out to your story branch and this comment is not even there anymore.
By the way, I think by now you know that it should be here to validate parameters with HD, right?

UI-DEN-3605-4 09 Sep 2020

All the treatment parameter response types are unsigned int. I think you may be looking at the Create Treatment Request in the message lists, not the response.
There are 18 parameters listed here. There are 18 parameters listed in Message Lists.xlsx.
Going through each one, one by one:

1. Request Valid 0=No 1=Yes -> requestValid
2. Blood Flow Rate Response -> bloodFlowRate
3. Dialysate Flow Rate Response -> dialysateFlowRate
4. Duration Response -> duration
5. Heparin Stop Time Response -> heparinStopTime
6. Saline Bolus Response -> salineBolus
7. Acid Concentrate -> acidConcentrate
8. Bicarbonate Concentrate Response -> bicarbonateConcentrate
9. Dialyzer Type Response -> dialyzerType
10. Blood Pressure Measure Interval Response -> bloodPressureMeasureInterval
11. Rinseback Flow Rate Response -> rinsebackFlowRate
12. Arterial Pressure Limit Low Response -> arterialPressureLimitLow
13. Arterial Pressure Limit High Response -> arterialPressureLimitHigh
14. Venous Pressure Limit Low Response -> venousPressureLimitLow
15. Venous Pressure Limit High Presonse -> venousPressureLimitHigh
16. Heparin Dispensing Rate Response -> heparinDispensingRate
17. Heparin Bolus Volume Response -> heparinBolusVolume
18. Dialysate Temperature Response -> dialysateTemp

I don't see any missing.

The order of the parameters was requested to be changed after the sprint in which this particular implementation was done. That ordering of the parameters change has already been implemented in a newer story and branch which will be going through code review soon. Therefore, the order of the parameters you see here is reflective of the message lists as it existed at the time this story was being worked on.

HD-DEN-7091-1 22 Mar 2021

Done.

DIALIN-DEN-4211-1 28 Aug 2020

All one liners.

UI-DEN-3605-4 08 Sep 2020

Regarding the latest changes on the master branch,a this file needs to change.
Have you merged master into your working branch to resolve this?