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