
Uses of Class
org.hl7.fhir.r5.model.Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent
Packages that use Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent
-
Uses of Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponentModifier and TypeMethodDescriptionJsonParser.parseAppointmentRecurrenceTemplateYearlyTemplateComponent(com.google.gson.JsonObject json) XmlParser.parseAppointmentRecurrenceTemplateYearlyTemplateComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeAppointmentRecurrenceTemplateYearlyTemplateComponent(String name, Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent element) protected voidRdfParser.composeAppointmentRecurrenceTemplateYearlyTemplateComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent element, int index) protected voidXmlParser.composeAppointmentRecurrenceTemplateYearlyTemplateComponent(String name, Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent element) protected voidXmlParser.composeAppointmentRecurrenceTemplateYearlyTemplateComponentElements(Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent element) protected voidJsonParser.composeAppointmentRecurrenceTemplateYearlyTemplateComponentProperties(Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent element) protected booleanXmlParser.parseAppointmentRecurrenceTemplateYearlyTemplateComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent res) protected voidJsonParser.parseAppointmentRecurrenceTemplateYearlyTemplateComponentProperties(com.google.gson.JsonObject json, Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent res) -
Uses of Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model declared as Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponentModifier and TypeFieldDescriptionAppointment.AppointmentRecurrenceTemplateComponent.yearlyTemplateInformation about yearly recurring appointments.Methods in org.hl7.fhir.r5.model that return Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponentModifier and TypeMethodDescriptionAppointment.AppointmentRecurrenceTemplateYearlyTemplateComponent.copy()Appointment.AppointmentRecurrenceTemplateComponent.getYearlyTemplate()Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent.setYearInterval(int value) Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent.setYearIntervalElement(PositiveIntType value) Methods in org.hl7.fhir.r5.model with parameters of type Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponentModifier and TypeMethodDescriptionvoidAppointment.AppointmentRecurrenceTemplateYearlyTemplateComponent.copyValues(Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent dst) Appointment.AppointmentRecurrenceTemplateComponent.setYearlyTemplate(Appointment.AppointmentRecurrenceTemplateYearlyTemplateComponent value)