|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.domain.rhims.manager.DataRetrievalManagerAction
@Name(value="dataRetrievalManager") public class DataRetrievalManagerAction
This class provides an implementation of the DataRetrievalManager. It maintains a reference to the MedicalDataDAO for extracting data. Its Seam name is "dataRetrievalManager".
| Constructor Summary | |
|---|---|
DataRetrievalManagerAction()
|
|
| Method Summary | |
|---|---|
java.util.List<MedicalDataValue> |
getMedicalData(long patientID)
This method is used to retrieve a List of medical data for a given patientID. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataRetrievalManagerAction()
| Method Detail |
|---|
public java.util.List<MedicalDataValue> getMedicalData(long patientID)
DataRetrievalManager
getMedicalData in interface DataRetrievalManagerpatientID - the ID number of the patient to get data for
DataRetrievalManager.getMedicalData(long)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||