public static class Communication.CommunicationPriorityEnumFactory extends Object implements EnumFactory<Communication.CommunicationPriority>
| Constructor and Description |
|---|
CommunicationPriorityEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
Communication.CommunicationPriority |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
Enumeration<Communication.CommunicationPriority> |
fromType(Base code) |
String |
toCode(Communication.CommunicationPriority code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(Communication.CommunicationPriority code)
Get the system URI for an enumerated value
|
public CommunicationPriorityEnumFactory()
public Communication.CommunicationPriority fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<Communication.CommunicationPriority>fromCode in interface EnumFactory<Communication.CommunicationPriority>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic Enumeration<Communication.CommunicationPriority> fromType(Base code) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String toCode(Communication.CommunicationPriority code)
EnumFactorytoCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<Communication.CommunicationPriority>toCode in interface EnumFactory<Communication.CommunicationPriority>code - - the enumeration valuepublic String toSystem(Communication.CommunicationPriority code)
EnumFactorytoSystem in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<Communication.CommunicationPriority>toSystem in interface EnumFactory<Communication.CommunicationPriority>code - - the enumeration valueCopyright © 2014–2021 Health Level 7. All rights reserved.