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