@Deprecated public interface PatientFilter extends ReportObject
Modifier and Type | Method and Description |
---|---|
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
|
getDescription, getName, getReportObjectId, setDescription, setName, setReportObjectId
getId, getUuid, setId, setUuid
Cohort filter(Cohort input, EvaluationContext context)
input
- Cohort of the patients to searchcontext
- EvaluationContext specifying filtering criteriaCohort filterInverse(Cohort input, EvaluationContext context)
input
- Cohort of the patients to searchcontext
- EvaluationContext specifying filtering criteriainput
who do not meet specified criteriaboolean isReadyToRun()
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.