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