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