@Deprecated public class ReportDefinition 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 |
---|
ReportDefinition()
Deprecated.
Default public constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addReportElement(ReportElementDefinition reportElement)
Deprecated.
|
CohortDefinition |
getCohortDefinition()
Deprecated.
Gets the default cohort definition.
|
DataExportReportObject |
getDataExport()
Deprecated.
Gets the default data export object.
|
DatasetDefinition |
getDatasetDefinition()
Deprecated.
Gets the default dataset definition.
|
Cohort |
getPatientSet()
Deprecated.
Gets the default patient set.
|
java.util.Set<ReportElementDefinition> |
getReportElements()
Deprecated.
Gets the report elements.
|
void |
setCohortDefinition(CohortDefinition cohortDefinition)
Deprecated.
Sets the default cohort definition.
|
void |
setDataExport(DataExportReportObject dataExport)
Deprecated.
Sets the default data export object.
|
void |
setDatasetDefinition(DatasetDefinition datasetDefinition)
Deprecated.
Sets the default dataset definition.
|
void |
setPatientSet(Cohort patientSet)
Deprecated.
Sets the default patient set.
|
void |
setReportElements(java.util.Set<ReportElementDefinition> reportElements)
Deprecated.
Sets the report elements.
|
java.lang.String |
toString()
Deprecated.
Converts object to string
|
equals, getDescription, getId, getName, getReportObjectId, getSubType, getType, setDescription, setId, setName, setReportObjectId, setSubType, setType
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 ReportDefinition()
public java.util.Set<ReportElementDefinition> getReportElements()
public void setReportElements(java.util.Set<ReportElementDefinition> reportElements)
reportElements
- public CohortDefinition getCohortDefinition()
public void setCohortDefinition(CohortDefinition cohortDefinition)
cohortDefinition
- public DatasetDefinition getDatasetDefinition()
public void setDatasetDefinition(DatasetDefinition datasetDefinition)
datasetDefinition
- public void addReportElement(ReportElementDefinition reportElement)
reportElement
- public DataExportReportObject getDataExport()
public void setDataExport(DataExportReportObject dataExport)
dataExport
- public Cohort getPatientSet()
public void setPatientSet(Cohort patientSet)
patientSet
- public java.lang.String toString()
toString
in class AbstractReportObject
Object.toString()
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.