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