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