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