Uses of Class
org.hl7.fhir.r4.model.codesystems.VariableType
-
Packages that use VariableType Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of VariableType in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return VariableType Modifier and Type Method Description static VariableTypeVariableType. fromCode(String codeString)VariableTypeVariableTypeEnumFactory. fromCode(String codeString)static VariableTypeVariableType. valueOf(String name)Returns the enum constant of this type with the specified name.static VariableType[]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.codesystems with parameters of type VariableType Modifier and Type Method Description StringVariableTypeEnumFactory. toCode(VariableType code)StringVariableTypeEnumFactory. toSystem(VariableType code)
-