Is there documentation on the Audit feature of OpenEMR available? I see a thread from 2009 about Audit, but no other documentation is available after that. I need information about how the Audit works, what are the events and categories used?
Hi @juggernautsei, this is the Log I am talking about. I am looking for information on what Events, Categories, Groups are defined for the log. Also, if there is any documentation available for the Log feature.
Hello @Mandar_Sahasrabuddhe
The forum is only one of the resources of information on OpenEMR. The source code repository and the wiki are also good places to look for info.
You would need to look in the source code of the logs viewer to find how it builds the query with the parameters entered through the dropdowns and other controls, that it executes on the database to generate the log report.
In some cases the log will display in the ‘Comments’ column portions of the query it executes (see below), but not always.
Good luck in your research- Harley