Uses of Class
org.hl7.fhir.r4.model.CareTeam.CareTeamParticipantComponent
-
Uses of CareTeam.CareTeamParticipantComponent in org.hl7.fhir.r4.formats
Modifier 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) Modifier 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
Modifier and TypeFieldDescriptionprotected List
<CareTeam.CareTeamParticipantComponent> CareTeam.participant
Identifies all people and organizations who are expected to be involved in the care team.Modifier 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) Modifier and TypeMethodDescriptionCareTeam.addParticipant
(CareTeam.CareTeamParticipantComponent t) void
CareTeam.CareTeamParticipantComponent.copyValues
(CareTeam.CareTeamParticipantComponent dst) Modifier and TypeMethodDescriptionCareTeam.setParticipant
(List<CareTeam.CareTeamParticipantComponent> theParticipant)