![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Enum
org.hl7.fhir.r4.model.ResearchElementDefinition.GroupMeasure
Packages that use ResearchElementDefinition.GroupMeasure
-
Uses of ResearchElementDefinition.GroupMeasure in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ResearchElementDefinition.GroupMeasureModifier and TypeFieldDescriptionResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.participantEffectiveGroupMeasure
Indicates how elements are aggregated within the study effective period.ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.studyEffectiveGroupMeasure
Indicates how elements are aggregated within the study effective period.Methods in org.hl7.fhir.r4.model that return ResearchElementDefinition.GroupMeasureModifier and TypeMethodDescriptionResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.getParticipantEffectiveGroupMeasure()
ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.getStudyEffectiveGroupMeasure()
Returns the enum constant of this type with the specified name.ResearchElementDefinition.GroupMeasure.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type ResearchElementDefinition.GroupMeasureModifier and TypeMethodDescriptionResearchElementDefinition.GroupMeasureEnumFactory.fromType
(PrimitiveType<?> code) ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.getParticipantEffectiveGroupMeasureElement()
ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.getStudyEffectiveGroupMeasureElement()
Methods in org.hl7.fhir.r4.model with parameters of type ResearchElementDefinition.GroupMeasureModifier and TypeMethodDescriptionResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.setParticipantEffectiveGroupMeasure
(ResearchElementDefinition.GroupMeasure value) ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.setStudyEffectiveGroupMeasure
(ResearchElementDefinition.GroupMeasure value) ResearchElementDefinition.GroupMeasureEnumFactory.toCode
(ResearchElementDefinition.GroupMeasure code) ResearchElementDefinition.GroupMeasureEnumFactory.toSystem
(ResearchElementDefinition.GroupMeasure code) Method parameters in org.hl7.fhir.r4.model with type arguments of type ResearchElementDefinition.GroupMeasureModifier and TypeMethodDescriptionResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.setParticipantEffectiveGroupMeasureElement
(Enumeration<ResearchElementDefinition.GroupMeasure> value) ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent.setStudyEffectiveGroupMeasureElement
(Enumeration<ResearchElementDefinition.GroupMeasure> value)