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