|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface Parameterizable
A Cohort, ReportSchema, and Logic rules can be parameterizable. If a class extends this, it means that it can use Parameters and possible have those filled out by its parent. (Meaning a parameter in a cohort that is in a reportschema can give it that value) The object should assume that when its being run (getPatientIds() for cohorts, getColumns for DataSetDefinition(), etc) it will receive an EvaluationContext which will give values to all of its parameters
Method Summary | |
---|---|
java.util.List<Parameter> |
getParameters()
Deprecated. A object that can take parameters should examine itself and its child objects to find out all of its required parameters. |
Method Detail |
---|
java.util.List<Parameter> getParameters()
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |