Uses of Class
org.hl7.fhir.r4.model.ResearchElementDefinition.VariableType
-
Packages that use ResearchElementDefinition.VariableType Package Description org.hl7.fhir.r4.model -
-
Uses of ResearchElementDefinition.VariableType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type ResearchElementDefinition.VariableType Modifier and Type Field Description protected Enumeration<ResearchElementDefinition.VariableType>ResearchElementDefinition. variableTypeThe type of the outcome (e.g.Methods in org.hl7.fhir.r4.model that return ResearchElementDefinition.VariableType Modifier and Type Method Description static ResearchElementDefinition.VariableTypeResearchElementDefinition.VariableType. fromCode(String codeString)ResearchElementDefinition.VariableTypeResearchElementDefinition.VariableTypeEnumFactory. fromCode(String codeString)ResearchElementDefinition.VariableTypeResearchElementDefinition. getVariableType()static ResearchElementDefinition.VariableTypeResearchElementDefinition.VariableType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResearchElementDefinition.VariableType[]ResearchElementDefinition.VariableType. 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.VariableType Modifier and Type Method Description Enumeration<ResearchElementDefinition.VariableType>ResearchElementDefinition.VariableTypeEnumFactory. fromType(Base code)Enumeration<ResearchElementDefinition.VariableType>ResearchElementDefinition. getVariableTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type ResearchElementDefinition.VariableType Modifier and Type Method Description ResearchElementDefinitionResearchElementDefinition. setVariableType(ResearchElementDefinition.VariableType value)StringResearchElementDefinition.VariableTypeEnumFactory. toCode(ResearchElementDefinition.VariableType code)StringResearchElementDefinition.VariableTypeEnumFactory. toSystem(ResearchElementDefinition.VariableType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type ResearchElementDefinition.VariableType Modifier and Type Method Description ResearchElementDefinitionResearchElementDefinition. setVariableTypeElement(Enumeration<ResearchElementDefinition.VariableType> value)
-