public interface ProcessEventService
boolean processEventData(String sensorId, String patientId, String eventType, Date dateTime, float reliability, String value) throws ProcessEventException
sensorId - sensor providing the eventpatiendId - concerned patient ideventType - type of event(location, electric,...)dateTime - date and time when occurred the eventreliability - reliability of the measurevalue - corresponding valueProcessEventExceptionCopyright © 2012-2013 ADELE Research Group. All Rights Reserved.