
Uses of Enum
org.hl7.fhir.r5.model.Enumerations.DeviceNameType
Packages that use Enumerations.DeviceNameType
-
Uses of Enumerations.DeviceNameType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Enumerations.DeviceNameTypeModifier and TypeFieldDescriptionprotected Enumeration
<Enumerations.DeviceNameType> Device.DeviceNameComponent.type
Indicates the kind of name.protected Enumeration
<Enumerations.DeviceNameType> DeviceDefinition.DeviceDefinitionDeviceNameComponent.type
The type of deviceName.Methods in org.hl7.fhir.r5.model that return Enumerations.DeviceNameTypeModifier and TypeMethodDescriptionstatic Enumerations.DeviceNameType
Device.DeviceNameComponent.getType()
DeviceDefinition.DeviceDefinitionDeviceNameComponent.getType()
static Enumerations.DeviceNameType
Returns the enum constant of this type with the specified name.static Enumerations.DeviceNameType[]
Enumerations.DeviceNameType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type Enumerations.DeviceNameTypeModifier and TypeMethodDescriptionEnumerations.DeviceNameTypeEnumFactory.fromType
(PrimitiveType<?> code) Device.DeviceNameComponent.getTypeElement()
DeviceDefinition.DeviceDefinitionDeviceNameComponent.getTypeElement()
Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.DeviceNameTypeModifier and TypeMethodDescriptionDevice.DeviceNameComponent.setType
(Enumerations.DeviceNameType value) DeviceDefinition.DeviceDefinitionDeviceNameComponent.setType
(Enumerations.DeviceNameType value) Enumerations.DeviceNameTypeEnumFactory.toCode
(Enumerations.DeviceNameType code) Enumerations.DeviceNameTypeEnumFactory.toSystem
(Enumerations.DeviceNameType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type Enumerations.DeviceNameTypeModifier and TypeMethodDescriptionDevice.DeviceNameComponent.setTypeElement
(Enumeration<Enumerations.DeviceNameType> value) DeviceDefinition.DeviceDefinitionDeviceNameComponent.setTypeElement
(Enumeration<Enumerations.DeviceNameType> value) Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.DeviceNameTypeModifierConstructorDescriptionConstructorDeviceNameComponent
(String value, Enumerations.DeviceNameType type) Constructor