Open guozhuoran918 opened 3 years ago
I would refer you to this wiki page: https://github.com/synthetichealth/synthea/wiki/The--M-Feature
Basically, please do not use the M Feature. We do not support troubleshooting the M Feature. Every day that goes by I am increasingly tempted to remove it from the code.
Run you command without -m
it should load your local modules that you specified with the -d
parameter.
Hi, I tried to use the following commands,
./run_synthea -p 100 --exporter.fhir.export=false --exporter.practitioner.fhir.export=false --exporter.symptoms.csv.export=true --exporter.symptoms.mode=1 --exporter.years_of_history=0 -m symcat_nlice_mel3* -d "/home/gzr/文档/medvice/synthea/src/main/resources/modules/MELNEW" --exporter.baseDirectory="./output/nlicemel"
However, it could scan my local modules, but could not load them, Are there any possible reasons causing this problem?