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