
Uses of Class
org.hl7.fhir.r5.model.Slot
Packages that use Slot
-
Uses of Slot in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.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.r5.formats with parameters of type SlotModifier and TypeMethodDescriptionprotected voidJsonParser.composeSlot(String name, Slot element) protected voidRdfParser.composeSlot(org.hl7.fhir.utilities.turtle.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.composeSlotProperties(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.r5.model
Methods in org.hl7.fhir.r5.model that return SlotModifier 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 SlotSlot.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Slot