Uses of Class
org.hl7.fhir.r4.model.Appointment.AppointmentParticipantComponent
-
Packages that use Appointment.AppointmentParticipantComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of Appointment.AppointmentParticipantComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return Appointment.AppointmentParticipantComponent Modifier and Type Method Description protected Appointment.AppointmentParticipantComponentJsonParser. parseAppointmentAppointmentParticipantComponent(com.google.gson.JsonObject json, Appointment owner)protected Appointment.AppointmentParticipantComponentXmlParser. parseAppointmentAppointmentParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, Appointment owner) -
Uses of Appointment.AppointmentParticipantComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Appointment.AppointmentParticipantComponent Modifier and Type Field Description protected List<Appointment.AppointmentParticipantComponent>Appointment. participantList of participants involved in the appointment.Methods in org.hl7.fhir.r4.model that return types with arguments of type Appointment.AppointmentParticipantComponent Modifier and Type Method Description List<Appointment.AppointmentParticipantComponent>Appointment. getParticipant()Methods in org.hl7.fhir.r4.model with parameters of type Appointment.AppointmentParticipantComponent Modifier and Type Method Description AppointmentAppointment. addParticipant(Appointment.AppointmentParticipantComponent t)voidAppointment.AppointmentParticipantComponent. copyValues(Appointment.AppointmentParticipantComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type Appointment.AppointmentParticipantComponent Modifier and Type Method Description AppointmentAppointment. setParticipant(List<Appointment.AppointmentParticipantComponent> theParticipant)
-