Uses of Class
com.ibm.fhir.model.type.code.VariableType
-
Packages that use VariableType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of VariableType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return VariableType Modifier and Type Method Description VariableTypeResearchElementDefinition. getVariableType()The type of the outcome (e.g.Methods in com.ibm.fhir.model.resource with parameters of type VariableType Modifier and Type Method Description ResearchElementDefinition.BuilderResearchElementDefinition.Builder. variableType(VariableType variableType)The type of the outcome (e.g. -
Uses of VariableType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as VariableType Modifier and Type Field Description static VariableTypeVariableType. CONTINUOUSContinuousstatic VariableTypeVariableType. DESCRIPTIVEDescriptivestatic VariableTypeVariableType. DICHOTOMOUSDichotomousMethods in com.ibm.fhir.model.type.code that return VariableType Modifier and Type Method Description VariableTypeVariableType.Builder. build()static VariableTypeVariableType. of(VariableType.ValueSet value)Factory method for creating VariableType objects from a passed enum value.static VariableTypeVariableType. of(String value)Factory method for creating VariableType objects from a passed string value.
-