Uses of Enum
org.hl7.fhir.r4.model.ResearchElementDefinition.ResearchElementType
-
Uses of ResearchElementDefinition.ResearchElementType in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionResearchElementDefinition.type
The type of research element, a population, an exposure, or an outcome.Modifier and TypeMethodDescriptionResearchElementDefinition.getType()
Returns the enum constant of this type with the specified name.ResearchElementDefinition.ResearchElementType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionResearchElementDefinition.ResearchElementTypeEnumFactory.fromType
(PrimitiveType<?> code) ResearchElementDefinition.getTypeElement()
Modifier and TypeMethodDescriptionResearchElementDefinition.setType
(ResearchElementDefinition.ResearchElementType value) ResearchElementDefinition.ResearchElementTypeEnumFactory.toCode
(ResearchElementDefinition.ResearchElementType code) ResearchElementDefinition.ResearchElementTypeEnumFactory.toSystem
(ResearchElementDefinition.ResearchElementType code) Modifier and TypeMethodDescriptionResearchElementDefinition.setTypeElement
(Enumeration<ResearchElementDefinition.ResearchElementType> value)