Uses of Class
org.hl7.fhir.r5.model.Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent
-
Uses of Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseAppointmentRecurrenceTemplateMonthlyTemplateComponent
(com.google.gson.JsonObject json) XmlParser.parseAppointmentRecurrenceTemplateMonthlyTemplateComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeAppointmentRecurrenceTemplateMonthlyTemplateComponent
(String name, Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent element) protected void
RdfParser.composeAppointmentRecurrenceTemplateMonthlyTemplateComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent element, int index) protected void
XmlParser.composeAppointmentRecurrenceTemplateMonthlyTemplateComponent
(String name, Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent element) protected void
XmlParser.composeAppointmentRecurrenceTemplateMonthlyTemplateComponentElements
(Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent element) protected void
JsonParser.composeAppointmentRecurrenceTemplateMonthlyTemplateComponentProperties
(Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent element) protected boolean
XmlParser.parseAppointmentRecurrenceTemplateMonthlyTemplateComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent res) protected void
JsonParser.parseAppointmentRecurrenceTemplateMonthlyTemplateComponentProperties
(com.google.gson.JsonObject json, Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent res) -
Uses of Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent in org.hl7.fhir.r5.model
Modifier and TypeFieldDescriptionAppointment.AppointmentRecurrenceTemplateComponent.monthlyTemplate
Information about monthly recurring appointments.Modifier and TypeMethodDescriptionAppointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent.copy()
Appointment.AppointmentRecurrenceTemplateComponent.getMonthlyTemplate()
Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent.setDayOfMonth
(int value) Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent.setDayOfMonthElement
(PositiveIntType value) Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent.setDayOfWeek
(Coding value) Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent.setMonthInterval
(int value) Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent.setMonthIntervalElement
(PositiveIntType value) Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent.setNthWeekOfMonth
(Coding value) Modifier and TypeMethodDescriptionvoid
Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent.copyValues
(Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent dst) Appointment.AppointmentRecurrenceTemplateComponent.setMonthlyTemplate
(Appointment.AppointmentRecurrenceTemplateMonthlyTemplateComponent value)