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