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