Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

    • -1
    • +1
    ./settings/VAdjustmentInstitutionalRecord.cpp
    • -2
    • +2
    ./settings/VAdjustmentInstitutionalRecord.h
  1. … 6 more files in changeset.
DENBUG-318: Rejection Ratio Setting Feature Implementation in Manufacturing Configuration For Treatment

- Changed the Min RO Rejection Ratio to RO Rejection Ratio in the institutional record

    • -1
    • +1
    ./settings/VAdjustmentInstitutionalRecord.h
DENBUG-318: Rejection Ratio Setting Feature Implementation in Manufacturing Configuration For Treatment

- Changed the Min RO Rejection Ratio to RO Rejection Ratio in the institutional record

    • -1
    • +1
    ./settings/VAdjustmentInstitutionalRecord.h
DENBUG-318: Rejection Ratio Setting Feature Implementation in Manufacturing Configuration For Treatment

- Changed the max RO rejection ratio to min RO rejection ratio in institutional record

- Changed the min RO rejection ratio from float to quint32

- Added "%" to the min RO rejection ration value in the institutional record screen

    • -2
    • +2
    ./settings/VAdjustmentInstitutionalRecord.cpp
    • -3
    • +3
    ./settings/VAdjustmentInstitutionalRecord.h
  1. … 2 more files in changeset.
DENBUG-318: Rejection Ratio Setting Feature Implementation in Manufacturing Configuration For Treatment

- Changed the max RO rejection ratio to min RO rejection ratio in institutional record

- Changed the min RO rejection ratio from float to quint32

- Added "%" to the min RO rejection ration value in the institutional record screen

    • -2
    • +2
    ./settings/VAdjustmentInstitutionalRecord.cpp
    • -3
    • +3
    ./settings/VAdjustmentInstitutionalRecord.h
  1. … 2 more files in changeset.
DENBUG-318: Rejection Ratio Setting Feature Implementation in Manufacturing Configuration For Treatment

- Updated the code to add max RO rejection ratio and min inlet water conductivity alarm limit to the HD institutional record and display it on the UI

    • -40
    • +44
    ./settings/VAdjustmentInstitutionalRecord.cpp
    • -38
    • +44
    ./settings/VAdjustmentInstitutionalRecord.h
  1. … 4 more files in changeset.
DENBUG-318: Rejection Ratio Setting Feature Implementation in Manufacturing Configuration For Treatment

- Updated the code to add max RO rejection ratio and min inlet water conductivity alarm limit to the HD institutional record and display it on the UI

    • -40
    • +44
    ./settings/VAdjustmentInstitutionalRecord.cpp
    • -38
    • +44
    ./settings/VAdjustmentInstitutionalRecord.h
  1. … 4 more files in changeset.
UI-DEN-17295_UI DN Release
UI-DEN-17295_UI DN Release
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 10 more files in changeset.
Bamboo Commit: Updated the Copyright section and replaced tabs with 4 spaces

  1. … 10 more files in changeset.
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. … 10 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. … 1 more file 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

- Made UF Rate related values in VTreatmentAdjustmentUltrafiltrationEdit to be rounded up prior to displaying on the UI.

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

- Updated the current UF rate in the VTreatmentUltrafiltration to be rounded up.

- Removed commented code.

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

- Updated the code to round up the UF rate that is displayed on the UF rate change screen.