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