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