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