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