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