Uses of Class
org.linuxforhealth.fhir.model.resource.Appointment.Participant
-
Packages that use Appointment.Participant Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Appointment.Participant in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Appointment.Participant Modifier and Type Method Description Appointment.Participant
Appointment.Participant.Builder. build()
Build theAppointment.Participant
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Appointment.Participant Modifier and Type Method Description java.util.List<Appointment.Participant>
Appointment. getParticipant()
List of participants involved in the appointment.Methods in org.linuxforhealth.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.protected void
Appointment.Participant.Builder. validate(Appointment.Participant participant)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Appointment.Participant Modifier and Type Method Description Appointment.Builder
Appointment.Builder. participant(java.util.Collection<Appointment.Participant> participant)
List of participants involved in the appointment.
-