Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -rac07818fa03e65ff3601535b790bb6cb4e34f731 -r5c21e83a3fdc897cb99ac62e1cec0213f411cd73 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision ac07818fa03e65ff3601535b790bb6cb4e34f731) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision 5c21e83a3fdc897cb99ac62e1cec0213f411cd73) @@ -144,14 +144,17 @@ readonly property int settingsOptionHeight : 50 // ---------- < PRS > Related Section ---------- - // Min/Max - readonly property int bloodFlowMin : 100 - readonly property int bloodFlowMax : 500 - // Resolutions - readonly property int bloodFlowResolution : 25 - readonly property int dialysateFlowResolution : 50 - readonly property int durationResolution : 15 // PRS346 + // blood flow rate + readonly property int bloodFlowMin : 100 // PRS 30 + readonly property int bloodFlowMax : 500 // PRS 30 + readonly property int bloodFlowResolution : 25 // PRS 30 + // Dialysate flow rate + readonly property int dialysateFlowResolution : 50 // PRS 345 + + // duration + readonly property int durationResolution : 15 // PRS346 + // Ultrafiltration readonly property real ultrafiltrationMinDef : 0.000 readonly property real ultrafiltrationMaxDef : 8.000