|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openmrs.BaseOpenmrsObject org.openmrs.reporting.AbstractReportObject org.openmrs.cohort.CohortSearchHistory
@Deprecated public class CohortSearchHistory
Nested Class Summary | |
---|---|
class |
CohortSearchHistory.CohortSearchHistoryItemHolder
Deprecated. |
Field Summary | |
---|---|
protected static org.apache.commons.logging.Log |
log
Deprecated. |
Constructor Summary | |
---|---|
CohortSearchHistory()
Deprecated. |
Method Summary | |
---|---|
void |
addSearchItem(PatientSearch ps)
Deprecated. |
PatientSearch |
createCompositionFilter(java.lang.String description)
Deprecated. |
PatientFilter |
ensureCachedFilter(int i)
Deprecated. |
java.util.List<PatientFilter> |
getCachedFilters()
Deprecated. |
java.util.List<java.util.Date> |
getCachedResultDates()
Deprecated. |
java.util.List<Cohort> |
getCachedResults()
Deprecated. |
java.util.List<CohortSearchHistory.CohortSearchHistoryItemHolder> |
getItems()
Deprecated. |
Cohort |
getLastPatientSet(EvaluationContext context)
Deprecated. |
Cohort |
getPatientSet(int i,
boolean useCache,
EvaluationContext context)
Deprecated. TODO: Implement CohortServiceImpl.getAllCohorts() |
Cohort |
getPatientSet(int i,
EvaluationContext context)
Deprecated. |
Cohort |
getPatientSetCombineWithAnd(EvaluationContext context)
Deprecated. |
Cohort |
getPatientSetCombineWithOr(EvaluationContext context)
Deprecated. |
java.util.List<PatientSearch> |
getSearchHistory()
Deprecated. |
int |
getSize()
Deprecated. |
void |
removeSearchItem(int i)
Deprecated. |
void |
setSearchHistory(java.util.List<PatientSearch> searchHistory)
Deprecated. |
int |
size()
Deprecated. |
Methods inherited from class org.openmrs.reporting.AbstractReportObject |
---|
equals, getDescription, getId, getName, getReportObjectId, getSubType, getType, setDescription, setId, setName, setReportObjectId, setSubType, setType, toString |
Methods inherited from class org.openmrs.BaseOpenmrsObject |
---|
getUuid, setUuid |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.openmrs.OpenmrsObject |
---|
getUuid, setUuid |
Field Detail |
---|
protected static final org.apache.commons.logging.Log log
Constructor Detail |
---|
public CohortSearchHistory()
Method Detail |
---|
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 available
public Cohort getLastPatientSet(EvaluationContext context)
public Cohort getPatientSetCombineWithAnd(EvaluationContext context)
public Cohort getPatientSetCombineWithOr(EvaluationContext context)
public PatientSearch createCompositionFilter(java.lang.String description)
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |