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 system URI for an enumerated value
|
public NoteTypeEnumFactory()
public Enumerations.NoteType fromCode(String codeString) throws IllegalArgumentException
EnumFactoryfromCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<Enumerations.NoteType>fromCode in interface EnumFactory<Enumerations.NoteType>codeString - the value found in the XML or JSONIllegalArgumentExceptionpublic Enumeration<Enumerations.NoteType> fromType(Base code) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String toCode(Enumerations.NoteType code)
EnumFactorytoCode in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<Enumerations.NoteType>toCode in interface EnumFactory<Enumerations.NoteType>code - - the enumeration valuepublic String toSystem(Enumerations.NoteType code)
EnumFactorytoSystem in interface org.hl7.fhir.instance.model.api.IBaseEnumFactory<Enumerations.NoteType>toSystem in interface EnumFactory<Enumerations.NoteType>code - - the enumeration valueCopyright © 2014–2021 Health Level 7. All rights reserved.