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.ParticipantEncounter.Participant.Builder. build()Build theEncounter.ParticipantMethods 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.BuilderEncounter.Participant.Builder. from(Encounter.Participant participant)Encounter.BuilderEncounter.Builder. participant(Encounter.Participant... participant)The list of people responsible for providing the service.protected voidEncounter.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.BuilderEncounter.Builder. participant(java.util.Collection<Encounter.Participant> participant)The list of people responsible for providing the service.
-