Menu Content/Inhalt
Startseite arrow Architecture arrow How 2 Be An Importer Plugin
How 2 Be An Importer Plugin Drucken
Importer Plugins can import arbitrary data into elexis by converting them as neccessary. This might be data of other EMR programs or contact data of any kind. You might want to use elexis-importer-vitomed, elexis-importer aerztekasse, or elexis-importer-praxisdesktop as templates for your own plugin. An Importer plugin should:

  • define a class that extends ch.elexis.util.ImporterPage
  • plug into the extension point ch.elexis.FremdDatenImport

Then, the new importer will be included in the Importers Dialog (Menu File-Data import).


...and you're done.

 
< zurück   weiter >