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