orchid-initiative / synthetic-database-project

MIT License
4 stars 2 forks source link

separate option to just run Synthea patient data gen #74

Closed TravisHaussler closed 10 months ago

TravisHaussler commented 10 months ago

Addresses #71

Add an option to run_synthea where just the patient data generation (i.e. the synthea java process) runs, and not any of the formatting code.

Define this mode and the format only mode to be mutually exclusive args, but neither required.

TravisHaussler commented 10 months ago

Testing showed this runs OK. I also switched it so any errors thrown in the arg parsing are reported direct to the command line, not our log file (as later run errors are).