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