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