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