
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.CareTeamParticipantComponentJsonParser.parseCareTeamCareTeamParticipantComponent(com.google.gson.JsonObject json, CareTeam owner) protected CareTeam.CareTeamParticipantComponentXmlParser.parseCareTeamCareTeamParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, CareTeam owner) Methods in org.hl7.fhir.r4.formats with parameters of type CareTeam.CareTeamParticipantComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeCareTeamCareTeamParticipantComponent(String name, CareTeam.CareTeamParticipantComponent element) protected voidRdfParser.composeCareTeamCareTeamParticipantComponent(Turtle.Complex parent, String parentType, String name, CareTeam.CareTeamParticipantComponent element, int index) protected voidXmlParser.composeCareTeamCareTeamParticipantComponent(String name, CareTeam.CareTeamParticipantComponent element) protected voidXmlParser.composeCareTeamCareTeamParticipantComponentElements(CareTeam.CareTeamParticipantComponent element) protected voidJsonParser.composeCareTeamCareTeamParticipantComponentInner(CareTeam.CareTeamParticipantComponent element) protected booleanXmlParser.parseCareTeamCareTeamParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CareTeam owner, CareTeam.CareTeamParticipantComponent res) protected voidJsonParser.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.participantIdentifies 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) voidCareTeam.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)