org.domain.rhims.manager
Class DataRetrievalManagerAction

java.lang.Object
  extended by org.domain.rhims.manager.DataRetrievalManagerAction
All Implemented Interfaces:
DataRetrievalManager

@Name(value="dataRetrievalManager")
public class DataRetrievalManagerAction
extends java.lang.Object
implements DataRetrievalManager

This class provides an implementation of the DataRetrievalManager. It maintains a reference to the MedicalDataDAO for extracting data. Its Seam name is "dataRetrievalManager".

Author:
Mitch Williams

Constructor Summary
DataRetrievalManagerAction()
           
 
Method Summary
 java.util.List<Pulse> getMedicalDataPulse(java.lang.String patientUsername)
          This method retrieves a List of Pulse medical data for a given patient username
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataRetrievalManagerAction

public DataRetrievalManagerAction()
Method Detail

getMedicalDataPulse

public java.util.List<Pulse> getMedicalDataPulse(java.lang.String patientUsername)
Description copied from interface: DataRetrievalManager
This method retrieves a List of Pulse medical data for a given patient username

Specified by:
getMedicalDataPulse in interface DataRetrievalManager
Parameters:
patientUsername - the username of the patient to get data from
Returns:
a List of MedicalDataValues for the patient
See Also:
org.domain.rhims.manager.DataRetrievalManager#getMedicalData(String)