
Uses of Class
org.hl7.fhir.dstu2.model.Appointment.AppointmentParticipantComponent
Packages that use Appointment.AppointmentParticipantComponent
-
Uses of Appointment.AppointmentParticipantComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Appointment.AppointmentParticipantComponentModifier and TypeMethodDescriptionJsonParser.parseAppointmentAppointmentParticipantComponent(com.google.gson.JsonObject json, Appointment owner) XmlParser.parseAppointmentAppointmentParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, Appointment owner) Methods in org.hl7.fhir.dstu2.formats with parameters of type Appointment.AppointmentParticipantComponentModifier and TypeMethodDescriptionprotected 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.AppointmentParticipantComponentModifier and TypeFieldDescriptionprotected List<Appointment.AppointmentParticipantComponent> Appointment.participantList of participants involved in the appointment.Methods in org.hl7.fhir.dstu2.model that return Appointment.AppointmentParticipantComponentModifier and TypeMethodDescriptionAppointment.addParticipant()Appointment.AppointmentParticipantComponent.addType(CodeableConcept t) Appointment.AppointmentParticipantComponent.copy()Appointment.AppointmentParticipantComponent.setActorTarget(Resource value) Appointment.AppointmentParticipantComponent.setRequired(Appointment.ParticipantRequired value) Appointment.AppointmentParticipantComponent.setRequiredElement(Enumeration<Appointment.ParticipantRequired> value) Appointment.AppointmentParticipantComponent.setStatus(Appointment.ParticipationStatus value) Appointment.AppointmentParticipantComponent.setStatusElement(Enumeration<Appointment.ParticipationStatus> value) Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Appointment.AppointmentParticipantComponentMethods in org.hl7.fhir.dstu2.model with parameters of type Appointment.AppointmentParticipantComponentModifier and TypeMethodDescriptionAppointment.addParticipant(Appointment.AppointmentParticipantComponent t)