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.DeviceDeviceNameComponent.typeThe type of deviceName.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.DeviceDeviceNameComponent.getType()DeviceDefinition.DeviceDefinitionDeviceNameComponent.getType()static Enumerations.DeviceNameTypeReturns 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 TypeMethodDescriptionDevice.DeviceDeviceNameComponent.getTypeElement()DeviceDefinition.DeviceDefinitionDeviceNameComponent.getTypeElement()Methods in org.hl7.fhir.r5.model with parameters of type Enumerations.DeviceNameTypeModifier and TypeMethodDescriptionDevice.DeviceDeviceNameComponent.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.DeviceDeviceNameComponent.setTypeElement(Enumeration<Enumerations.DeviceNameType> value)DeviceDefinition.DeviceDefinitionDeviceNameComponent.setTypeElement(Enumeration<Enumerations.DeviceNameType> value)Constructors in org.hl7.fhir.r5.model with parameters of type Enumerations.DeviceNameTypeModifierConstructorDescriptionConstructorDeviceDeviceNameComponent(String name, Enumerations.DeviceNameType type)Constructor