
Uses of Enum
org.hl7.fhir.r4.model.DeviceDefinition.DeviceNameType
Packages that use DeviceDefinition.DeviceNameType
-
Uses of DeviceDefinition.DeviceNameType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type DeviceDefinition.DeviceNameTypeModifier and TypeFieldDescriptionprotected Enumeration
<DeviceDefinition.DeviceNameType> DeviceDefinition.DeviceDefinitionDeviceNameComponent.type
The type of deviceName.Methods in org.hl7.fhir.r4.model that return DeviceDefinition.DeviceNameTypeModifier and TypeMethodDescriptionDeviceDefinition.DeviceDefinitionDeviceNameComponent.getType()
Returns the enum constant of this type with the specified name.static DeviceDefinition.DeviceNameType[]
DeviceDefinition.DeviceNameType.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 DeviceDefinition.DeviceNameTypeModifier and TypeMethodDescriptionDeviceDefinition.DeviceNameTypeEnumFactory.fromType
(PrimitiveType<?> code) DeviceDefinition.DeviceDefinitionDeviceNameComponent.getTypeElement()
Methods in org.hl7.fhir.r4.model with parameters of type DeviceDefinition.DeviceNameTypeModifier and TypeMethodDescriptionDeviceDefinition.DeviceDefinitionDeviceNameComponent.setType
(DeviceDefinition.DeviceNameType value) DeviceDefinition.DeviceNameTypeEnumFactory.toCode
(DeviceDefinition.DeviceNameType code) DeviceDefinition.DeviceNameTypeEnumFactory.toSystem
(DeviceDefinition.DeviceNameType code) Method parameters in org.hl7.fhir.r4.model with type arguments of type DeviceDefinition.DeviceNameTypeModifier and TypeMethodDescriptionDeviceDefinition.DeviceDefinitionDeviceNameComponent.setTypeElement
(Enumeration<DeviceDefinition.DeviceNameType> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type DeviceDefinition.DeviceNameTypeModifierConstructorDescriptionDeviceDefinitionDeviceNameComponent
(StringType name, Enumeration<DeviceDefinition.DeviceNameType> type) Constructor