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