Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 683 Bytes

File metadata and controls

31 lines (17 loc) · 683 Bytes

OpenEMR Table Definition Inspector

This tool provides quick access to OpenEMR database table definitions.

Installation for Development

  • Fork this repository
  • Install R
  • Install Rstudio IDE
  • Install R packages: tidyverse, data.table, stringr, shiny
  • Open file openemr_table_definition_inspector.Rmd

Deployment

Deploy openemr_table_definition_inspector.Rmd to a shiny server

Usage

  • Navigate to the URL of OpenEMR Table Definition Inspector

  • Select a table to view an OpenEMR CREATE TABLE statement listing

Copyright

Copyright (C) 2017 John B. Williams

License

The OpenEMR Table Definition Inspector tool is licensed under the GNU GPL V3 license.