
Uses of Enum Class
org.hl7.fhir.r4.model.Identifier.IdentifierUse
Packages that use Identifier.IdentifierUse
-
Uses of Identifier.IdentifierUse in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Identifier.IdentifierUseModifier and TypeFieldDescriptionprotected Enumeration<Identifier.IdentifierUse> Identifier.useThe purpose of this identifier.Methods in org.hl7.fhir.r4.model that return Identifier.IdentifierUseModifier and TypeMethodDescriptionstatic Identifier.IdentifierUseIdentifier.getUse()static Identifier.IdentifierUseReturns the enum constant of this class with the specified name.static Identifier.IdentifierUse[]Identifier.IdentifierUse.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type Identifier.IdentifierUseModifier and TypeMethodDescriptionIdentifier.IdentifierUseEnumFactory.fromType(PrimitiveType<?> code) Identifier.getUseElement()Methods in org.hl7.fhir.r4.model with parameters of type Identifier.IdentifierUseModifier and TypeMethodDescriptionIdentifier.setUse(Identifier.IdentifierUse value) Identifier.IdentifierUseEnumFactory.toCode(Identifier.IdentifierUse code) Identifier.IdentifierUseEnumFactory.toSystem(Identifier.IdentifierUse code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Identifier.IdentifierUseModifier and TypeMethodDescriptionIdentifier.setUseElement(Enumeration<Identifier.IdentifierUse> value)