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