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