|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GuidelineDAO
The GuidelineDAO is responsible for interacting with the persistence of the guidelines for Patients. It is a component of the Persistance layer of the application. It contains a method to save a new DataGuideline, and a method to retrieve a List of all the DataGuidelines for a given Patient. In the future, it will contain methods to update a specific guideline and to retrieve guidelines based on their type (i.e. pulse, glucose, etc.)
| Method Summary | |
|---|---|
void |
createGuideline(DataGuideline dataGuideline)
Save the supplied DataGuideline |
java.util.List<DataGuideline> |
getGuidelines(CaseFile caseFile,
java.lang.String dataType)
Retrieve all the DataGuidelines for the supplied CaseFile |
| Method Detail |
|---|
void createGuideline(DataGuideline dataGuideline)
dataGuideline - the DataGuideline to save
java.util.List<DataGuideline> getGuidelines(CaseFile caseFile,
java.lang.String dataType)
caseFile - the CaseFile to get the DataGuidelines for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||