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