@Deprecated public class CohortHistoryCompositionFilter extends AbstractPatientFilter implements PatientFilter
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
log
Deprecated.
|
static long |
serialVersionUID
Deprecated.
|
| Constructor and Description |
|---|
CohortHistoryCompositionFilter()
Deprecated.
|
| 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.
Basic implementation of filterInverse that delegates to PatientSetService.getAllPatients() and
this class's filter() method.
|
CohortSearchHistory |
getHistory()
Deprecated.
|
String |
getName()
Deprecated.
|
List<Object> |
getParsedCompositionString()
Deprecated.
|
boolean |
isReadyToRun()
Deprecated.
Check whether this filter has had enough parameters set to be run properly
|
void |
setHistory(CohortSearchHistory history)
Deprecated.
|
void |
setName(String name)
Deprecated.
|
void |
setParsedCompositionString(List<Object> parsedCompositionString)
Deprecated.
|
PatientFilter |
toCohortDefinition()
Deprecated.
|
getConceptNameequals, getDescription, getId, getReportObjectId, getSubType, getType, setDescription, setId, setReportObjectId, setSubType, setType, toStringgetUuid, setUuidclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetDescription, getReportObjectId, setDescription, setReportObjectIdgetId, getUuid, setId, setUuidprotected static final org.apache.commons.logging.Log log
public static final long serialVersionUID
public CohortHistoryCompositionFilter()
public CohortSearchHistory getHistory()
public void setHistory(CohortSearchHistory history)
public void setParsedCompositionString(List<Object> parsedCompositionString)
public String getName()
getName in interface ReportObjectgetName in class AbstractReportObjectpublic void setName(String name)
setName in interface ReportObjectsetName in class AbstractReportObjectname - The name to set.public PatientFilter toCohortDefinition()
public Cohort filter(Cohort input, EvaluationContext context)
PatientFilterfilter in interface PatientFilterinput - Cohort of the patients to searchcontext - EvaluationContext specifying filtering criteriapublic Cohort filterInverse(Cohort input, EvaluationContext context)
AbstractPatientFilterfilterInverse in interface PatientFilterfilterInverse in class AbstractPatientFilterinput - Cohort of the patients to searchcontext - EvaluationContext specifying filtering criteriainput who do not meet specified criteriapublic boolean isReadyToRun()
PatientFilterisReadyToRun in interface PatientFilterCopyright © 2018 OpenMRS LLC.. All Rights Reserved.