Uses of Class
org.hl7.fhir.r5.model.Appointment.AppointmentRecurrenceTemplateComponent
-
Uses of Appointment.AppointmentRecurrenceTemplateComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseAppointmentRecurrenceTemplateComponent
(com.google.gson.JsonObject json) XmlParser.parseAppointmentRecurrenceTemplateComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeAppointmentRecurrenceTemplateComponent
(String name, Appointment.AppointmentRecurrenceTemplateComponent element) protected void
RdfParser.composeAppointmentRecurrenceTemplateComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Appointment.AppointmentRecurrenceTemplateComponent element, int index) protected void
XmlParser.composeAppointmentRecurrenceTemplateComponent
(String name, Appointment.AppointmentRecurrenceTemplateComponent element) protected void
XmlParser.composeAppointmentRecurrenceTemplateComponentElements
(Appointment.AppointmentRecurrenceTemplateComponent element) protected void
JsonParser.composeAppointmentRecurrenceTemplateComponentProperties
(Appointment.AppointmentRecurrenceTemplateComponent element) protected boolean
XmlParser.parseAppointmentRecurrenceTemplateComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Appointment.AppointmentRecurrenceTemplateComponent res) protected void
JsonParser.parseAppointmentRecurrenceTemplateComponentProperties
(com.google.gson.JsonObject json, Appointment.AppointmentRecurrenceTemplateComponent res) -
Uses of Appointment.AppointmentRecurrenceTemplateComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionAppointment.recurrenceTemplate
The details of the recurrence pattern or template that is used to generate recurring appointments.Modifier and TypeMethodDescriptionAppointment.AppointmentRecurrenceTemplateComponent.addExcludingDate
(Date value) Appointment.AppointmentRecurrenceTemplateComponent.addExcludingRecurrenceId
(int value) Appointment.AppointmentRecurrenceTemplateComponent.addOccurrenceDate
(Date value) Appointment.addRecurrenceTemplate()
Appointment.AppointmentRecurrenceTemplateComponent.copy()
Appointment.getRecurrenceTemplateFirstRep()
Appointment.AppointmentRecurrenceTemplateComponent.setExcludingDate
(List<DateType> theExcludingDate) Appointment.AppointmentRecurrenceTemplateComponent.setExcludingRecurrenceId
(List<PositiveIntType> theExcludingRecurrenceId) Appointment.AppointmentRecurrenceTemplateComponent.setLastOccurrenceDate
(Date value) Appointment.AppointmentRecurrenceTemplateComponent.setLastOccurrenceDateElement
(DateType value) Appointment.AppointmentRecurrenceTemplateComponent.setMonthlyTemplate
(Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent value) Appointment.AppointmentRecurrenceTemplateComponent.setOccurrenceCount
(int value) Appointment.AppointmentRecurrenceTemplateComponent.setOccurrenceCountElement
(PositiveIntType value) Appointment.AppointmentRecurrenceTemplateComponent.setOccurrenceDate
(List<DateType> theOccurrenceDate) Appointment.AppointmentRecurrenceTemplateComponent.setRecurrenceType
(CodeableConcept value) Appointment.AppointmentRecurrenceTemplateComponent.setTimezone
(CodeableConcept value) Appointment.AppointmentRecurrenceTemplateComponent.setWeeklyTemplate
(Appointment.AppointmentRecurrenceTemplateWeeklyTemplateComponent value) Appointment.AppointmentRecurrenceTemplateComponent.setYearlyTemplate
(Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent value) Modifier and TypeMethodDescriptionvoid
Appointment.AppointmentRecurrenceTemplateComponent.copyValues
(Appointment.AppointmentRecurrenceTemplateComponent dst) Modifier and TypeMethodDescriptionAppointment.setRecurrenceTemplate
(List<Appointment.AppointmentRecurrenceTemplateComponent> theRecurrenceTemplate)