| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<DocumentReference.DocumentRelationshipType> |
DocumentReference.DocumentReferenceRelatesToComponent.code
The type of relationship that this document has with anther document.
|
| Modifier and Type | Method and Description |
|---|---|
static DocumentReference.DocumentRelationshipType |
DocumentReference.DocumentRelationshipType.fromCode(String codeString) |
DocumentReference.DocumentRelationshipType |
DocumentReference.DocumentRelationshipTypeEnumFactory.fromCode(String codeString) |
DocumentReference.DocumentRelationshipType |
DocumentReference.DocumentReferenceRelatesToComponent.getCode() |
static DocumentReference.DocumentRelationshipType |
DocumentReference.DocumentRelationshipType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DocumentReference.DocumentRelationshipType[] |
DocumentReference.DocumentRelationshipType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<DocumentReference.DocumentRelationshipType> |
DocumentReference.DocumentRelationshipTypeEnumFactory.fromType(Base code) |
Enumeration<DocumentReference.DocumentRelationshipType> |
DocumentReference.DocumentReferenceRelatesToComponent.getCodeElement() |
| Modifier and Type | Method and Description |
|---|---|
DocumentReference.DocumentReferenceRelatesToComponent |
DocumentReference.DocumentReferenceRelatesToComponent.setCode(DocumentReference.DocumentRelationshipType value) |
String |
DocumentReference.DocumentRelationshipTypeEnumFactory.toCode(DocumentReference.DocumentRelationshipType code) |
String |
DocumentReference.DocumentRelationshipTypeEnumFactory.toSystem(DocumentReference.DocumentRelationshipType code) |
| Modifier and Type | Method and Description |
|---|---|
DocumentReference.DocumentReferenceRelatesToComponent |
DocumentReference.DocumentReferenceRelatesToComponent.setCodeElement(Enumeration<DocumentReference.DocumentRelationshipType> value) |
| Constructor and Description |
|---|
DocumentReferenceRelatesToComponent(Enumeration<DocumentReference.DocumentRelationshipType> code,
Reference target)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.