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

« Previous Version 9 Next »

OpenMRS has a Java API that provides access to the complex underlying data model. This API can and is used in many different applications, the primary of which is the reference "war" application.

Many languages are not able to take advantage of this api, however. For other external consumers of OpenMRS data and services we provide links through the web services modules.

REST Web Services

The preferred and supported method of web services in openmrs is through the Webservices.rest Module. See that page for how to install and configure the module. You can also read about the REST Web Services API, and the provided REST Web Service Resources in OpenMRS 1.8.

(There is also an older REST Module that provides simple access to patients, obs, and users.  However, this will no longer be supported in favor of the previously mentioned module)

SOAP Web Services

There are several modules that provide SOAP Web Services methods. This only works for OpenMRS 1.6.0+ and is not supported by the core team like the Webservices.rest Module.

  • No labels