
Uses of Enum
org.hl7.fhir.r4.model.Communication.CommunicationPriority
Packages that use Communication.CommunicationPriority
-
Uses of Communication.CommunicationPriority in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Communication.CommunicationPriorityModifier and TypeFieldDescriptionprotected Enumeration
<Communication.CommunicationPriority> Communication.priority
Characterizes how quickly the planned or in progress communication must be addressed.Methods in org.hl7.fhir.r4.model that return Communication.CommunicationPriorityModifier 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.Methods in org.hl7.fhir.r4.model that return types with arguments of type Communication.CommunicationPriorityModifier and TypeMethodDescriptionCommunication.CommunicationPriorityEnumFactory.fromType
(PrimitiveType<?> code) Communication.getPriorityElement()
Methods in org.hl7.fhir.r4.model with parameters of type Communication.CommunicationPriorityModifier and TypeMethodDescriptionCommunication.setPriority
(Communication.CommunicationPriority value) Communication.CommunicationPriorityEnumFactory.toCode
(Communication.CommunicationPriority code) Communication.CommunicationPriorityEnumFactory.toSystem
(Communication.CommunicationPriority code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Communication.CommunicationPriorityModifier and TypeMethodDescriptionCommunication.setPriorityElement
(Enumeration<Communication.CommunicationPriority> value)