
Uses of Class
org.hl7.fhir.r5.model.Appointment.AppointmentParticipantComponent
Packages that use Appointment.AppointmentParticipantComponent
-
Uses of Appointment.AppointmentParticipantComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Appointment.AppointmentParticipantComponentModifier and TypeMethodDescriptionJsonParser.parseAppointmentParticipantComponent(com.google.gson.JsonObject json) XmlParser.parseAppointmentParticipantComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type Appointment.AppointmentParticipantComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeAppointmentParticipantComponent(String name, Appointment.AppointmentParticipantComponent element) protected voidRdfParser.composeAppointmentParticipantComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Appointment.AppointmentParticipantComponent element, int index) protected voidXmlParser.composeAppointmentParticipantComponent(String name, Appointment.AppointmentParticipantComponent element) protected voidXmlParser.composeAppointmentParticipantComponentElements(Appointment.AppointmentParticipantComponent element) protected voidJsonParser.composeAppointmentParticipantComponentProperties(Appointment.AppointmentParticipantComponent element) protected booleanXmlParser.parseAppointmentParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Appointment.AppointmentParticipantComponent res) protected voidJsonParser.parseAppointmentParticipantComponentProperties(com.google.gson.JsonObject json, Appointment.AppointmentParticipantComponent res) -
Uses of Appointment.AppointmentParticipantComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.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.r5.model that return Appointment.AppointmentParticipantComponentModifier 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) Methods in org.hl7.fhir.r5.model that return types with arguments of type Appointment.AppointmentParticipantComponentMethods in org.hl7.fhir.r5.model with parameters of type Appointment.AppointmentParticipantComponentModifier and TypeMethodDescriptionAppointment.addParticipant(Appointment.AppointmentParticipantComponent t) voidAppointment.AppointmentParticipantComponent.copyValues(Appointment.AppointmentParticipantComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type Appointment.AppointmentParticipantComponentModifier and TypeMethodDescriptionAppointment.setParticipant(List<Appointment.AppointmentParticipantComponent> theParticipant) Constructors in org.hl7.fhir.r5.model with parameters of type Appointment.AppointmentParticipantComponentModifierConstructorDescriptionAppointment(Appointment.AppointmentStatus status, Appointment.AppointmentParticipantComponent participant) Constructor