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
EnumFactory
fromCode
in interface IBaseEnumFactory<AllergyIntolerance.AllergyIntoleranceClinicalStatus>
fromCode
in interface EnumFactory<AllergyIntolerance.AllergyIntoleranceClinicalStatus>
codeString
- the value found in the XML or JSONIllegalArgumentException
public Enumeration<AllergyIntolerance.AllergyIntoleranceClinicalStatus> fromType(Base code) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRException
public String toCode(AllergyIntolerance.AllergyIntoleranceClinicalStatus code)
EnumFactory
toCode
in interface IBaseEnumFactory<AllergyIntolerance.AllergyIntoleranceClinicalStatus>
toCode
in interface EnumFactory<AllergyIntolerance.AllergyIntoleranceClinicalStatus>
code
- - the enumeration valuepublic String toSystem(AllergyIntolerance.AllergyIntoleranceClinicalStatus code)
EnumFactory
toSystem
in interface EnumFactory<AllergyIntolerance.AllergyIntoleranceClinicalStatus>
code
- - the enumeration valueCopyright © 2014–2018 University Health Network. All rights reserved.