| 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,
      java.lang.String argument,
      java.io.OutputStream out)
Deprecated.  
Render the report's data to a stream 
 | 
void | 
ReportRenderer.render(ReportData reportData,
      java.lang.String argument,
      java.io.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,
      java.lang.String argument,
      java.io.OutputStream out)
Deprecated.  
  | 
void | 
DelimitedTextReportRenderer.render(ReportData results,
      java.lang.String argument,
      java.io.Writer writer)
Deprecated.  
  | 
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.