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