Skip to content

Commit

Permalink
revert synthea.properties.physiology.state.enabled back to false
Browse files Browse the repository at this point in the history
  • Loading branch information
awatson1978 committed Jul 13, 2023
1 parent 87f4c93 commit 1388355
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions config/simulations/ecg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,6 @@ charts:
#upperBoundY: 0.15
series:
- param: zf



4 changes: 2 additions & 2 deletions src/main/resources/synthea.properties
Original file line number Diff line number Diff line change
Expand Up @@ -290,12 +290,12 @@ lifecycle.death_by_natural_causes = false
lifecycle.death_by_loss_of_care = false

# Use physiology simulations to generate some VitalSigns
physiology.generators.enabled = true
physiology.generators.enabled = false

# Allow physiology module states to be executed
# If false, all Physiology state objects will immediately redirect to the state defined in
# the alt_direct_transition field
physiology.state.enabled = true
physiology.state.enabled = false

# set to true to introduce errors in height, weight and BMI observations for people
# under 20 years old
Expand Down

0 comments on commit 1388355

Please sign in to comment.