|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GuidelineManager
The GuidelineManager is the business/application logic that handles the DataGuidelines established for Patients in the system. It is responsible for creating new guidelines and retrieving all the guidelines for a given patient. It is a component of the Application layer.
| Method Summary | |
|---|---|
void |
createPulseGuideline(Patient patient,
Clinician clinician,
double lowerBound,
double upperBound)
Create a new guideline and associate it with the CaseFile of the supplied Clinician and Patient |
java.util.List<DataGuideline> |
getGuidelines(Patient patient,
Clinician clinician,
java.lang.String dataType)
Get a list of all the DataGuidelines for a given CaseFile, finds the CaseFile based on the supplied patient and clinician |
| Method Detail |
|---|
void createPulseGuideline(Patient patient,
Clinician clinician,
double lowerBound,
double upperBound)
patient - the Patient of the CaseFileclinician - the Clinician of the CaseFilelowerBound - the lower bound for the guidelineupperBound - the upper bound for the guideline
java.util.List<DataGuideline> getGuidelines(Patient patient,
Clinician clinician,
java.lang.String dataType)
patient - the Patient of the CaseFileclinician - the Clinician of the CaseFile
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||