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