| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Linkage.LinkageType> |
Linkage.LinkageItemComponent.type
Distinguishes which item is "source of truth" (if any) and which items are no longer considered to be current representations.
|
| Modifier and Type | Method and Description |
|---|---|
static Linkage.LinkageType |
Linkage.LinkageType.fromCode(String codeString) |
Linkage.LinkageType |
Linkage.LinkageTypeEnumFactory.fromCode(String codeString) |
Linkage.LinkageType |
Linkage.LinkageItemComponent.getType() |
static Linkage.LinkageType |
Linkage.LinkageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Linkage.LinkageType[] |
Linkage.LinkageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Linkage.LinkageType> |
Linkage.LinkageTypeEnumFactory.fromType(Base code) |
Enumeration<Linkage.LinkageType> |
Linkage.LinkageItemComponent.getTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
Linkage.LinkageItemComponent |
Linkage.LinkageItemComponent.setType(Linkage.LinkageType value) |
String |
Linkage.LinkageTypeEnumFactory.toCode(Linkage.LinkageType code) |
String |
Linkage.LinkageTypeEnumFactory.toSystem(Linkage.LinkageType code) |
| Modifier and Type | Method and Description |
|---|---|
Linkage.LinkageItemComponent |
Linkage.LinkageItemComponent.setTypeElement(Enumeration<Linkage.LinkageType> value) |
| Constructor and Description |
|---|
LinkageItemComponent(Enumeration<Linkage.LinkageType> type,
Reference resource)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.