
Uses of Enum Class
org.hl7.fhir.dstu3.model.NamingSystem.NamingSystemIdentifierType
Packages that use NamingSystem.NamingSystemIdentifierType
-
Uses of NamingSystem.NamingSystemIdentifierType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type NamingSystem.NamingSystemIdentifierTypeModifier and TypeFieldDescriptionNamingSystem.NamingSystemUniqueIdComponent.type
Identifies the unique identifier scheme used for this particular identifier.Methods in org.hl7.fhir.dstu3.model that return NamingSystem.NamingSystemIdentifierTypeModifier and TypeMethodDescriptionNamingSystem.NamingSystemUniqueIdComponent.getType()
Returns the enum constant of this class with the specified name.NamingSystem.NamingSystemIdentifierType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type NamingSystem.NamingSystemIdentifierTypeModifier and TypeMethodDescriptionNamingSystem.NamingSystemIdentifierTypeEnumFactory.fromType
(PrimitiveType<?> code) NamingSystem.NamingSystemUniqueIdComponent.getTypeElement()
Methods in org.hl7.fhir.dstu3.model with parameters of type NamingSystem.NamingSystemIdentifierTypeModifier and TypeMethodDescriptionNamingSystem.NamingSystemUniqueIdComponent.setType
(NamingSystem.NamingSystemIdentifierType value) NamingSystem.NamingSystemIdentifierTypeEnumFactory.toCode
(NamingSystem.NamingSystemIdentifierType code) NamingSystem.NamingSystemIdentifierTypeEnumFactory.toSystem
(NamingSystem.NamingSystemIdentifierType code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type NamingSystem.NamingSystemIdentifierTypeModifier and TypeMethodDescriptionNamingSystem.NamingSystemUniqueIdComponent.setTypeElement
(Enumeration<NamingSystem.NamingSystemIdentifierType> value) Constructor parameters in org.hl7.fhir.dstu3.model with type arguments of type NamingSystem.NamingSystemIdentifierTypeModifierConstructorDescriptionNamingSystemUniqueIdComponent
(Enumeration<NamingSystem.NamingSystemIdentifierType> type, StringType value) Constructor