Uses of Class
org.hl7.fhir.r5.model.Appointment.AppointmentParticipantComponent
-
Uses of Appointment.AppointmentParticipantComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionJsonParser.parseAppointmentParticipantComponent
(com.google.gson.JsonObject json) XmlParser.parseAppointmentParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeAppointmentParticipantComponent
(String name, Appointment.AppointmentParticipantComponent element) protected void
RdfParser.composeAppointmentParticipantComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Appointment.AppointmentParticipantComponent element, int index) protected void
XmlParser.composeAppointmentParticipantComponent
(String name, Appointment.AppointmentParticipantComponent element) protected void
XmlParser.composeAppointmentParticipantComponentElements
(Appointment.AppointmentParticipantComponent element) protected void
JsonParser.composeAppointmentParticipantComponentProperties
(Appointment.AppointmentParticipantComponent element) protected boolean
XmlParser.parseAppointmentParticipantComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, Appointment.AppointmentParticipantComponent res) protected void
JsonParser.parseAppointmentParticipantComponentProperties
(com.google.gson.JsonObject json, Appointment.AppointmentParticipantComponent res) -
Uses of Appointment.AppointmentParticipantComponent in org.hl7.fhir.r5.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.setRequired
(boolean value) Appointment.AppointmentParticipantComponent.setRequiredElement
(BooleanType 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) ModifierConstructorDescriptionAppointment
(Appointment.AppointmentStatus status, Appointment.AppointmentParticipantComponent participant) Constructor