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