|
|
||||||||
| 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.CohortFilter
@Deprecated public class CohortFilter
| Constructor Summary | |
|---|---|
CohortFilter()
Deprecated. |
|
CohortFilter(Cohort cohort)
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 |
Cohort |
getCohort()
Deprecated. |
java.lang.String |
getDescription()
Deprecated. |
java.lang.String |
getName()
Deprecated. |
boolean |
isReadyToRun()
Deprecated. Check whether this filter has had enough parameters set to be run properly |
void |
setCohort(Cohort cohort)
Deprecated. |
| Methods inherited from class org.openmrs.reporting.AbstractPatientFilter |
|---|
getConceptName |
| Methods inherited from class org.openmrs.reporting.AbstractReportObject |
|---|
equals, getId, 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.reporting.ReportObject |
|---|
getReportObjectId, setDescription, setName, setReportObjectId |
| Methods inherited from interface org.openmrs.OpenmrsObject |
|---|
getId, getUuid, setId, setUuid |
| Constructor Detail |
|---|
public CohortFilter()
public CohortFilter(Cohort cohort)
| Method Detail |
|---|
public java.lang.String getName()
getName in interface ReportObjectgetName in class AbstractReportObjectpublic java.lang.String getDescription()
getDescription in interface ReportObjectgetDescription in class AbstractReportObject
public Cohort filter(Cohort input,
EvaluationContext context)
PatientFilter
filter in interface PatientFilterinput - Cohort of the patients to searchcontext - EvaluationContext specifying filtering criteria
public Cohort filterInverse(Cohort input,
EvaluationContext context)
PatientFilter
filterInverse in interface PatientFilterinput - Cohort of the patients to searchcontext - EvaluationContext specifying filtering criteria
input who do not meet specified criteriapublic boolean isReadyToRun()
PatientFilter
isReadyToRun in interface PatientFilterpublic Cohort getCohort()
public void setCohort(Cohort cohort)
|
OpenMRS-1.7.x | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||