application

Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
DEN-6621: Code Review 0

    • -14
    • +14
    /sources/storage/FileHandler.cpp
It is noted. Since this is part of the Arterial/Venous pressure feature and not the preTx_Uf, will be taking care of it as part of the code clean-up and integration I need to do later. By the way, ...

It is noted.
Since this is part of the Arterial/Venous pressure feature and not the preTx_Uf, will be taking care of it as part of the code clean-up and integration I need to do later.
By the way, it's not my solution and not even my approved one.

See the reply above.

See the reply above.

if it is a constant/read-only value that will be used mostly in qml, then better to be defined in QML unless otherwise required.

if it is a constant/read-only value that will be used mostly in qml, then better to be defined in QML unless otherwise required.

Removed.

Removed.

DEN-5759: prTx: Code Review 0

Did you mean retained? If so, change all these to retained as well as hte name of the quint8 variable to vRetainedPercent.

Did you mean retained? If so, change all these to retained as well as hte name of the quint8 variable to vRetainedPercent.

Your solution requires a code change to be made and the entire denali application to have to be rebuilt every time a treatment parameter needs to be adjusted by systems. This will not serve the nee...

Your solution requires a code change to be made and the entire denali application to have to be rebuilt every time a treatment parameter needs to be adjusted by systems. This will not serve the needs of the system team. To fulfill their needs it was requested at the time to put the values in a file. You and I agreed at the time that the treatment parameter ranges should be read from a file. These two treatment parameter ranges are being read from QML which contradicts our agreed-upon decision to have them read from a file.

"File cannot be opened for read (%1). Possible corrupted file system." 1. Rephrase and spell cannot as mentioned. 2. Add space between two sentences. 3. Add "." at end of 2nd sentence.

"File cannot be opened for read (%1). Possible corrupted file system."

1. Rephrase and spell cannot as mentioned.
2. Add space between two sentences.
3. Add "." at end of 2nd sentence.

cannot

cannot

Actually, this feature (Arterial/Venous Pressure) was done before Pre-Treatment Create feature. At the moment Pre-Treatment Create has been implemented existence of these parameters has been ignore...

Actually, this feature (Arterial/Venous Pressure) was done before Pre-Treatment Create feature.
At the moment Pre-Treatment Create has been implemented existence of these parameters has been ignored and another approach has been followed.
In general, If a simple value can be defined in where it is being used the most (in this case qml) it's better to be defined there and not to call multiple setter, getter for getting a simple read only value.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

RESOLVED.

UI_DVT related.

UI_DVT related.

UI_DVT related.

UI_DVT related.

UI_DVT related.

UI_DVT related.

UI_DVT related.

UI_DVT related.

UI_DVT related.

UI_DVT related.

UI_DVT related.

UI_DVT related.

UI_DVT related.

UI_DVT related.

UI_DVT related.

UI_DVT related.

UI_DVT related.

UI_DVT related.

UI_DVT related.

UI_DVT related.

Cannot find this line in the code. May have been removed already.

Cannot find this line in the code.
May have been removed already.

this notification bar shall not be confused with the alarm notification bar. *these are showing specific rejection reasons related to each screen request. and resides on that one. Which may even ...

this notification bar shall not be confused with the alarm notification bar.

  • these are showing specific rejection reasons related to each screen request. and resides on that one. Which may even in some cases be covered by a higher priority alarm.
  • Alarm bar is a general bar on the screen that shall always be visible regardless of the screen we are currently in.
    These two may exist at the same time and alarm may even cover those rejection requests.
Merge DEN-4860_BLE into master

    • -0
    • +3
    /sources/gui/qml/globals/Variables.qml
The documentation has been managed in a way that this comment will be inherited from the parent class MAbstract, virtual function parameters(), so it doesn't need to be mentioned for each child. ...

The documentation has been managed in a way that this comment will be inherited from the parent class MAbstract, virtual function parameters(), so it doesn't need to be mentioned for each child.

    /*!
     * \brief   fromByteArray
     * \details converts the values from Byte Arrays to the Model data.
     * \param   vByteArray - the byte array input
     * \param   vIndex     - current index of each data section in byte array
     * \return  true on successful conversion
     */
    virtual bool         fromByteArray(const QByteArray   &vByteArray  , int *vIndex = nullptr)       = 0;