| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<CatalogEntry.CatalogEntryRelationType> |
CatalogEntry.CatalogEntryRelatedEntryComponent.relationtype
The type of relation to the related item: child, parent, packageContent, containerPackage, usedIn, uses, requires, etc.
|
| Modifier and Type | Method and Description |
|---|---|
static CatalogEntry.CatalogEntryRelationType |
CatalogEntry.CatalogEntryRelationType.fromCode(String codeString) |
CatalogEntry.CatalogEntryRelationType |
CatalogEntry.CatalogEntryRelationTypeEnumFactory.fromCode(String codeString) |
CatalogEntry.CatalogEntryRelationType |
CatalogEntry.CatalogEntryRelatedEntryComponent.getRelationtype() |
static CatalogEntry.CatalogEntryRelationType |
CatalogEntry.CatalogEntryRelationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogEntry.CatalogEntryRelationType[] |
CatalogEntry.CatalogEntryRelationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<CatalogEntry.CatalogEntryRelationType> |
CatalogEntry.CatalogEntryRelationTypeEnumFactory.fromType(Base code) |
Enumeration<CatalogEntry.CatalogEntryRelationType> |
CatalogEntry.CatalogEntryRelatedEntryComponent.getRelationtypeElement() |
| Modifier and Type | Method and Description |
|---|---|
CatalogEntry.CatalogEntryRelatedEntryComponent |
CatalogEntry.CatalogEntryRelatedEntryComponent.setRelationtype(CatalogEntry.CatalogEntryRelationType value) |
String |
CatalogEntry.CatalogEntryRelationTypeEnumFactory.toCode(CatalogEntry.CatalogEntryRelationType code) |
String |
CatalogEntry.CatalogEntryRelationTypeEnumFactory.toSystem(CatalogEntry.CatalogEntryRelationType code) |
| Modifier and Type | Method and Description |
|---|---|
CatalogEntry.CatalogEntryRelatedEntryComponent |
CatalogEntry.CatalogEntryRelatedEntryComponent.setRelationtypeElement(Enumeration<CatalogEntry.CatalogEntryRelationType> value) |
| Constructor and Description |
|---|
CatalogEntryRelatedEntryComponent(Enumeration<CatalogEntry.CatalogEntryRelationType> relationtype,
Reference item)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.