Class PediatricGrowthTrajectory.YearInformation

java.lang.Object
org.mitre.synthea.world.concepts.PediatricGrowthTrajectory.YearInformation
Enclosing class:
PediatricGrowthTrajectory

public static class PediatricGrowthTrajectory.YearInformation extends Object
Container for data on changes between years for BMI information.
  • Field Details

    • correlation

      public double correlation
      Correlation of extended BMI Z Score between the current year and the next year.
    • diff

      public double diff
      Difference in mean BMI between the current year and the next year.
  • Constructor Details

    • YearInformation

      public YearInformation()