Uses of Class
org.linuxforhealth.fhir.model.resource.Encounter.Participant
-
Packages that use Encounter.Participant Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Encounter.Participant in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Encounter.Participant Modifier and Type Method Description Encounter.Participant
Encounter.Participant.Builder. build()
Build theEncounter.Participant
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Encounter.Participant Modifier and Type Method Description java.util.List<Encounter.Participant>
Encounter. getParticipant()
The list of people responsible for providing the service.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Encounter.Participant Modifier and Type Method Description protected Encounter.Participant.Builder
Encounter.Participant.Builder. from(Encounter.Participant participant)
Encounter.Builder
Encounter.Builder. participant(Encounter.Participant... participant)
The list of people responsible for providing the service.protected void
Encounter.Participant.Builder. validate(Encounter.Participant participant)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Encounter.Participant Modifier and Type Method Description Encounter.Builder
Encounter.Builder. participant(java.util.Collection<Encounter.Participant> participant)
The list of people responsible for providing the service.
-