Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

What this module does

Exposes the reporting module's functionality via REST web services

Documentation / How-To

Modules Required

  1. Reporting
  2. REST web services

The Reporting REST module (http://svn.openmrs.org/openmrs-modules/reportingrest/trunk/) lets you do this:

And you get back this:

Unknown macro: {    "metadata"}
Unknown macro: {"results"}

,

Unknown macro: {"uuid"}

,

Unknown macro: {"uuid"}

,

Unknown macro: {"uuid"}

,

Unknown macro: {"uuid"}

,

Unknown macro: {"uuid"}

,

Unknown macro: {"uuid"}

,

Unknown macro: {"uuid"}

,

Unknown macro: {"uuid"}

,

Unknown macro: {"uuid"}

,

Unknown macro: {"uuid"}

,

Unknown macro: {"uuid"}

,

Unknown macro: {"uuid"}

,

Unknown macro: {"uuid"}

,

Unknown macro: {"uuid"}

,

Unknown macro: {"uuid"}

]}

* GET http://localhost:8080/midoctor/ws/rest/reporting/cohort/cdee9b23-7205-46c3-9a22-7564f6f73def (cohort with no patients)
Unknown macro: {"uuid"}

,"members":[],"links":[

Unknown macro: {"uri"}

]}

* GET http://localhost:8080/midoctor/ws/rest/reporting/cohort/857658df-930e-453e-8458-bcf421990252 (cohort with 4 patients)
Unknown macro: {"uuid"}

,
"members":[

Unknown macro: {"uuid"}

,

Unknown macro: {"uuid"}

,

Unknown macro: {"uuid"}

,

Unknown macro: {"uuid"}

],
"links":[

Unknown macro: {"uri"}

]}


Downloads

http://modules.openmrs.org/modules/view.jsp?module=reportingrest

Screenshots

Release Notes

Developer Notes

In 1.3 you could build the module from the code, but it would give the following error, during compiling. Darius mentioned that you should ignore all com.mchange. error messages.

ERROR - SchemaExport.execute(202) |2013-01-29 17:01:32,694| schema export unsuccessful
java.sql.SQLException: com.mchange.v2.c3p0.PoolBackedDataSource@29d9b607

  • No labels