|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface PatientFilter
PatientFilters may use an EvaluationContext for caching, but they ignore parameter values
Method Summary | |
---|---|
Cohort |
filter(Cohort input,
EvaluationContext context)
Deprecated. Determine all patients in _input_ who also match some criteria. |
Cohort |
filterInverse(Cohort input,
EvaluationContext context)
Deprecated. Determine all patients in _input_ who do *not* match some criteria |
boolean |
isReadyToRun()
Deprecated. Check whether this filter has had enough parameters set to be run properly |
Methods inherited from interface org.openmrs.reporting.ReportObject |
---|
getDescription, getName, getReportObjectId, setDescription, setName, setReportObjectId |
Methods inherited from interface org.openmrs.OpenmrsObject |
---|
getId, getUuid, setId, setUuid |
Method Detail |
---|
Cohort filter(Cohort input, EvaluationContext context)
input
- Cohort of the patients to searchcontext
- EvaluationContext specifying filtering criteria
Cohort filterInverse(Cohort input, EvaluationContext context)
input
- Cohort of the patients to searchcontext
- EvaluationContext specifying filtering criteria
input
who do not meet specified criteriaboolean isReadyToRun()
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |