@Deprecated public class CohortDefinition extends AbstractReportObject implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SUB_TYPE_NAME
Deprecated.
|
static java.lang.String |
TYPE_NAME
Deprecated.
|
Constructor and Description |
---|
CohortDefinition()
Deprecated.
Default public constructor
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 static final java.lang.String TYPE_NAME
public static final java.lang.String SUB_TYPE_NAME
public CohortDefinition()
public Cohort getCohort()
public void setCohort(Cohort cohort)
cohort
- public PatientFilter getPatientFilter()
public void setPatientFilter(PatientFilter filter)
filter
- Copyright © 2018 OpenMRS Inc.. All Rights Reserved.