Uses of Class
org.hl7.fhir.r4.model.CareTeam.CareTeamParticipantComponent
-
Packages that use CareTeam.CareTeamParticipantComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of CareTeam.CareTeamParticipantComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CareTeam.CareTeamParticipantComponent Modifier and Type Method Description protected CareTeam.CareTeamParticipantComponentJsonParser. parseCareTeamCareTeamParticipantComponent(com.google.gson.JsonObject json, CareTeam owner)protected CareTeam.CareTeamParticipantComponentXmlParser. parseCareTeamCareTeamParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, CareTeam owner) -
Uses of CareTeam.CareTeamParticipantComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CareTeam.CareTeamParticipantComponent Modifier and Type Field Description protected List<CareTeam.CareTeamParticipantComponent>CareTeam. participantIdentifies all people and organizations who are expected to be involved in the care team.Methods in org.hl7.fhir.r4.model that return types with arguments of type CareTeam.CareTeamParticipantComponent Modifier and Type Method Description List<CareTeam.CareTeamParticipantComponent>CareTeam. getParticipant()Methods in org.hl7.fhir.r4.model with parameters of type CareTeam.CareTeamParticipantComponent Modifier and Type Method Description CareTeamCareTeam. addParticipant(CareTeam.CareTeamParticipantComponent t)voidCareTeam.CareTeamParticipantComponent. copyValues(CareTeam.CareTeamParticipantComponent dst)Method parameters in org.hl7.fhir.r4.model with type arguments of type CareTeam.CareTeamParticipantComponent Modifier and Type Method Description CareTeamCareTeam. setParticipant(List<CareTeam.CareTeamParticipantComponent> theParticipant)
-