org.domain.rhims.manager
Interface DeviceInputManager

All Known Implementing Classes:
DeviceInputManagerAction

public interface DeviceInputManager

The DeviceInputManager is the business/application logic that handles the medical data that is received by the application. It is a component of the Application layer.

Author:
Mitch Williams

Method Summary
 void addMedicalDataPulse(java.lang.String patientUsername, java.util.Date timeStamp, int pulseValue)
          This method is used to enter new pulse medical data into the application.
 

Method Detail

addMedicalDataPulse

void addMedicalDataPulse(java.lang.String patientUsername,
                         java.util.Date timeStamp,
                         int pulseValue)
This method is used to enter new pulse medical data into the application.

Parameters:
patient - the patient that this data was received from.
timeStamp - the time at which this data was initially recorded by the monitoring device.
pulseValue - the actual data value