Uses of Class
org.hl7.fhir.r5.model.CareTeam.CareTeamParticipantComponent
-
Uses of CareTeam.CareTeamParticipantComponent in org.hl7.fhir.r5.formats
Modifier and TypeMethodDescriptionprotected CareTeam.CareTeamParticipantComponent
JsonParser.parseCareTeamParticipantComponent
(com.google.gson.JsonObject json) protected CareTeam.CareTeamParticipantComponent
XmlParser.parseCareTeamParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp) Modifier and TypeMethodDescriptionprotected void
JsonParser.composeCareTeamParticipantComponent
(String name, CareTeam.CareTeamParticipantComponent element) protected void
RdfParser.composeCareTeamParticipantComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, CareTeam.CareTeamParticipantComponent element, int index) protected void
XmlParser.composeCareTeamParticipantComponent
(String name, CareTeam.CareTeamParticipantComponent element) protected void
XmlParser.composeCareTeamParticipantComponentElements
(CareTeam.CareTeamParticipantComponent element) protected void
JsonParser.composeCareTeamParticipantComponentProperties
(CareTeam.CareTeamParticipantComponent element) protected boolean
XmlParser.parseCareTeamParticipantComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CareTeam.CareTeamParticipantComponent res) protected void
JsonParser.parseCareTeamParticipantComponentProperties
(com.google.gson.JsonObject json, CareTeam.CareTeamParticipantComponent res) -
Uses of CareTeam.CareTeamParticipantComponent in org.hl7.fhir.r5.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.copy()
CareTeam.getParticipantFirstRep()
CareTeam.CareTeamParticipantComponent.setCoverage
(DataType value) CareTeam.CareTeamParticipantComponent.setOnBehalfOf
(Reference value) CareTeam.CareTeamParticipantComponent.setRole
(CodeableConcept value) Modifier and TypeMethodDescriptionCareTeam.addParticipant
(CareTeam.CareTeamParticipantComponent t) void
CareTeam.CareTeamParticipantComponent.copyValues
(CareTeam.CareTeamParticipantComponent dst) Modifier and TypeMethodDescriptionCareTeam.setParticipant
(List<CareTeam.CareTeamParticipantComponent> theParticipant)