Uses of Enum
org.hl7.fhir.r4.model.NamingSystem.NamingSystemIdentifierType
Packages that use NamingSystem.NamingSystemIdentifierType
-
Uses of NamingSystem.NamingSystemIdentifierType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type NamingSystem.NamingSystemIdentifierTypeModifier and TypeFieldDescriptionNamingSystem.NamingSystemUniqueIdComponent.typeIdentifies the unique identifier scheme used for this particular identifier.Methods in org.hl7.fhir.r4.model that return NamingSystem.NamingSystemIdentifierTypeModifier and TypeMethodDescriptionNamingSystem.NamingSystemUniqueIdComponent.getType()Returns the enum constant of this type with the specified name.NamingSystem.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 that return types with arguments of type NamingSystem.NamingSystemIdentifierTypeMethods in org.hl7.fhir.r4.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.r4.model with type arguments of type NamingSystem.NamingSystemIdentifierTypeModifier and TypeMethodDescriptionNamingSystem.NamingSystemUniqueIdComponent.setTypeElement(Enumeration<NamingSystem.NamingSystemIdentifierType> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type NamingSystem.NamingSystemIdentifierTypeModifierConstructorDescriptionNamingSystemUniqueIdComponent(Enumeration<NamingSystem.NamingSystemIdentifierType> type, StringType value) Constructor