Package | Description |
---|---|
org.openmrs.api |
The primary OpenMRS API interfaces.
|
org.openmrs.report |
Deprecated
|
org.openmrs.report.impl |
Modifier and Type | Method and Description |
---|---|
ReportData |
ReportService.evaluate(ReportSchema reportSchema,
Cohort inputCohort,
EvaluationContext context)
Deprecated.
This method evaluates a ReportSchema object for the given EvaluationContext and input Cohort.
|
Modifier and Type | Method and Description |
---|---|
void |
ReportRenderer.render(ReportData reportData,
String argument,
OutputStream out)
Deprecated.
Render the report's data to a stream
|
void |
ReportRenderer.render(ReportData reportData,
String argument,
Writer writer)
Deprecated.
Render the report's data to a stream
|
Modifier and Type | Method and Description |
---|---|
ReportData |
ReportServiceImpl.evaluate(ReportSchema reportSchema,
Cohort inputCohort,
EvaluationContext evalContext)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DelimitedTextReportRenderer.render(ReportData results,
String argument,
OutputStream out)
Deprecated.
|
void |
DelimitedTextReportRenderer.render(ReportData results,
String argument,
Writer writer)
Deprecated.
|
Copyright © 2018 OpenMRS LLC.. All Rights Reserved.