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