@Deprecated public class CohortSearchHistory extends AbstractReportObject
Modifier and Type | Class and Description |
---|---|
class |
CohortSearchHistory.CohortSearchHistoryItemHolder
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log
Deprecated.
|
Constructor and Description |
---|
CohortSearchHistory()
Deprecated.
|
equals, getDescription, getId, getName, getReportObjectId, getSubType, getType, setDescription, setId, setName, setReportObjectId, setSubType, setType, toString
equals, getUuid, hashCode, setUuid
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getUuid, setUuid
public java.util.List<CohortSearchHistory.CohortSearchHistoryItemHolder> getItems()
public java.util.List<PatientSearch> getSearchHistory()
public void setSearchHistory(java.util.List<PatientSearch> searchHistory)
public java.util.List<PatientFilter> getCachedFilters()
public java.util.List<java.util.Date> getCachedResultDates()
public java.util.List<Cohort> getCachedResults()
public int size()
public int getSize()
public void addSearchItem(PatientSearch ps)
public void removeSearchItem(int i)
public PatientFilter ensureCachedFilter(int i)
public Cohort getPatientSet(int i, EvaluationContext context)
i
- public Cohort getPatientSet(int i, boolean useCache, EvaluationContext context)
CohortServiceImpl.getAllCohorts()
i
- useCache
- whether to use a cached result, if availablepublic Cohort getLastPatientSet(EvaluationContext context)
public Cohort getPatientSetCombineWithAnd(EvaluationContext context)
public Cohort getPatientSetCombineWithOr(EvaluationContext context)
public PatientSearch createCompositionFilter(java.lang.String description)
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.