Uses of Class
org.hl7.fhir.r4.model.ResearchElementDefinition.ResearchElementType
-
Packages that use ResearchElementDefinition.ResearchElementType Package Description org.hl7.fhir.r4.model -
-
Uses of ResearchElementDefinition.ResearchElementType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ResearchElementDefinition.ResearchElementType Modifier and Type Field Description protected Enumeration<ResearchElementDefinition.ResearchElementType>ResearchElementDefinition. typeThe type of research element, a population, an exposure, or an outcome.Methods in org.hl7.fhir.r4.model that return ResearchElementDefinition.ResearchElementType Modifier and Type Method Description static ResearchElementDefinition.ResearchElementTypeResearchElementDefinition.ResearchElementType. fromCode(String codeString)ResearchElementDefinition.ResearchElementTypeResearchElementDefinition.ResearchElementTypeEnumFactory. fromCode(String codeString)ResearchElementDefinition.ResearchElementTypeResearchElementDefinition. getType()static ResearchElementDefinition.ResearchElementTypeResearchElementDefinition.ResearchElementType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResearchElementDefinition.ResearchElementType[]ResearchElementDefinition.ResearchElementType. 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.ResearchElementType Modifier and Type Method Description Enumeration<ResearchElementDefinition.ResearchElementType>ResearchElementDefinition.ResearchElementTypeEnumFactory. fromType(Base code)Enumeration<ResearchElementDefinition.ResearchElementType>ResearchElementDefinition. getTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type ResearchElementDefinition.ResearchElementType Modifier and Type Method Description ResearchElementDefinitionResearchElementDefinition. setType(ResearchElementDefinition.ResearchElementType value)StringResearchElementDefinition.ResearchElementTypeEnumFactory. toCode(ResearchElementDefinition.ResearchElementType code)StringResearchElementDefinition.ResearchElementTypeEnumFactory. toSystem(ResearchElementDefinition.ResearchElementType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type ResearchElementDefinition.ResearchElementType Modifier and Type Method Description ResearchElementDefinitionResearchElementDefinition. setTypeElement(Enumeration<ResearchElementDefinition.ResearchElementType> value)
-