DEN-13962: UI: Update pressure limits to match treatment params and UI screen - Completely restructure the vTreatmentCreate class and removed all the constant ranges properties from that to the VTreatmentRanges. - Now reading all the constant ranges values from the DataList.conf from the ui.config repository. - Used the RANGESET property type for the ranges in the VTreatmentRanges class to have by default properties for min,max, res(olution),def(ault) properties. - Added an ability to slider to hide the handler when needed (Pre-Treatment) - Hide the Slider handler when slider switch is off - Added various PROPERTYs, like IDBASED, RAGESET, VALUESET - Modified the MPreTreatmentAdjustRequest, duration parameter to treatmentDuration for clarifying. - Modified the Settings class to able to parse a comment on the Group line. - Updated the ConfirmTreatmentTable to hold the required labels and added translate function for them. removed the call for get names for performance, since those never change. - Made the SettingsData connection, standard in the VSettings class.