org.domain.rhims.manager
Class DeviceInputManagerAction
java.lang.Object
org.domain.rhims.manager.DeviceInputManagerAction
- All Implemented Interfaces:
- DeviceInputManager
@Name(value="deviceInputManager")
public class DeviceInputManagerAction
- extends java.lang.Object
- implements DeviceInputManager
This class provides an implementation of the DeviceInputManager. It maintains
a reference to the MedicalDataDAO for persisting data. Its Seam name is
"deviceInputManager".
- 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. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeviceInputManagerAction
public DeviceInputManagerAction()
addMedicalDataPulse
public void addMedicalDataPulse(java.lang.String patientUsername,
java.util.Date timeStamp,
int pulseValue)
- Description copied from interface:
DeviceInputManager
- This method is used to enter new pulse medical data into the application.
- Specified by:
addMedicalDataPulse in interface DeviceInputManager
timeStamp - the time at which this data was initially recorded by the
monitoring device.pulseValue - the actual data value