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