
Uses of Class
org.hl7.fhir.r5.model.Statistic.StatisticSampleSizeComponent
Packages that use Statistic.StatisticSampleSizeComponent
-
Uses of Statistic.StatisticSampleSizeComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as Statistic.StatisticSampleSizeComponentModifier and TypeFieldDescriptionprotected Statistic.StatisticSampleSizeComponentStatistic.sampleSizeNumber of samples in the statistic.Methods in org.hl7.fhir.r5.model that return Statistic.StatisticSampleSizeComponentModifier and TypeMethodDescriptionStatistic.StatisticSampleSizeComponent.addNote(Annotation t) Statistic.StatisticSampleSizeComponent.copy()Statistic.getSampleSize()Statistic.StatisticSampleSizeComponent.setDescription(String value) Statistic.StatisticSampleSizeComponent.setDescriptionElement(StringType value) Statistic.StatisticSampleSizeComponent.setKnownDataCount(int value) Statistic.StatisticSampleSizeComponent.setKnownDataCountElement(UnsignedIntType value) Statistic.StatisticSampleSizeComponent.setNote(List<Annotation> theNote) Statistic.StatisticSampleSizeComponent.setNumberOfParticipants(int value) Statistic.StatisticSampleSizeComponent.setNumberOfParticipantsElement(UnsignedIntType value) Statistic.StatisticSampleSizeComponent.setNumberOfStudies(int value) Statistic.StatisticSampleSizeComponent.setNumberOfStudiesElement(UnsignedIntType value) Methods in org.hl7.fhir.r5.model with parameters of type Statistic.StatisticSampleSizeComponentModifier and TypeMethodDescriptionvoidStatistic.StatisticSampleSizeComponent.copyValues(Statistic.StatisticSampleSizeComponent dst) Statistic.setSampleSize(Statistic.StatisticSampleSizeComponent value)