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