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