Uses of Class
com.ibm.fhir.model.resource.Encounter.Participant
-
Packages that use Encounter.Participant Package Description com.ibm.fhir.model.resource -
-
Uses of Encounter.Participant in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Encounter.Participant Modifier and Type Method Description Encounter.ParticipantEncounter.Participant.Builder. build()Build theEncounter.ParticipantMethods in com.ibm.fhir.model.resource that return types with arguments of type Encounter.Participant Modifier and Type Method Description List<Encounter.Participant>Encounter. getParticipant()The list of people responsible for providing the service.Methods in com.ibm.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type Encounter.Participant Modifier and Type Method Description Encounter.BuilderEncounter.Builder. participant(Collection<Encounter.Participant> participant)The list of people responsible for providing the service.
-