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. -
DEN-9659: Implementation [POST] - Created a separate file for the Bluetooth screen since it became bigger. - Moved the WiFi and Bluetooth start in the Application controller and handled by POST events. - Added a 5 second sleep for the Bluetooth Device to get ready in run.sh - Added WiFi POST in run.sh - Moved lambda functions for POST into slots. - Added signals in the ApplicationPOST for passed items to be used in the ApplciationController to start WiFi and Bluetooth interfaces. - Added isValid to the BluetoothInterface to make sure the Bluetooth Adapter is ready for the Interface to setup (Is set by ApplicationController with the information Provided by ApplicationPOST). - Improved the Bluetooth interface implementation - Added Rinseback safety volume parameter - Modified the SAFE_CALL's methods to be public slots. - Removed the SerialNumber listener from VBluetooth. - Improved the VBluetooth code and added the connection to the BluetoothController.