Uses of Class
org.hl7.fhir.dstu2.model.Appointment.AppointmentParticipantComponent
-
Packages that use Appointment.AppointmentParticipantComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Appointment.AppointmentParticipantComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.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)Methods in org.hl7.fhir.dstu2.formats with parameters of type Appointment.AppointmentParticipantComponent Modifier and Type Method Description protected voidJsonParser. composeAppointmentAppointmentParticipantComponent(String name, Appointment.AppointmentParticipantComponent element)protected voidXmlParser. composeAppointmentAppointmentParticipantComponent(String name, Appointment.AppointmentParticipantComponent element)protected voidJsonParser. composeAppointmentAppointmentParticipantComponentInner(Appointment.AppointmentParticipantComponent element) -
Uses of Appointment.AppointmentParticipantComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.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.dstu2.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.dstu2.model with parameters of type Appointment.AppointmentParticipantComponent Modifier and Type Method Description AppointmentAppointment. addParticipant(Appointment.AppointmentParticipantComponent t)
-