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