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