Index: sources/gui/qml/globals/Variables.qml =================================================================== diff -u -rf502bc55feb08cd037d9caa12086d30034fe715b -re8df7fe7fe6274c416f176369250b9581e07d2a5 --- sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision f502bc55feb08cd037d9caa12086d30034fe715b) +++ sources/gui/qml/globals/Variables.qml (.../Variables.qml) (revision e8df7fe7fe6274c416f176369250b9581e07d2a5) @@ -188,35 +188,6 @@ // Heparin readonly property int heparinPrecision : 1 - // Inline Blood Pressures - // - Artrial - // - Artrial - Entire pressure value range - readonly property int arterialValueMin : -400; ///< PRS362 const - readonly property int arterialValueMax : +100; ///< PRS362 const - // - Artrial - Adjust pressure limit range and manufacturing default - Low - readonly property int arterialLimitLowMin : -300; ///< PRS354 const - readonly property int arterialLimitLowMax : +70; ///< PRS354 const - // - Artrial - Adjust pressure limit range and manufacturing default - High - readonly property int arterialLimitHighMin : -270; ///< PRS355 const - readonly property int arterialLimitHighMax : +100; ///< PRS355 const - // - Artrial - Adjust pressure limit resolution - readonly property int arterialLimitStep : +10; ///< PRS354,PRS355 // has to be the same since it's on the same line scale - readonly property int arterialLimitGap : +30; - - // - Venous - // - Venous - Entire pressure value range - readonly property int venousValueMin : -100; ///< PRS361 const - readonly property int venousValueMax : +700; ///< PRS361 const - // - Venous - Adjust pressure limit range and manufacturing default - Low - readonly property int venousLimitLowMin : +20; ///< PRS356 const - readonly property int venousLimitLowMax : +570; ///< PRS356 const - // - Venous - Adjust pressure limit range and manufacturing default - High - readonly property int venousLimitHighMin : +50; ///< PRS357 const - readonly property int venousLimitHighMax : +600; ///< PRS357 const - // - Venous - Adjust pressure limit resolution - readonly property int venousLimitStep : +10; ///< PRS356,PRS357 // has to be the same since it's on the same line scale - readonly property int venousLimitGap : +30; - function sizeConverted(vSize, vSizePowers, vRound = 2) { return ( vSize / vSizePowers // convert from byte to Giga byte