| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<RelatedArtifact.RelatedArtifactType> |
RelatedArtifact.type
The type of relationship to the related artifact.
|
| Modifier and Type | Method and Description |
|---|---|
static RelatedArtifact.RelatedArtifactType |
RelatedArtifact.RelatedArtifactType.fromCode(String codeString) |
RelatedArtifact.RelatedArtifactType |
RelatedArtifact.RelatedArtifactTypeEnumFactory.fromCode(String codeString) |
RelatedArtifact.RelatedArtifactType |
RelatedArtifact.getType() |
static RelatedArtifact.RelatedArtifactType |
RelatedArtifact.RelatedArtifactType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelatedArtifact.RelatedArtifactType[] |
RelatedArtifact.RelatedArtifactType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<RelatedArtifact.RelatedArtifactType> |
RelatedArtifact.RelatedArtifactTypeEnumFactory.fromType(Base code) |
Enumeration<RelatedArtifact.RelatedArtifactType> |
RelatedArtifact.getTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
RelatedArtifact |
RelatedArtifact.setType(RelatedArtifact.RelatedArtifactType value) |
String |
RelatedArtifact.RelatedArtifactTypeEnumFactory.toCode(RelatedArtifact.RelatedArtifactType code) |
String |
RelatedArtifact.RelatedArtifactTypeEnumFactory.toSystem(RelatedArtifact.RelatedArtifactType code) |
| Modifier and Type | Method and Description |
|---|---|
RelatedArtifact |
RelatedArtifact.setTypeElement(Enumeration<RelatedArtifact.RelatedArtifactType> value) |
| Constructor and Description |
|---|
RelatedArtifact(Enumeration<RelatedArtifact.RelatedArtifactType> type)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.