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