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