public static class ProcedureRequest.ProcedureRequestIntentEnumFactory extends Object implements EnumFactory<ProcedureRequest.ProcedureRequestIntent>
| Constructor and Description |
|---|
ProcedureRequestIntentEnumFactory() |
| Modifier and Type | Method and Description |
|---|---|
ProcedureRequest.ProcedureRequestIntent |
fromCode(String codeString)
Read an enumeration value from the string that represents it on the XML or JSON
|
Enumeration<ProcedureRequest.ProcedureRequestIntent> |
fromType(Base code) |
String |
toCode(ProcedureRequest.ProcedureRequestIntent code)
Get the XML/JSON representation for an enumerated value
|
String |
toSystem(ProcedureRequest.ProcedureRequestIntent code)
Get the XML/JSON representation for an enumerated value
|
public ProcedureRequestIntentEnumFactory()
public ProcedureRequest.ProcedureRequestIntent fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface EnumFactory<ProcedureRequest.ProcedureRequestIntent>fromCode in interface IBaseEnumFactory<ProcedureRequest.ProcedureRequestIntent>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic Enumeration<ProcedureRequest.ProcedureRequestIntent> fromType(Base code) throws FHIRException
FHIRExceptionpublic String toCode(ProcedureRequest.ProcedureRequestIntent code)
EnumFactorytoCode in interface EnumFactory<ProcedureRequest.ProcedureRequestIntent>toCode in interface IBaseEnumFactory<ProcedureRequest.ProcedureRequestIntent>code - - the enumeration valuepublic String toSystem(ProcedureRequest.ProcedureRequestIntent code)
EnumFactorytoSystem in interface EnumFactory<ProcedureRequest.ProcedureRequestIntent>code - - the enumeration valueCopyright © 2014–2017 University Health Network. All rights reserved.