
Uses of Class
org.hl7.fhir.r5.model.CareTeam.CareTeamParticipantComponent
Packages that use CareTeam.CareTeamParticipantComponent
-
Uses of CareTeam.CareTeamParticipantComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return CareTeam.CareTeamParticipantComponentModifier and TypeMethodDescriptionprotected CareTeam.CareTeamParticipantComponent
JsonParser.parseCareTeamParticipantComponent
(com.google.gson.JsonObject json) protected CareTeam.CareTeamParticipantComponent
XmlParser.parseCareTeamParticipantComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type CareTeam.CareTeamParticipantComponentModifier 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
Fields in org.hl7.fhir.r5.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.r5.model that return CareTeam.CareTeamParticipantComponentModifier and TypeMethodDescriptionCareTeam.addParticipant()
CareTeam.CareTeamParticipantComponent.copy()
CareTeam.getParticipantFirstRep()
CareTeam.CareTeamParticipantComponent.setCoverage
(DataType value) CareTeam.CareTeamParticipantComponent.setOnBehalfOf
(Reference value) CareTeam.CareTeamParticipantComponent.setRole
(CodeableConcept value) Methods in org.hl7.fhir.r5.model that return types with arguments of type CareTeam.CareTeamParticipantComponentMethods in org.hl7.fhir.r5.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.r5.model with type arguments of type CareTeam.CareTeamParticipantComponentModifier and TypeMethodDescriptionCareTeam.setParticipant
(List<CareTeam.CareTeamParticipantComponent> theParticipant)