Uses of Class
org.hl7.fhir.r4b.model.Statistic
-
Packages that use Statistic Package Description org.hl7.fhir.r4b.model -
-
Uses of Statistic in org.hl7.fhir.r4b.model
Fields in org.hl7.fhir.r4b.model with type parameters of type Statistic Modifier and Type Field Description protected List<Statistic>OrderedDistribution.OrderedDistributionIntervalComponent. intervalStatisticValues and parameters for a single statistic related to the interval.Methods in org.hl7.fhir.r4b.model that return types with arguments of type Statistic Modifier and Type Method Description List<Statistic>OrderedDistribution.OrderedDistributionIntervalComponent. getIntervalStatistic()Methods in org.hl7.fhir.r4b.model with parameters of type Statistic Modifier and Type Method Description OrderedDistribution.OrderedDistributionIntervalComponentOrderedDistribution.OrderedDistributionIntervalComponent. addIntervalStatistic(Statistic t)voidStatistic. copyValues(Statistic dst)Method parameters in org.hl7.fhir.r4b.model with type arguments of type Statistic Modifier and Type Method Description OrderedDistribution.OrderedDistributionIntervalComponentOrderedDistribution.OrderedDistributionIntervalComponent. setIntervalStatistic(List<Statistic> theIntervalStatistic)
-