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