Uses of Class
org.hl7.fhir.r5.model.Statistic.StatisticSampleSizeComponent
-
Uses of Statistic.StatisticSampleSizeComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionprotected Statistic.StatisticSampleSizeComponent
Statistic.sampleSize
Number of samples in the statistic.Modifier 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) Modifier and TypeMethodDescriptionvoid
Statistic.StatisticSampleSizeComponent.copyValues
(Statistic.StatisticSampleSizeComponent dst) Statistic.setSampleSize
(Statistic.StatisticSampleSizeComponent value)