Package org.mitre.synthea.world.concepts
Class PediatricGrowthTrajectory.YearInformation
java.lang.Object
org.mitre.synthea.world.concepts.PediatricGrowthTrajectory.YearInformation
- Enclosing class:
- PediatricGrowthTrajectory
Container for data on changes between years for BMI information.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondoubleCorrelation of extended BMI Z Score between the current year and the next year.doubleDifference in mean BMI between the current year and the next year. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
correlation
public double correlationCorrelation of extended BMI Z Score between the current year and the next year. -
diff
public double diffDifference in mean BMI between the current year and the next year.
-
-
Constructor Details
-
YearInformation
public YearInformation()
-