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