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