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