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