|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MedicalDataDAO
The MedicalDataDAO is responsible for interacting with the persistence of the medical data that is received from other parts of the application. It is a component of the Persistance layer of the application. It contains a method to save new medical data, along with a method to retrieve data for a particular patient (based on username)
| Method Summary | |
|---|---|
java.util.List<Pulse> |
getMedicalDataPulse(java.lang.String patientUsername)
This method returns a list containing all Pulse medical data values for a particular patient. |
void |
saveMedicalDataPulse(Pulse pulse)
This method persists a Pulse MedicalDataValue entity object. |
| Method Detail |
|---|
void saveMedicalDataPulse(Pulse pulse)
pulse - the Pulse object to persistjava.util.List<Pulse> getMedicalDataPulse(java.lang.String patientUsername)
patientUsername - the username of the patient to get data from
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||