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