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