The tdg creates OMOP-CDM conforming, clinically plausible test data in order to test the CELIDA execution engine and therefore also the user interface.
The tdg is a command line tool. It can be used as follows:
python random_data_generator.py [n]
where n
is the number of patients to be generated. If n
is not specified, the default value of 10 is used.
Copy the .credentials.sample.json
file to .credentials.json and fill in the credentials for the OMOP CDM database connection.
We welcome contributions to this repository! If you have any suggestions or bug reports, please open an issue or a pull request.
For more information about the CODEX-CELIDA project, please visit https://github.com/CODEX-CELIDA.