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