Only alive patients #1264
-
Hi, what is the command to generate only alive patients? I am trying to generate 1000 patients and export to CSV. Is the below command correct? I appreciate your help. java -jar synthea-with-dependencies.jar -p 1000 --onlyAlivePatients true --exporter.csv.export true Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
jawalonoski
Mar 8, 2023
Replies: 1 comment 1 reply
-
Use Browse through this file: https://github.com/synthetichealth/synthea/blob/master/src/main/resources/synthea.properties |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
chintudwh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use
--generate.only_alive_patients=true
Browse through this file: https://github.com/synthetichealth/synthea/blob/master/src/main/resources/synthea.properties