... | ... | @@ -35,14 +35,16 @@ One of the greatest qualities of Synthea<sup>TM</sup> is having more than 90 dif |
|
|
|
|
|
Follow the instructions to compile Synthea or download [synthea-with-dependencies.jar](https://github.com/synthetichealth/synthea/releases/download/master-branch-latest/synthea-with-dependencies.jar)
|
|
|
|
|
|
The basic command line to generate data, in Synthea<sup>TM</sup> v3.2.0, is the following:
|
|
|
To export the data in CSV format, you need to set the parameter `exporter.csv.export = true` at file `synthea.properties`.
|
|
|
|
|
|
The basic command line to generate data will be the following:
|
|
|
|
|
|
```
|
|
|
java -jar synthea-with-dependencies.jar -c synthea.properties -p 1000
|
|
|
|
|
|
```
|
|
|
|
|
|
To export the data in CSV format, you need to set the parameter `exporter.csv.export = true` at `synthea.properties`.
|
|
|
|
|
|
|
|
|
To generate different types of data with modules, one must use the `-m` option with the name of your modules. Check the page with an example [here](https://github.com/synthetichealth/synthea/wiki/The--M-Feature).
|
|
|
|
... | ... | |