Uses of Class
org.linuxforhealth.fhir.model.resource.CareTeam.Participant
-
Packages that use CareTeam.Participant Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of CareTeam.Participant in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return CareTeam.Participant Modifier and Type Method Description CareTeam.Participant
CareTeam.Participant.Builder. build()
Build theCareTeam.Participant
Methods in org.linuxforhealth.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 org.linuxforhealth.fhir.model.resource with parameters of type CareTeam.Participant Modifier and Type Method Description protected CareTeam.Participant.Builder
CareTeam.Participant.Builder. from(CareTeam.Participant participant)
CareTeam.Builder
CareTeam.Builder. participant(CareTeam.Participant... participant)
Identifies all people and organizations who are expected to be involved in the care team.protected void
CareTeam.Participant.Builder. validate(CareTeam.Participant participant)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type CareTeam.Participant Modifier and Type Method Description CareTeam.Builder
CareTeam.Builder. participant(java.util.Collection<CareTeam.Participant> participant)
Identifies all people and organizations who are expected to be involved in the care team.
-