Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -r074b32b5cc08f41f2d9ce0d021f2151b76bba5ad -r846a9ebc350e33be4affab3cc4c136248900015d --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 074b32b5cc08f41f2d9ce0d021f2151b76bba5ad) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 846a9ebc350e33be4affab3cc4c136248900015d) @@ -6,8 +6,8 @@ * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. * * \file Variables.qml - * \author (last) Peter Lucia - * \date (last) 25-Jun-2020 + * \author (last) Behrouz NematiPour + * \date (last) 10-Aug-2020 * \author (original) Behrouz NematiPour * \date (original) 09-Oct-2019 * @@ -126,4 +126,8 @@ // - Vitals readonly property string unitTextBloodPressure : qsTr("mmHg") readonly property string unitTextHeartBeat : qsTr("BPM" ) + // - Fluid + readonly property string unitTextSaline : qsTr("mL") + readonly property string unitTextHeparin : qsTr("mL") + }