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