@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, setReportObjectIdgetId, getUuid, setId, setUuidCohort 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 Inc.. All Rights Reserved.