Uses of Class
org.hl7.fhir.r4.model.Communication.CommunicationPriority
-
Packages that use Communication.CommunicationPriority Package Description org.hl7.fhir.r4.model -
-
Uses of Communication.CommunicationPriority in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Communication.CommunicationPriority Modifier and Type Field Description protected Enumeration<Communication.CommunicationPriority>Communication. priorityCharacterizes how quickly the planned or in progress communication must be addressed.Methods in org.hl7.fhir.r4.model that return Communication.CommunicationPriority Modifier and Type Method Description static Communication.CommunicationPriorityCommunication.CommunicationPriority. fromCode(String codeString)Communication.CommunicationPriorityCommunication.CommunicationPriorityEnumFactory. fromCode(String codeString)Communication.CommunicationPriorityCommunication. getPriority()static Communication.CommunicationPriorityCommunication.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.Methods in org.hl7.fhir.r4.model that return types with arguments of type Communication.CommunicationPriority Modifier and Type Method Description Enumeration<Communication.CommunicationPriority>Communication.CommunicationPriorityEnumFactory. fromType(Base code)Enumeration<Communication.CommunicationPriority>Communication. getPriorityElement()Methods in org.hl7.fhir.r4.model with parameters of type Communication.CommunicationPriority Modifier and Type Method Description CommunicationCommunication. setPriority(Communication.CommunicationPriority value)StringCommunication.CommunicationPriorityEnumFactory. toCode(Communication.CommunicationPriority code)StringCommunication.CommunicationPriorityEnumFactory. toSystem(Communication.CommunicationPriority code)Method parameters in org.hl7.fhir.r4.model with type arguments of type Communication.CommunicationPriority Modifier and Type Method Description CommunicationCommunication. setPriorityElement(Enumeration<Communication.CommunicationPriority> value)
-