|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Pulse | |
|---|---|
| org.domain.rhims.backing | |
| org.domain.rhims.dao | |
| org.domain.rhims.manager | |
| Uses of Pulse in org.domain.rhims.backing |
|---|
| Methods in org.domain.rhims.backing that return types with arguments of type Pulse | |
|---|---|
java.util.List<Pulse> |
DataRetrievalBackingBean.getMedicalDataList()
|
| Method parameters in org.domain.rhims.backing with type arguments of type Pulse | |
|---|---|
void |
DataRetrievalBackingBean.setMedicalDataList(java.util.List<Pulse> medicalDataList)
|
| Uses of Pulse in org.domain.rhims.dao |
|---|
| Methods in org.domain.rhims.dao that return types with arguments of type Pulse | |
|---|---|
java.util.List<Pulse> |
MedicalDataDAOMySQL.getMedicalDataPulse(java.lang.String patientUsername)
|
java.util.List<Pulse> |
MedicalDataDAO.getMedicalDataPulse(java.lang.String patientUsername)
This method returns a list containing all Pulse medical data values for a particular patient. |
| Methods in org.domain.rhims.dao with parameters of type Pulse | |
|---|---|
void |
MedicalDataDAOMySQL.saveMedicalDataPulse(Pulse pulse)
|
void |
MedicalDataDAO.saveMedicalDataPulse(Pulse pulse)
This method persists a Pulse MedicalDataValue entity object. |
| Uses of Pulse in org.domain.rhims.manager |
|---|
| Methods in org.domain.rhims.manager that return types with arguments of type Pulse | |
|---|---|
java.util.List<Pulse> |
DataRetrievalManagerAction.getMedicalDataPulse(java.lang.String patientUsername)
|
java.util.List<Pulse> |
DataRetrievalManager.getMedicalDataPulse(java.lang.String patientUsername)
This method retrieves a List of Pulse medical data for a given patient username |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||