Uses of Enum Class
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.typeIndicates the kind of name.protected Enumeration<Enumerations.DeviceNameType>DeviceDefinition.DeviceDefinitionDeviceNameComponent.typeThe type of deviceName.Methods in org.hl7.fhir.r5.model that return Enumerations.DeviceNameTypeModifier and TypeMethodDescriptionstatic Enumerations.DeviceNameTypeDevice.DeviceNameComponent.getType()DeviceDefinition.DeviceDefinitionDeviceNameComponent.getType()static Enumerations.DeviceNameTypeReturns the enum constant of this class with the specified name.static Enumerations.DeviceNameType[]Enumerations.DeviceNameType.values()Returns an array containing the constants of this enum class, 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