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