Skip to content

openemr/demo-data-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

OpenEMR Demo Data Generator

This python tool creates fictional demo data for OpenEMR. It's still a work in progress.

Installation

Clone this repo

cd demo-data-generator
virtualenv venv
. venv/bin/activate
pip install .
demodata <command>

Usage

demodata <global options> COMMAND <options>

Available data points

Here are the data points capable of being generated

patients facilities

Plan on creating an option to allow writing straight to a file, but for now I recommend piping the output to file.sql

Currently this will spit out valid SQL that will create only patient data

License

Copyright (C) 2017 Robert Down

The OpenEMR Demo Data Generator tool is licensed under the GNU GPL V3 license.

About

Generate fictional demo data for testing of OpenEMR

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages