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