| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Communication.CommunicationPriority> |
Communication.priority
Characterizes how quickly the planned or in progress communication must be addressed.
|
| Modifier and Type | Method and Description |
|---|---|
static Communication.CommunicationPriority |
Communication.CommunicationPriority.fromCode(String codeString) |
Communication.CommunicationPriority |
Communication.CommunicationPriorityEnumFactory.fromCode(String codeString) |
Communication.CommunicationPriority |
Communication.getPriority() |
static Communication.CommunicationPriority |
Communication.CommunicationPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Communication.CommunicationPriority[] |
Communication.CommunicationPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Communication.CommunicationPriority> |
Communication.CommunicationPriorityEnumFactory.fromType(Base code) |
Enumeration<Communication.CommunicationPriority> |
Communication.getPriorityElement() |
| Modifier and Type | Method and Description |
|---|---|
Communication |
Communication.setPriority(Communication.CommunicationPriority value) |
String |
Communication.CommunicationPriorityEnumFactory.toCode(Communication.CommunicationPriority code) |
String |
Communication.CommunicationPriorityEnumFactory.toSystem(Communication.CommunicationPriority code) |
| Modifier and Type | Method and Description |
|---|---|
Communication |
Communication.setPriorityElement(Enumeration<Communication.CommunicationPriority> value) |
Copyright © 2014–2021 Health Level 7. All rights reserved.