public static class CarePlan.CarePlanIntentEnumFactory extends Object implements EnumFactory<CarePlan.CarePlanIntent>
| Constructor and Description |
|---|
CarePlanIntentEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
CarePlan.CarePlanIntent |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
Enumeration<CarePlan.CarePlanIntent> |
fromType(Base code) |
String |
toCode(CarePlan.CarePlanIntent code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(CarePlan.CarePlanIntent code)
Get the XML/JSON representation for an enumerated value
|
public CarePlanIntentEnumFactory()
public CarePlan.CarePlanIntent fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface EnumFactory<CarePlan.CarePlanIntent>fromCode in interface IBaseEnumFactory<CarePlan.CarePlanIntent>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic Enumeration<CarePlan.CarePlanIntent> fromType(Base code) throws FHIRException
FHIRExceptionpublic String toCode(CarePlan.CarePlanIntent code)
EnumFactorytoCode in interface EnumFactory<CarePlan.CarePlanIntent>toCode in interface IBaseEnumFactory<CarePlan.CarePlanIntent>code - - the enumeration valuepublic String toSystem(CarePlan.CarePlanIntent code)
EnumFactorytoSystem in interface EnumFactory<CarePlan.CarePlanIntent>code - - the enumeration valueCopyright © 2014–2017 University Health Network. All rights reserved.