Uses of Class
org.hl7.fhir.r4.model.Slot
-
Packages that use Slot Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Slot in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Slot Modifier and Type Method Description protected 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 Slot Modifier and Type Method Description protected 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 Slot Modifier and Type Field Description protected List<Slot>Appointment. 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 types with arguments of type Slot Modifier and Type Method Description List<Slot>Appointment. getSlotTarget()Deprecated.Use Reference#setResource(IBaseResource) insteadMethods in org.hl7.fhir.r4.model with parameters of type Slot Modifier and Type Method Description voidSlot. copyValues(Slot dst)
-