Package | Description |
---|---|
org.openmrs.api |
The primary OpenMRS API interfaces.
|
org.openmrs.report |
Deprecated
|
org.openmrs.report.impl |
Modifier and Type | Method and Description |
---|---|
DataSet |
DataSetService.evaluate(DataSetDefinition definition,
Cohort inputCohort,
EvaluationContext evalContext)
Deprecated.
Evaluate a data set definition to get turn it into a DataSet
|
Modifier and Type | Interface and Description |
---|---|
interface |
MapDataSet<T>
Deprecated.
see reportingcompatibility module
|
Modifier and Type | Class and Description |
---|---|
class |
CohortDataSet
Deprecated.
see reportingcompatibility module
|
class |
RowPerObsDataSet
Deprecated.
see reportingcompatibility module
|
class |
RowPerProgramEnrollmentDataSet
Deprecated.
see reportingcompatibility module
|
Modifier and Type | Method and Description |
---|---|
DataSet |
DataSetProvider.evaluate(DataSetDefinition dataSetDefinition,
Cohort inputCohort,
EvaluationContext evalContext)
Deprecated.
Evaluate a dataset on a given input cohort (which may be null, and may be ignored by some
data sets)
|
DataSet |
CohortDataSetProvider.evaluate(DataSetDefinition dataSetDefinition,
Cohort inputCohort,
EvaluationContext evalContext)
Deprecated.
|
DataSet<?> |
RowPerProgramEnrollmentDataSetProvider.evaluate(DataSetDefinition dataSetDefinition,
Cohort inputCohort,
EvaluationContext evalContext)
Deprecated.
|
DataSet<?> |
RowPerObsDataSetProvider.evaluate(DataSetDefinition dataSetDefinition,
Cohort inputCohort,
EvaluationContext evalContext)
Deprecated.
|
DataSet |
DataSetTransform.transform(DataSet input)
Deprecated.
Auto generated method comment TODO: add detailed return comment
|
Modifier and Type | Method and Description |
---|---|
Map<String,DataSet> |
ReportData.getDataSets()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DataSet |
DataSetTransform.transform(DataSet input)
Deprecated.
Auto generated method comment TODO: add detailed return comment
|
Modifier and Type | Method and Description |
---|---|
void |
ReportData.setDataSets(Map<String,DataSet> dataSets)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
DataSet |
DataSetServiceImpl.evaluate(DataSetDefinition definition,
Cohort inputCohort,
EvaluationContext evalContext)
Deprecated.
|
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.