DEN-3880 : Implementation - Added Alarm Triggered Model - Added Alarm Cleared Model - Added Treatment State Model - "UI," as Event Source to the Initialized and Some Other Event Messages for better logging - Updated Ack messages and made them nicer for logging. - Added DGCheckIn as a message to be logged. - Stored Unit texts as a read only property in Variables qml file which had multiple definition multiple places. - Changed the toString of models to use comma instead of parenthesis to be easily used in Excel as a CSV file format. - Found a bug in TreatmentAdjustmentUltrafiltrationConfirm Screen slot which had volume defined as int that actually is a float value and causes the float to be truncated also the volume should be traslated int the VTreatmentAdjustmentUltrafiltratinConfirm to mL from Liter. Although HD wasn't using that value and was not complaining about it. - Changed the current pew-set Volume value in the TreatmentAdjustmentUltrafiltrationEdit screen to be the current max value which is actually going to be changed by user. - Changed to use the reference Volume to be used as the current collected volume in the Ultrafiltration section of the main treatment screen and the other Ultrafiltration adjustment screen that using it (Start. Paused, Edit). - Added toString to the request models to be used for logging. - Refactored the Message Interpreter response methods to be unique like the other improved latest methods (get<Method>s removed) [Reordered, Document cleanup, and so]. - Updated the manual in the MModel header for creating a model in regards to refactoring above. - Updated Response Models in regards to the refactoring above. - Made each byte space separator in Flags class in Types class for cleaner logging (will be used empty string in Alarm Status for logging). - Changed the logging folder to be log folder (not event, error) and changed the log file extension for events/data to be .log and for errors to be .err. - log file format modified to be CSV. - Removed a not used fromByteArrayState method of mtreatmentadjustmentultrafiltrationconfirmresponse , mtreatmentadjustmentultrafiltrationeditresponse.