Uses of Class
org.hl7.fhir.r5.model.Statistic
Packages that use Statistic
-
Uses of Statistic in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type StatisticModifier and TypeFieldDescriptionOrderedDistribution.OrderedDistributionIntervalComponent.intervalStatisticValues and parameters for a single statistic related to the interval.Methods in org.hl7.fhir.r5.model that return StatisticModifier and TypeMethodDescriptionOrderedDistribution.OrderedDistributionIntervalComponent.addIntervalStatistic()Statistic.addNote(Annotation t)static StatisticTypeConvertor.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 StatisticStatistic.typedCopy()Methods in org.hl7.fhir.r5.model that return types with arguments of type StatisticModifier and TypeMethodDescriptionOrderedDistribution.OrderedDistributionIntervalComponent.getIntervalStatistic()Methods in org.hl7.fhir.r5.model with parameters of type StatisticModifier and TypeMethodDescriptionOrderedDistribution.OrderedDistributionIntervalComponent.addIntervalStatistic(Statistic t)voidStatistic.copyValues(Statistic dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type StatisticModifier and TypeMethodDescriptionOrderedDistribution.OrderedDistributionIntervalComponent.setIntervalStatistic(List<Statistic> theIntervalStatistic)