DEN-8145: Issues with UI Create Treatment screen Remainder items (summary): - 3) Discuss whether to keep the manufacturing default on the slider since the user needs to confirm each parameter: Agreed to set to the minimum value - 7) Arterial Pressure and Venous Pressure should be consistent with other parameters, the unit should be shown at the end: will be updated to have the units located in the title of the slider. - Also fixed the title coloring when the slider has not been adjusted yet.
DEN-9704: Missing acknowledgement confirmation message/alarm when leaving BP/HR blank - Added a script to later be used for the log export on the device, but it now only works on the VM since the device doesn't have the zip tool. - Added a mimic function to simulate the BCuff measurement received and assigned F11 to it and it will only be enabled if the macro DEBUG_BCUFF_MIMIC is defined. - Added opened and closed signals to the EntryDialog.qml to make it do the auto focus on the firstInput object when opened. - Added setFocus() function in the BPHREntry.qml - Removed the enabled option from doReset of the VTreatmentVitals - And created two separate enableDialog for vital entry, and enable update for the auto update the properties. - Added a constructor with systolic, diastolic, heartRate parameter to set the data on creation to be used in the message mimic. - Added systolic, diastolic, heartRate parameters to the doTrigger of the VCommonAdjustmentVitals to open the vitals entry dialog with default values.