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.
Code Cleanup - DEN-11807: Treatment Confirmation - Rinseback Rate displays "min" instead of "mL/min" - Renamed the Keyboard component name to VirtualKeyboard to resolve the InputPanel's Keyboard object/type conflict (There was no issue is was only a name conflict.) - Preventing the Patient Id from being empty space string, and disabling the confirm in that case. - Mode the create_update_folder.sh to the Scripts/local repository's folder. - Added Qt logo and Diality Qt Colored log. - Updated the alarmMapping.sh script to always checkout to common/staging and also print out the log on console. -