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 system URI for an enumerated value
|
public EpisodeOfCareStatusEnumFactory()
public EpisodeOfCare.EpisodeOfCareStatus fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<EpisodeOfCare.EpisodeOfCareStatus>fromCode in interface EnumFactory<EpisodeOfCare.EpisodeOfCareStatus>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic Enumeration<EpisodeOfCare.EpisodeOfCareStatus> fromType(Base code) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String toCode(EpisodeOfCare.EpisodeOfCareStatus code)
EnumFactorytoCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<EpisodeOfCare.EpisodeOfCareStatus>toCode in interface EnumFactory<EpisodeOfCare.EpisodeOfCareStatus>code - - the enumeration valuepublic String toSystem(EpisodeOfCare.EpisodeOfCareStatus code)
EnumFactorytoSystem in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<EpisodeOfCare.EpisodeOfCareStatus>toSystem in interface EnumFactory<EpisodeOfCare.EpisodeOfCareStatus>code - - the enumeration valueCopyright © 2014–2021 Health Level 7. All rights reserved.