|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.domain.rhims.dao.MedicalDataDAOMySQL
@Name(value="medicalDataDAO") public class MedicalDataDAOMySQL
This EJB provides a MySQL specific implementation of the MedicalDataDAO. Its Seam name is "medicalDataDAO".
| Constructor Summary | |
|---|---|
MedicalDataDAOMySQL()
|
|
| 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. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MedicalDataDAOMySQL()
| Method Detail |
|---|
public void saveMedicalDataPulse(Pulse pulse)
MedicalDataDAO
saveMedicalDataPulse in interface MedicalDataDAOpulse - the Pulse object to persistorg.domain.rhims.dao.MedicalDataDAO#saveMedicalData(MedicalDataValue)public java.util.List<Pulse> getMedicalDataPulse(java.lang.String patientUsername)
MedicalDataDAO
getMedicalDataPulse in interface MedicalDataDAOpatientUsername - the username of the patient to get data from
org.domain.rhims.dao.MedicalDataDAO#getMedicalData(String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||