Uses of Class
org.hl7.fhir.r4.model.Slot
-
Uses of Slot in org.hl7.fhir.r4.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
RdfParser.composeSlot
(Turtle.Complex parent, String parentType, String name, Slot element, int index) protected void
XmlParser.composeSlot
(String name, Slot element) protected void
XmlParser.composeSlotElements
(Slot element) protected void
JsonParser.composeSlotInner
(Slot element) protected boolean
XmlParser.parseSlotContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Slot res) protected void
JsonParser.parseSlotProperties
(com.google.gson.JsonObject json, Slot res) -
Uses of Slot in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionAppointment.slotTarget
The actual objects that are the target of the reference (The slots from the participants' schedules that will be filled by the appointment.)Modifier and TypeMethodDescriptionSlot.addIdentifier
(Identifier t) Slot.addServiceCategory
(CodeableConcept t) Slot.addServiceType
(CodeableConcept t) Appointment.addSlotTarget()
Deprecated.Use Reference#setResource(IBaseResource) insteadSlot.addSpecialty
(CodeableConcept t) Slot.copy()
Slot.setAppointmentType
(CodeableConcept value) Slot.setComment
(String value) Slot.setCommentElement
(StringType value) Slot.setEndElement
(InstantType value) Slot.setIdentifier
(List<Identifier> theIdentifier) Slot.setOverbooked
(boolean value) Slot.setOverbookedElement
(BooleanType value) Slot.setSchedule
(Reference value) Slot.setScheduleTarget
(Schedule value) Slot.setServiceCategory
(List<CodeableConcept> theServiceCategory) Slot.setServiceType
(List<CodeableConcept> theServiceType) Slot.setSpecialty
(List<CodeableConcept> theSpecialty) Slot.setStartElement
(InstantType value) Slot.setStatus
(Slot.SlotStatus value) Slot.setStatusElement
(Enumeration<Slot.SlotStatus> value) protected Slot
Slot.typedCopy()
Modifier and TypeMethodDescriptionAppointment.getSlotTarget()
Deprecated.Use Reference#setResource(IBaseResource) instead