Uses of Class
org.hl7.fhir.r5.model.Statistic
-
Uses of Statistic in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionOrderedDistribution.OrderedDistributionIntervalComponent.intervalStatistic
Values and parameters for a single statistic related to the interval.Modifier and TypeMethodDescriptionOrderedDistribution.OrderedDistributionIntervalComponent.addIntervalStatistic()
Statistic.addNote
(Annotation t) static Statistic
TypeConvertor.castToStatistic
(Base b) Statistic.copy()
OrderedDistribution.OrderedDistributionIntervalComponent.getIntervalStatisticFirstRep()
Statistic.setAttributeEstimate
(List<Statistic.StatisticAttributeEstimateComponent> theAttributeEstimate) Statistic.setCategory
(CodeableConcept value) Statistic.setDescription
(String value) Statistic.setDescriptionElement
(StringType value) Statistic.setModelCharacteristic
(List<Statistic.StatisticModelCharacteristicComponent> theModelCharacteristic) Statistic.setNote
(List<Annotation> theNote) Statistic.setNumberAffected
(int value) Statistic.setNumberAffectedElement
(UnsignedIntType value) Statistic.setNumberOfEvents
(int value) Statistic.setNumberOfEventsElement
(UnsignedIntType value) Statistic.setQuantity
(Quantity value) Statistic.setSampleSize
(Statistic.StatisticSampleSizeComponent value) Statistic.setStatisticType
(CodeableConcept value) protected Statistic
Statistic.typedCopy()
Modifier and TypeMethodDescriptionOrderedDistribution.OrderedDistributionIntervalComponent.getIntervalStatistic()
Modifier and TypeMethodDescriptionOrderedDistribution.OrderedDistributionIntervalComponent.addIntervalStatistic
(Statistic t) void
Statistic.copyValues
(Statistic dst) Modifier and TypeMethodDescriptionOrderedDistribution.OrderedDistributionIntervalComponent.setIntervalStatistic
(List<Statistic> theIntervalStatistic)