
Uses of Class
org.hl7.fhir.r4.model.Slot
Packages that use Slot
-
Uses of Slot in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return SlotModifier and TypeMethodDescriptionprotected SlotJsonParser.parseSlot(com.google.gson.JsonObject json) protected SlotXmlParser.parseSlot(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r4.formats with parameters of type SlotModifier and TypeMethodDescriptionprotected voidJsonParser.composeSlot(String name, Slot element) protected voidRdfParser.composeSlot(Turtle.Complex parent, String parentType, String name, Slot element, int index) protected voidXmlParser.composeSlot(String name, Slot element) protected voidXmlParser.composeSlotElements(Slot element) protected voidJsonParser.composeSlotInner(Slot element) protected booleanXmlParser.parseSlotContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Slot res) protected voidJsonParser.parseSlotProperties(com.google.gson.JsonObject json, Slot res) -
Uses of Slot in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type SlotModifier and TypeFieldDescriptionAppointment.slotTargetThe actual objects that are the target of the reference (The slots from the participants' schedules that will be filled by the appointment.)Methods in org.hl7.fhir.r4.model that return SlotModifier and TypeMethodDescriptionSlot.addIdentifier(Identifier t) Slot.addServiceCategory(CodeableConcept t) Slot.addServiceType(CodeableConcept t) Slot.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 SlotSlot.typedCopy()Methods in org.hl7.fhir.r4.model with parameters of type Slot