Uses of Class
org.hl7.fhir.dstu2.model.Slot
-
Uses of Slot in org.hl7.fhir.dstu2.formats
Modifier and TypeMethodDescriptionprotected Slot
JsonParser.parseSlot
(com.google.gson.JsonObject json) protected Slot
XmlParser.parseSlot
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeSlot
(String name, Slot element) protected void
XmlParser.composeSlot
(String name, Slot element) protected void
JsonParser.composeSlotInner
(Slot element) -
Uses of Slot in org.hl7.fhir.dstu2.model
Modifier and TypeFieldDescriptionAppointment.slotTarget
The actual objects that are the target of the reference (The slot that this appointment is filling.Modifier and TypeMethodDescriptionSlot.addIdentifier
(Identifier t) Appointment.addSlotTarget()
Slot.copy()
Slot.setComment
(String value) Slot.setCommentElement
(StringType value) Slot.setEndElement
(InstantType value) Slot.setFreeBusyType
(Slot.SlotStatus value) Slot.setFreeBusyTypeElement
(Enumeration<Slot.SlotStatus> value) Slot.setOverbooked
(boolean value) Slot.setOverbookedElement
(BooleanType value) Slot.setSchedule
(Reference value) Slot.setScheduleTarget
(Schedule value) Slot.setStartElement
(InstantType value) Slot.setType
(CodeableConcept value) protected Slot
Slot.typedCopy()