Uses of Class
org.hl7.fhir.r5.model.CareTeam.CareTeamParticipantComponent
-
Packages that use CareTeam.CareTeamParticipantComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of CareTeam.CareTeamParticipantComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return CareTeam.CareTeamParticipantComponent Modifier and Type Method Description protected CareTeam.CareTeamParticipantComponentJsonParser. parseCareTeamParticipantComponent(com.google.gson.JsonObject json)protected CareTeam.CareTeamParticipantComponentXmlParser. parseCareTeamParticipantComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of CareTeam.CareTeamParticipantComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type CareTeam.CareTeamParticipantComponent Modifier and Type Field Description protected 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.CareTeamParticipantComponent Modifier and Type Method Description CareTeam.CareTeamParticipantComponentCareTeam. addParticipant()CareTeam.CareTeamParticipantComponentCareTeam.CareTeamParticipantComponent. copy()CareTeam.CareTeamParticipantComponentCareTeam. getParticipantFirstRep()CareTeam.CareTeamParticipantComponentCareTeam.CareTeamParticipantComponent. setCoverage(DataType value)CareTeam.CareTeamParticipantComponentCareTeam.CareTeamParticipantComponent. setMember(Reference value)CareTeam.CareTeamParticipantComponentCareTeam.CareTeamParticipantComponent. setOnBehalfOf(Reference value)CareTeam.CareTeamParticipantComponentCareTeam.CareTeamParticipantComponent. setRole(CodeableConcept value)Methods in org.hl7.fhir.r5.model that return types with arguments of type CareTeam.CareTeamParticipantComponent Modifier and Type Method Description List<CareTeam.CareTeamParticipantComponent>CareTeam. getParticipant()Methods in org.hl7.fhir.r5.model with parameters of type CareTeam.CareTeamParticipantComponent Modifier and Type Method Description CareTeamCareTeam. addParticipant(CareTeam.CareTeamParticipantComponent t)voidCareTeam.CareTeamParticipantComponent. copyValues(CareTeam.CareTeamParticipantComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type CareTeam.CareTeamParticipantComponent Modifier and Type Method Description CareTeamCareTeam. setParticipant(List<CareTeam.CareTeamParticipantComponent> theParticipant)
-