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