Uses of Class
com.ibm.fhir.model.resource.CareTeam.Participant
-
Packages that use CareTeam.Participant Package Description com.ibm.fhir.model.resource -
-
Uses of CareTeam.Participant in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return CareTeam.Participant Modifier and Type Method Description CareTeam.ParticipantCareTeam.Participant.Builder. build()Build theCareTeam.ParticipantMethods in com.ibm.fhir.model.resource that return types with arguments of type CareTeam.Participant Modifier and Type Method Description java.util.List<CareTeam.Participant>CareTeam. getParticipant()Identifies all people and organizations who are expected to be involved in the care team.Methods in com.ibm.fhir.model.resource with parameters of type CareTeam.Participant Modifier and Type Method Description protected CareTeam.Participant.BuilderCareTeam.Participant.Builder. from(CareTeam.Participant participant)CareTeam.BuilderCareTeam.Builder. participant(CareTeam.Participant... participant)Identifies all people and organizations who are expected to be involved in the care team.protected voidCareTeam.Participant.Builder. validate(CareTeam.Participant participant)Method parameters in com.ibm.fhir.model.resource with type arguments of type CareTeam.Participant Modifier and Type Method Description CareTeam.BuilderCareTeam.Builder. participant(java.util.Collection<CareTeam.Participant> participant)Identifies all people and organizations who are expected to be involved in the care team.
-