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