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