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