Uses of Class
org.hl7.fhir.r4.model.Appointment.AppointmentParticipantComponent
-
Uses of Appointment.AppointmentParticipantComponent in org.hl7.fhir.r4.formats
Modifier and TypeMethodDescriptionJsonParser.parseAppointmentAppointmentParticipantComponent
(com.google.gson.JsonObject json, Appointment owner) XmlParser.parseAppointmentAppointmentParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp, Appointment owner) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeAppointmentAppointmentParticipantComponent
(String name, Appointment.AppointmentParticipantComponent element) protected void
RdfParser.composeAppointmentAppointmentParticipantComponent
(Turtle.Complex parent, String parentType, String name, Appointment.AppointmentParticipantComponent element, int index) protected void
XmlParser.composeAppointmentAppointmentParticipantComponent
(String name, Appointment.AppointmentParticipantComponent element) protected void
XmlParser.composeAppointmentAppointmentParticipantComponentElements
(Appointment.AppointmentParticipantComponent element) protected void
JsonParser.composeAppointmentAppointmentParticipantComponentInner
(Appointment.AppointmentParticipantComponent element) protected boolean
XmlParser.parseAppointmentAppointmentParticipantComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Appointment owner, Appointment.AppointmentParticipantComponent res) protected void
JsonParser.parseAppointmentAppointmentParticipantComponentProperties
(com.google.gson.JsonObject json, Appointment owner, Appointment.AppointmentParticipantComponent res) -
Uses of Appointment.AppointmentParticipantComponent in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected List
<Appointment.AppointmentParticipantComponent> Appointment.participant
List of participants involved in the appointment.Modifier and TypeMethodDescriptionAppointment.addParticipant()
Appointment.AppointmentParticipantComponent.addType
(CodeableConcept t) Appointment.AppointmentParticipantComponent.copy()
Appointment.getParticipantFirstRep()
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) Appointment.AppointmentParticipantComponent.setType
(List<CodeableConcept> theType) Modifier and TypeMethodDescriptionAppointment.addParticipant
(Appointment.AppointmentParticipantComponent t) void
Appointment.AppointmentParticipantComponent.copyValues
(Appointment.AppointmentParticipantComponent dst) Modifier and TypeMethodDescriptionAppointment.setParticipant
(List<Appointment.AppointmentParticipantComponent> theParticipant)