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