Rules to observe when programming your own plugins
You are very welcome to provide any type of plugin for elexis. We do, however, request that you please adhere to a few rules to avoid conflicts between different plugins.
As with most of elexis, implementing a new diagnosis system is a matter of writing a plugin. We provide the plugin elexis-eigendiagnosen as an example on how to achieve this.
In Elexis, billing and accounting is delegated to the plugin system. But there are some conventions to obey for a successful billing-plugin. This article describes the necessary steps.
Elexis "inherits" the Plug-In architecture of eclipse. Thus, eclipse's huge documentation on Plug-In development is always a good place to find answers.