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