Uses of Enum
org.hl7.fhir.r4.model.Communication.CommunicationPriority
-
Uses of Communication.CommunicationPriority in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<Communication.CommunicationPriority> Communication.priority
Characterizes how quickly the planned or in progress communication must be addressed.Modifier and TypeMethodDescriptionCommunication.getPriority()
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 TypeMethodDescriptionCommunication.CommunicationPriorityEnumFactory.fromType
(PrimitiveType<?> code) Communication.getPriorityElement()
Modifier and TypeMethodDescriptionCommunication.setPriority
(Communication.CommunicationPriority value) Communication.CommunicationPriorityEnumFactory.toCode
(Communication.CommunicationPriority code) Communication.CommunicationPriorityEnumFactory.toSystem
(Communication.CommunicationPriority code) Modifier and TypeMethodDescriptionCommunication.setPriorityElement
(Enumeration<Communication.CommunicationPriority> value)