![](/hapi-fhir/images/logos/raccoon-forwards.png)
Uses of Class
org.hl7.fhir.r4.model.CareTeam.CareTeamParticipantComponent
Packages that use CareTeam.CareTeamParticipantComponent
-
Uses of CareTeam.CareTeamParticipantComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return CareTeam.CareTeamParticipantComponentModifier and TypeMethodDescriptionprotected CareTeam.CareTeamParticipantComponent
JsonParser.parseCareTeamCareTeamParticipantComponent
(com.google.gson.JsonObject json, CareTeam owner) protected CareTeam.CareTeamParticipantComponent
XmlParser.parseCareTeamCareTeamParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp, CareTeam owner) Methods in org.hl7.fhir.r4.formats with parameters of type CareTeam.CareTeamParticipantComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeCareTeamCareTeamParticipantComponent
(String name, CareTeam.CareTeamParticipantComponent element) protected void
RdfParser.composeCareTeamCareTeamParticipantComponent
(Turtle.Complex parent, String parentType, String name, CareTeam.CareTeamParticipantComponent element, int index) protected void
XmlParser.composeCareTeamCareTeamParticipantComponent
(String name, CareTeam.CareTeamParticipantComponent element) protected void
XmlParser.composeCareTeamCareTeamParticipantComponentElements
(CareTeam.CareTeamParticipantComponent element) protected void
JsonParser.composeCareTeamCareTeamParticipantComponentInner
(CareTeam.CareTeamParticipantComponent element) protected boolean
XmlParser.parseCareTeamCareTeamParticipantComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CareTeam owner, CareTeam.CareTeamParticipantComponent res) protected void
JsonParser.parseCareTeamCareTeamParticipantComponentProperties
(com.google.gson.JsonObject json, CareTeam owner, CareTeam.CareTeamParticipantComponent res) -
Uses of CareTeam.CareTeamParticipantComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type CareTeam.CareTeamParticipantComponentModifier and TypeFieldDescriptionprotected List<CareTeam.CareTeamParticipantComponent>
CareTeam.participant
Identifies all people and organizations who are expected to be involved in the care team.Methods in org.hl7.fhir.r4.model that return CareTeam.CareTeamParticipantComponentModifier and TypeMethodDescriptionCareTeam.addParticipant()
CareTeam.CareTeamParticipantComponent.addRole
(CodeableConcept t) CareTeam.CareTeamParticipantComponent.copy()
CareTeam.getParticipantFirstRep()
CareTeam.CareTeamParticipantComponent.setMemberTarget
(Resource value) CareTeam.CareTeamParticipantComponent.setOnBehalfOf
(Reference value) CareTeam.CareTeamParticipantComponent.setOnBehalfOfTarget
(Organization value) CareTeam.CareTeamParticipantComponent.setRole
(List<CodeableConcept> theRole) Methods in org.hl7.fhir.r4.model that return types with arguments of type CareTeam.CareTeamParticipantComponentMethods in org.hl7.fhir.r4.model with parameters of type CareTeam.CareTeamParticipantComponentModifier and TypeMethodDescriptionCareTeam.addParticipant
(CareTeam.CareTeamParticipantComponent t) void
CareTeam.CareTeamParticipantComponent.copyValues
(CareTeam.CareTeamParticipantComponent dst) Method parameters in org.hl7.fhir.r4.model with type arguments of type CareTeam.CareTeamParticipantComponentModifier and TypeMethodDescriptionCareTeam.setParticipant
(List<CareTeam.CareTeamParticipantComponent> theParticipant)