Uses of Class
org.hl7.fhir.dstu2.model.CarePlan.CarePlanParticipantComponent
-
Packages that use CarePlan.CarePlanParticipantComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of CarePlan.CarePlanParticipantComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return CarePlan.CarePlanParticipantComponent Modifier and Type Method Description protected CarePlan.CarePlanParticipantComponentJsonParser. parseCarePlanCarePlanParticipantComponent(com.google.gson.JsonObject json, CarePlan owner)protected CarePlan.CarePlanParticipantComponentXmlParser. parseCarePlanCarePlanParticipantComponent(org.xmlpull.v1.XmlPullParser xpp, CarePlan owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type CarePlan.CarePlanParticipantComponent Modifier and Type Method Description protected voidJsonParser. composeCarePlanCarePlanParticipantComponent(String name, CarePlan.CarePlanParticipantComponent element)protected voidXmlParser. composeCarePlanCarePlanParticipantComponent(String name, CarePlan.CarePlanParticipantComponent element)protected voidJsonParser. composeCarePlanCarePlanParticipantComponentInner(CarePlan.CarePlanParticipantComponent element) -
Uses of CarePlan.CarePlanParticipantComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type CarePlan.CarePlanParticipantComponent Modifier and Type Field Description protected List<CarePlan.CarePlanParticipantComponent>CarePlan. participantIdentifies all people and organizations who are expected to be involved in the care envisioned by this plan.Methods in org.hl7.fhir.dstu2.model that return CarePlan.CarePlanParticipantComponent Modifier and Type Method Description CarePlan.CarePlanParticipantComponentCarePlan. addParticipant()CarePlan.CarePlanParticipantComponentCarePlan.CarePlanParticipantComponent. copy()CarePlan.CarePlanParticipantComponentCarePlan.CarePlanParticipantComponent. setMember(Reference value)CarePlan.CarePlanParticipantComponentCarePlan.CarePlanParticipantComponent. setMemberTarget(Resource value)CarePlan.CarePlanParticipantComponentCarePlan.CarePlanParticipantComponent. setRole(CodeableConcept value)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type CarePlan.CarePlanParticipantComponent Modifier and Type Method Description List<CarePlan.CarePlanParticipantComponent>CarePlan. getParticipant()Methods in org.hl7.fhir.dstu2.model with parameters of type CarePlan.CarePlanParticipantComponent Modifier and Type Method Description CarePlanCarePlan. addParticipant(CarePlan.CarePlanParticipantComponent t)
-