Uses of Class
org.hl7.fhir.r5.model.Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent
-
Uses of Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseAppointmentRecurrenceTemplateYearlyTemplateComponent
(com.google.gson.JsonObject json) XmlParser.parseAppointmentRecurrenceTemplateYearlyTemplateComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeAppointmentRecurrenceTemplateYearlyTemplateComponent
(String name, Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent element) protected void
RdfParser.composeAppointmentRecurrenceTemplateYearlyTemplateComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent element, int index) protected void
XmlParser.composeAppointmentRecurrenceTemplateYearlyTemplateComponent
(String name, Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent element) protected void
XmlParser.composeAppointmentRecurrenceTemplateYearlyTemplateComponentElements
(Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent element) protected void
JsonParser.composeAppointmentRecurrenceTemplateYearlyTemplateComponentProperties
(Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent element) protected boolean
XmlParser.parseAppointmentRecurrenceTemplateYearlyTemplateComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent res) protected void
JsonParser.parseAppointmentRecurrenceTemplateYearlyTemplateComponentProperties
(com.google.gson.JsonObject json, Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent res) -
Uses of Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionAppointment.AppointmentRecurrenceTemplateComponent.yearlyTemplate
Information about yearly recurring appointments.Modifier and TypeMethodDescriptionAppointment.AppointmentRecurrenceTemplateYearlyTemplateComponent.copy()
Appointment.AppointmentRecurrenceTemplateComponent.getYearlyTemplate()
Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent.setYearInterval
(int value) Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent.setYearIntervalElement
(PositiveIntType value) Modifier and TypeMethodDescriptionvoid
Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent.copyValues
(Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent dst) Appointment.AppointmentRecurrenceTemplateComponent.setYearlyTemplate
(Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent value)