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