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.Participant
Encounter.Participant.Builder. build()
Build theEncounter.Participant
Methods 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.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 com.ibm.fhir.model.resource with type arguments of type Encounter.Participant Modifier and Type Method Description Encounter.Builder
Encounter.Builder. participant(Collection<Encounter.Participant> participant)
The list of people responsible for providing the service.
-