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.Participant
Appointment.Participant.Builder. build()
Build theAppointment.Participant
Methods 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.Builder
Appointment.Participant.Builder. from(Appointment.Participant participant)
Appointment.Builder
Appointment.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.Builder
Appointment.Builder. participant(Collection<Appointment.Participant> participant)
List of participants involved in the appointment.
-