Excerpt |
---|
Platform developers create add-on modules (aka plugins) for OpenMRS and leverage our API to build new applications. |
What is a module?
- A module is packaged java code that can be installed into a running OpenMRS instance and is able to modify almost all aspects of OpenMRS. It can provide web pages, add tables, change how service calls work, and add new functionality (like report options, person attribute types, etc)
...