Uses of Class
org.hl7.fhir.dstu3.model.CareTeam.CareTeamParticipantComponent
-
Packages that use CareTeam.CareTeamParticipantComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of CareTeam.CareTeamParticipantComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return CareTeam.CareTeamParticipantComponent Modifier and Type Method Description protected CareTeam.CareTeamParticipantComponentJsonParser. parseCareTeamCareTeamParticipantComponent(com.google.gson.JsonObject json, CareTeam owner)protected CareTeam.CareTeamParticipantComponentXmlParser. parseCareTeamCareTeamParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, CareTeam owner) -
Uses of CareTeam.CareTeamParticipantComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.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.dstu3.model that return CareTeam.CareTeamParticipantComponent Modifier and Type Method Description CareTeam.CareTeamParticipantComponentCareTeam. addParticipant()CareTeam.CareTeamParticipantComponentCareTeam.CareTeamParticipantComponent. copy()CareTeam.CareTeamParticipantComponentCareTeam. getParticipantFirstRep()CareTeam.CareTeamParticipantComponentCareTeam.CareTeamParticipantComponent. setMember(Reference value)CareTeam.CareTeamParticipantComponentCareTeam.CareTeamParticipantComponent. setMemberTarget(Resource value)CareTeam.CareTeamParticipantComponentCareTeam.CareTeamParticipantComponent. setOnBehalfOf(Reference value)CareTeam.CareTeamParticipantComponentCareTeam.CareTeamParticipantComponent. setOnBehalfOfTarget(Organization value)CareTeam.CareTeamParticipantComponentCareTeam.CareTeamParticipantComponent. setPeriod(Period value)CareTeam.CareTeamParticipantComponentCareTeam.CareTeamParticipantComponent. setRole(CodeableConcept value)Methods in org.hl7.fhir.dstu3.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.dstu3.model with parameters of type CareTeam.CareTeamParticipantComponent Modifier and Type Method Description CareTeamCareTeam. addParticipant(CareTeam.CareTeamParticipantComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type CareTeam.CareTeamParticipantComponent Modifier and Type Method Description CareTeamCareTeam. setParticipant(List<CareTeam.CareTeamParticipantComponent> theParticipant)
-