DEN-11814: Heparin Minimum Dispensing Parameters Should Be 0.2 - Reverted back the Heparin min to 0.0 due to the slider's issue which disables the OFF feature, since the value 0.0 becomes an invalid. - A minor update on the POST progress display to start when 0 to max of complete enum -1. - An idea of fixing the slider touch issue. [Is DISABLED for now, for more test]
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.