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