Uses of Class
org.hl7.fhir.r4.model.Device.DeviceNameType
-
Packages that use Device.DeviceNameType Package Description org.hl7.fhir.r4.model -
-
Uses of Device.DeviceNameType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Device.DeviceNameType Modifier and Type Field Description protected Enumeration<Device.DeviceNameType>Device.DeviceDeviceNameComponent. typeThe type of deviceName.Methods in org.hl7.fhir.r4.model that return Device.DeviceNameType Modifier and Type Method Description static Device.DeviceNameTypeDevice.DeviceNameType. fromCode(String codeString)Device.DeviceNameTypeDevice.DeviceNameTypeEnumFactory. fromCode(String codeString)Device.DeviceNameTypeDevice.DeviceDeviceNameComponent. getType()static Device.DeviceNameTypeDevice.DeviceNameType. valueOf(String name)Returns the enum constant of this type with the specified name.static Device.DeviceNameType[]Device.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 Device.DeviceNameType Modifier and Type Method Description Enumeration<Device.DeviceNameType>Device.DeviceNameTypeEnumFactory. fromType(Base code)Enumeration<Device.DeviceNameType>Device.DeviceDeviceNameComponent. getTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type Device.DeviceNameType Modifier and Type Method Description Device.DeviceDeviceNameComponentDevice.DeviceDeviceNameComponent. setType(Device.DeviceNameType value)StringDevice.DeviceNameTypeEnumFactory. toCode(Device.DeviceNameType code)StringDevice.DeviceNameTypeEnumFactory. toSystem(Device.DeviceNameType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Device.DeviceNameType Modifier and Type Method Description Device.DeviceDeviceNameComponentDevice.DeviceDeviceNameComponent. setTypeElement(Enumeration<Device.DeviceNameType> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Device.DeviceNameType Constructor Description DeviceDeviceNameComponent(StringType name, Enumeration<Device.DeviceNameType> type)Constructor
-