
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.CareTeamParticipantComponentJsonParser.parseCareTeamParticipantComponent(com.google.gson.JsonObject json) protected CareTeam.CareTeamParticipantComponentXmlParser.parseCareTeamParticipantComponent(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type CareTeam.CareTeamParticipantComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeCareTeamParticipantComponent(String name, CareTeam.CareTeamParticipantComponent element) protected voidRdfParser.composeCareTeamParticipantComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, CareTeam.CareTeamParticipantComponent element, int index) protected voidXmlParser.composeCareTeamParticipantComponent(String name, CareTeam.CareTeamParticipantComponent element) protected voidXmlParser.composeCareTeamParticipantComponentElements(CareTeam.CareTeamParticipantComponent element) protected voidJsonParser.composeCareTeamParticipantComponentProperties(CareTeam.CareTeamParticipantComponent element) protected booleanXmlParser.parseCareTeamParticipantComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CareTeam.CareTeamParticipantComponent res) protected voidJsonParser.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.participantIdentifies 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) voidCareTeam.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)