Uses of Class
org.hl7.fhir.r5.model.Appointment.AppointmentParticipantComponent
-
Packages that use Appointment.AppointmentParticipantComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of Appointment.AppointmentParticipantComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Appointment.AppointmentParticipantComponent Modifier and Type Method Description protected Appointment.AppointmentParticipantComponentJsonParser. parseAppointmentParticipantComponent(com.google.gson.JsonObject json)protected Appointment.AppointmentParticipantComponentXmlParser. parseAppointmentParticipantComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of Appointment.AppointmentParticipantComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.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.r5.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.r5.model with type arguments of type Appointment.AppointmentParticipantComponent Modifier and Type Method Description AppointmentAppointment. setParticipant(List<Appointment.AppointmentParticipantComponent> theParticipant)Constructors in org.hl7.fhir.r5.model with parameters of type Appointment.AppointmentParticipantComponent Constructor Description Appointment(Appointment.AppointmentStatus status, Appointment.AppointmentParticipantComponent participant)Constructor
-