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