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