Uses of Class
com.ibm.fhir.model.resource.Appointment.Participant
-
Packages that use Appointment.Participant Package Description com.ibm.fhir.model.resource -
-
Uses of Appointment.Participant in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Appointment.Participant Modifier and Type Method Description Appointment.ParticipantAppointment.Participant.Builder. build()Build theAppointment.ParticipantMethods in com.ibm.fhir.model.resource that return types with arguments of type Appointment.Participant Modifier and Type Method Description List<Appointment.Participant>Appointment. getParticipant()List of participants involved in the appointment.Methods in com.ibm.fhir.model.resource with parameters of type Appointment.Participant Modifier and Type Method Description protected Appointment.Participant.BuilderAppointment.Participant.Builder. from(Appointment.Participant participant)Appointment.BuilderAppointment.Builder. participant(Appointment.Participant... participant)List of participants involved in the appointment.Method parameters in com.ibm.fhir.model.resource with type arguments of type Appointment.Participant Modifier and Type Method Description Appointment.BuilderAppointment.Builder. participant(Collection<Appointment.Participant> participant)List of participants involved in the appointment.
-