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