| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Device.DeviceNameType> |
Device.DeviceDeviceNameComponent.type
The type of deviceName.
|
| Modifier and Type | Method and Description |
|---|---|
static Device.DeviceNameType |
Device.DeviceNameType.fromCode(String codeString) |
Device.DeviceNameType |
Device.DeviceNameTypeEnumFactory.fromCode(String codeString) |
Device.DeviceNameType |
Device.DeviceDeviceNameComponent.getType() |
static Device.DeviceNameType |
Device.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.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Device.DeviceNameType> |
Device.DeviceNameTypeEnumFactory.fromType(Base code) |
Enumeration<Device.DeviceNameType> |
Device.DeviceDeviceNameComponent.getTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
Device.DeviceDeviceNameComponent |
Device.DeviceDeviceNameComponent.setType(Device.DeviceNameType value) |
String |
Device.DeviceNameTypeEnumFactory.toCode(Device.DeviceNameType code) |
String |
Device.DeviceNameTypeEnumFactory.toSystem(Device.DeviceNameType code) |
| Modifier and Type | Method and Description |
|---|---|
Device.DeviceDeviceNameComponent |
Device.DeviceDeviceNameComponent.setTypeElement(Enumeration<Device.DeviceNameType> value) |
| Constructor and Description |
|---|
DeviceDeviceNameComponent(StringType name,
Enumeration<Device.DeviceNameType> type)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.