main.h

Clone Tools
  • last updated a few minutes ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
UI-DEN-17260_Release/Stagingmerge Den 17260 UI DN Release
UI-DEN-17260_Release/Stagingmerge Den 17260 UI DN Release
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 17 more files in changeset.
RESSOLVED

RESSOLVED

RESOLVED

RESOLVED

DENBUG-302: When treatment time is updated mid-treatment, update UF rate to keep the volume prescription the same

- Addressed the code review comments

  1. … 2 more files in changeset.
Done

Done

Done

Done

this is a general implementation and should not use specific value modification. this should follow the correct between braces format. If you need to round up do it outside in your specific case.

this is a general implementation and should not use specific value modification.
this should follow the correct between braces format.
If you need to round up do it outside in your specific case.

I think I was wrong. this like should return default

I think I was wrong.
this like should return default

DENBUG-302: When treatment time is updated mid-treatment, update UF rate to keep the volume prescription the same

- Modified message 0xBA to send up to 4 float payloads to the UI

- Changed MDuetConfirmHD to receive and process the new payloads

- Changed VConfirm to update the confirm messages that have {} in them and replace them with actual values

  1. … 6 more files in changeset.
UI-DEN-17260_UI DN Release
UI-DEN-17260_UI DN Release
UI-DEN-17206_Release/Stagingmerge-DEN-17206-UI-BN-Release - Application,Testsuites
UI-DEN-17206_Release/Stagingmerge-DEN-17206-UI-BN-Release - Application,Testsuites
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 619 more files in changeset.
DENBUG-294: UI: Log export between different devices on the same USB drive has conflict of names.

  1. … 3 more files in changeset.
UI-DEN-17206_UI BN Release - application
UI-DEN-17206_UI BN Release - application
RESOLVED

RESOLVED

Done

Done

Please modify the following line: QVariantList tempForConsuming = vData; // To consume vData to the: Q_UNUSED(vData); // or (void)vData; please use the former to be consistent wit...

Please modify the following line:

    QVariantList tempForConsuming = vData; // To consume vData

to the:

    Q_UNUSED(vData);
    // or
    (void)vData;

please use the former to be consistent with Qt coding standard.