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 CarePlan.CarePlanIntent fromCode(String codeString) throws IllegalArgumentException
EnumFactory
fromCode
in interface EnumFactory<CarePlan.CarePlanIntent>
fromCode
in interface IBaseEnumFactory<CarePlan.CarePlanIntent>
codeString
- the value found in the XML or JSONIllegalArgumentException
public Enumeration<CarePlan.CarePlanIntent> fromType(Base code) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRException
public String toCode(CarePlan.CarePlanIntent code)
EnumFactory
toCode
in interface EnumFactory<CarePlan.CarePlanIntent>
toCode
in interface IBaseEnumFactory<CarePlan.CarePlanIntent>
code
- - the enumeration valuepublic String toSystem(CarePlan.CarePlanIntent code)
EnumFactory
toSystem
in interface EnumFactory<CarePlan.CarePlanIntent>
code
- - the enumeration valueCopyright © 2014–2019 University Health Network. All rights reserved.