Uses of Class
org.hl7.fhir.dstu2.model.Slot.SlotStatus
-
Packages that use Slot.SlotStatus Package Description org.hl7.fhir.dstu2.model -
-
Uses of Slot.SlotStatus in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Slot.SlotStatus Modifier and Type Field Description protected Enumeration<Slot.SlotStatus>Slot. freeBusyTypebusy | free | busy-unavailable | busy-tentative.Methods in org.hl7.fhir.dstu2.model that return Slot.SlotStatus Modifier and Type Method Description static Slot.SlotStatusSlot.SlotStatus. fromCode(String codeString)Slot.SlotStatusSlot.SlotStatusEnumFactory. fromCode(String codeString)Slot.SlotStatusSlot. getFreeBusyType()static Slot.SlotStatusSlot.SlotStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static Slot.SlotStatus[]Slot.SlotStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Slot.SlotStatus Modifier and Type Method Description Enumeration<Slot.SlotStatus>Slot.SlotStatusEnumFactory. fromType(Base code)Enumeration<Slot.SlotStatus>Slot. getFreeBusyTypeElement()Methods in org.hl7.fhir.dstu2.model with parameters of type Slot.SlotStatus Modifier and Type Method Description SlotSlot. setFreeBusyType(Slot.SlotStatus value)StringSlot.SlotStatusEnumFactory. toCode(Slot.SlotStatus code)Method parameters in org.hl7.fhir.dstu2.model with type arguments of type Slot.SlotStatus Modifier and Type Method Description SlotSlot. setFreeBusyTypeElement(Enumeration<Slot.SlotStatus> value)Constructor parameters in org.hl7.fhir.dstu2.model with type arguments of type Slot.SlotStatus Constructor Description Slot(Reference schedule, Enumeration<Slot.SlotStatus> freeBusyType, InstantType start, InstantType end)
-