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