|
|||||||||
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.reporting.data.CohortDefinition
@Deprecated public class CohortDefinition
This class allows us to define a Cohort based on a patient filter or a cohort instance.
Field Summary | |
---|---|
static java.lang.String |
SUB_TYPE_NAME
Deprecated. |
static java.lang.String |
TYPE_NAME
Deprecated. |
Constructor Summary | |
---|---|
CohortDefinition()
Deprecated. Default public constructor |
Method Summary | |
---|---|
Cohort |
getCohort()
Deprecated. Get the cohort instance assigned to this cohort definition |
PatientFilter |
getPatientFilter()
Deprecated. Get the patient filter assigned to the cohort definition. |
void |
setCohort(Cohort cohort)
Deprecated. Set the cohort instance for this cohort definition. |
void |
setPatientFilter(PatientFilter filter)
Deprecated. Set the patient filter. |
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 |
---|
public static final java.lang.String TYPE_NAME
public static final java.lang.String SUB_TYPE_NAME
Constructor Detail |
---|
public CohortDefinition()
Method Detail |
---|
public Cohort getCohort()
public void setCohort(Cohort cohort)
cohort
- public PatientFilter getPatientFilter()
public void setPatientFilter(PatientFilter filter)
filter
-
|
OpenMRS-1.7.x | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |