
Uses of Class
org.hl7.fhir.dstu2.model.Slot
Packages that use Slot
-
Uses of Slot in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return SlotModifier and TypeMethodDescriptionprotected Slot
JsonParser.parseSlot
(com.google.gson.JsonObject json) protected Slot
XmlParser.parseSlot
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.dstu2.formats with parameters of type SlotModifier 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
Fields in org.hl7.fhir.dstu2.model with type parameters of type SlotModifier and TypeFieldDescriptionAppointment.slotTarget
The actual objects that are the target of the reference (The slot that this appointment is filling.Methods in org.hl7.fhir.dstu2.model that return SlotModifier 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()
Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Slot