|
![]() |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openmrs.BaseOpenmrsObject
org.openmrs.reporting.AbstractReportObject
org.openmrs.reporting.AbstractPatientFilter
org.openmrs.reporting.CohortHistoryCompositionFilter
@Deprecated public class CohortHistoryCompositionFilter
Field Summary | |
---|---|
protected static org.apache.commons.logging.Log |
log
Deprecated. |
static long |
serialVersionUID
Deprecated. |
Constructor Summary | |
---|---|
CohortHistoryCompositionFilter()
Deprecated. |
Method Summary | |
---|---|
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 |
CohortSearchHistory |
getHistory()
Deprecated. |
java.lang.String |
getName()
Deprecated. |
java.util.List<java.lang.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(java.lang.String name)
Deprecated. |
void |
setParsedCompositionString(java.util.List<java.lang.Object> parsedCompositionString)
Deprecated. |
PatientFilter |
toCohortDefinition()
Deprecated. |
Methods inherited from class org.openmrs.reporting.AbstractPatientFilter |
---|
getConceptName |
Methods inherited from class org.openmrs.reporting.AbstractReportObject |
---|
equals, getDescription, getId, getReportObjectId, getSubType, getType, setDescription, setId, 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.reporting.ReportObject |
---|
getDescription, getReportObjectId, setDescription, setReportObjectId |
Methods inherited from interface org.openmrs.OpenmrsObject |
---|
getId, getUuid, setId, setUuid |
Field Detail |
---|
protected static final org.apache.commons.logging.Log log
public static final long serialVersionUID
Constructor Detail |
---|
public CohortHistoryCompositionFilter()
Method Detail |
---|
public CohortSearchHistory getHistory()
public void setHistory(CohortSearchHistory history)
public java.util.List<java.lang.Object> getParsedCompositionString()
public void setParsedCompositionString(java.util.List<java.lang.Object> parsedCompositionString)
public java.lang.String getName()
getName
in interface ReportObject
getName
in class AbstractReportObject
public void setName(java.lang.String name)
setName
in interface ReportObject
setName
in class AbstractReportObject
name
- The name to set.public PatientFilter toCohortDefinition()
public Cohort filter(Cohort input, EvaluationContext context)
PatientFilter
filter
in interface PatientFilter
input
- Cohort of the patients to searchcontext
- EvaluationContext specifying filtering criteria
public Cohort filterInverse(Cohort input, EvaluationContext context)
PatientFilter
filterInverse
in interface PatientFilter
input
- Cohort of the patients to searchcontext
- EvaluationContext specifying filtering criteria
input
who do not meet specified criteriapublic boolean isReadyToRun()
PatientFilter
isReadyToRun
in interface PatientFilter
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |