Skip to content

How are custom modules created in the Synthea Module Builder evaluated? #1040

Answered by jawalonoski
tamasVarjas asked this question in Q&A
Discussion options

You must be logged in to vote

My suspicion is that this is related to a set of FAQs where the answer revolves around the exporter.years_of_history configuration setting.

I can't say for certain, because I haven't seen your module, but...

If you just have a set of direct transitions, with no delays or guards, your implantable defibrillator is likely being installed on a bunch of newborn babies.

Every module in Synthea runs every single time step, starting with birth of the patient. It is up to the module to determine when and how events occur. If there are no Delays or Guards, the module will just run straight through the first time it executes until it hits the Terminal state. Once it hits the Terminal state, it will …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@tamasVarjas
Comment options

Answer selected by tamasVarjas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants