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