Uses of Class
org.hl7.fhir.dstu2016may.model.CareTeam.CareTeamParticipantComponent
-
Packages that use CareTeam.CareTeamParticipantComponent Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model -
-
Uses of CareTeam.CareTeamParticipantComponent in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.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)Methods in org.hl7.fhir.dstu2016may.formats with parameters of type CareTeam.CareTeamParticipantComponent Modifier and Type Method Description protected voidJsonParser. composeCareTeamCareTeamParticipantComponent(String name, CareTeam.CareTeamParticipantComponent element)protected voidRdfParser. composeCareTeamCareTeamParticipantComponent(RdfGenerator.Complex parent, String parentType, String name, CareTeam.CareTeamParticipantComponent element, int index)protected voidXmlParser. composeCareTeamCareTeamParticipantComponent(String name, CareTeam.CareTeamParticipantComponent element)protected voidJsonParser. composeCareTeamCareTeamParticipantComponentInner(CareTeam.CareTeamParticipantComponent element) -
Uses of CareTeam.CareTeamParticipantComponent in org.hl7.fhir.dstu2016may.model
Fields in org.hl7.fhir.dstu2016may.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.dstu2016may.model that return CareTeam.CareTeamParticipantComponent Modifier and Type Method Description CareTeam.CareTeamParticipantComponentCareTeam. addParticipant()CareTeam.CareTeamParticipantComponentCareTeam.CareTeamParticipantComponent. copy()CareTeam.CareTeamParticipantComponentCareTeam.CareTeamParticipantComponent. setMember(Reference value)CareTeam.CareTeamParticipantComponentCareTeam.CareTeamParticipantComponent. setMemberTarget(Resource value)CareTeam.CareTeamParticipantComponentCareTeam.CareTeamParticipantComponent. setPeriod(Period value)CareTeam.CareTeamParticipantComponentCareTeam.CareTeamParticipantComponent. setRole(CodeableConcept value)Methods in org.hl7.fhir.dstu2016may.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.dstu2016may.model with parameters of type CareTeam.CareTeamParticipantComponent Modifier and Type Method Description CareTeamCareTeam. addParticipant(CareTeam.CareTeamParticipantComponent t)
-