Skip to content

Latest commit

 

History

History
executable file
·
13 lines (8 loc) · 564 Bytes

README.md

File metadata and controls

executable file
·
13 lines (8 loc) · 564 Bytes

This is an OpenEMR module that contains "generic" tools for importing data into OpenEMR. This is a framework only, and you will need to create another module that implements "ImportProvider" and one or more "Importers"

For example: https://github.com/mi-squared/oe-crisisprep/tree/main/src/Importer

And in your module's bootstrap:

// Initialize the CPR import provider (plugin for the Import module) $importProvider = new \Mi2\CrisisPrep\Importer\ImportProvider($eventDispatcher);

The module adds a menu item and UI to the Administration menu called "Import"