| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Device.UDIEntryType> |
Device.DeviceUdiCarrierComponent.entryType
A coded entry to indicate how the data was entered.
|
| Modifier and Type | Method and Description |
|---|---|
static Device.UDIEntryType |
Device.UDIEntryType.fromCode(String codeString) |
Device.UDIEntryType |
Device.UDIEntryTypeEnumFactory.fromCode(String codeString) |
Device.UDIEntryType |
Device.DeviceUdiCarrierComponent.getEntryType() |
static Device.UDIEntryType |
Device.UDIEntryType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Device.UDIEntryType[] |
Device.UDIEntryType.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.UDIEntryType> |
Device.UDIEntryTypeEnumFactory.fromType(Base code) |
Enumeration<Device.UDIEntryType> |
Device.DeviceUdiCarrierComponent.getEntryTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
Device.DeviceUdiCarrierComponent |
Device.DeviceUdiCarrierComponent.setEntryType(Device.UDIEntryType value) |
String |
Device.UDIEntryTypeEnumFactory.toCode(Device.UDIEntryType code) |
String |
Device.UDIEntryTypeEnumFactory.toSystem(Device.UDIEntryType code) |
| Modifier and Type | Method and Description |
|---|---|
Device.DeviceUdiCarrierComponent |
Device.DeviceUdiCarrierComponent.setEntryTypeElement(Enumeration<Device.UDIEntryType> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.