
Uses of Class
org.hl7.fhir.r5.model.Appointment.AppointmentRecurrenceTemplateComponent
Packages that use Appointment.AppointmentRecurrenceTemplateComponent
-
Uses of Appointment.AppointmentRecurrenceTemplateComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Appointment.AppointmentRecurrenceTemplateComponentModifier and TypeMethodDescriptionJsonParser.parseAppointmentRecurrenceTemplateComponent(com.google.gson.JsonObject json) XmlParser.parseAppointmentRecurrenceTemplateComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Appointment.AppointmentRecurrenceTemplateComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeAppointmentRecurrenceTemplateComponent(String name, Appointment.AppointmentRecurrenceTemplateComponent element) protected voidRdfParser.composeAppointmentRecurrenceTemplateComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Appointment.AppointmentRecurrenceTemplateComponent element, int index) protected voidXmlParser.composeAppointmentRecurrenceTemplateComponent(String name, Appointment.AppointmentRecurrenceTemplateComponent element) protected voidXmlParser.composeAppointmentRecurrenceTemplateComponentElements(Appointment.AppointmentRecurrenceTemplateComponent element) protected voidJsonParser.composeAppointmentRecurrenceTemplateComponentProperties(Appointment.AppointmentRecurrenceTemplateComponent element) protected booleanXmlParser.parseAppointmentRecurrenceTemplateComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Appointment.AppointmentRecurrenceTemplateComponent res) protected voidJsonParser.parseAppointmentRecurrenceTemplateComponentProperties(com.google.gson.JsonObject json, Appointment.AppointmentRecurrenceTemplateComponent res) -
Uses of Appointment.AppointmentRecurrenceTemplateComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type Appointment.AppointmentRecurrenceTemplateComponentModifier and TypeFieldDescriptionAppointment.recurrenceTemplateThe details of the recurrence pattern or template that is used to generate recurring appointments.Methods in org.hl7.fhir.r5.model that return Appointment.AppointmentRecurrenceTemplateComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type Appointment.AppointmentRecurrenceTemplateComponentMethods in org.hl7.fhir.r5.model with parameters of type Appointment.AppointmentRecurrenceTemplateComponentModifier and TypeMethodDescriptionvoidAppointment.AppointmentRecurrenceTemplateComponent.copyValues(Appointment.AppointmentRecurrenceTemplateComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Appointment.AppointmentRecurrenceTemplateComponentModifier and TypeMethodDescriptionAppointment.setRecurrenceTemplate(List<Appointment.AppointmentRecurrenceTemplateComponent> theRecurrenceTemplate)