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