Uses of Class
org.hl7.fhir.r5.model.Slot
-
Uses of Slot in org.hl7.fhir.r5.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
(org.hl7.fhir.utilities.turtle.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.composeSlotProperties
(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.r5.model
Modifier and TypeMethodDescriptionSlot.addAppointmentType
(CodeableConcept t) Slot.addIdentifier
(Identifier t) Slot.addServiceCategory
(CodeableConcept t) Slot.addServiceType
(CodeableReference t) Slot.addSpecialty
(CodeableConcept t) Slot.copy()
Slot.setAppointmentType
(List<CodeableConcept> theAppointmentType) 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.setServiceCategory
(List<CodeableConcept> theServiceCategory) Slot.setServiceType
(List<CodeableReference> 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()