Uses of Class
ca.uhn.fhir.model.dstu2.resource.CarePlan.Participant
-
Packages that use CarePlan.Participant Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of CarePlan.Participant in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return CarePlan.Participant Modifier and Type Method Description CarePlan.ParticipantCarePlan. addParticipant()Adds and returns a new value for participant ()CarePlan.ParticipantCarePlan. getParticipantFirstRep()Gets the first repetition for participant (), creating it if it does not already exist.CarePlan.ParticipantCarePlan.Participant. setMember(ResourceReferenceDt theValue)Sets the value(s) for member ()CarePlan.ParticipantCarePlan.Participant. setRole(CodeableConceptDt theValue)Sets the value(s) for role ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type CarePlan.Participant Modifier and Type Method Description List<CarePlan.Participant>CarePlan. getParticipant()Gets the value(s) for participant ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type CarePlan.Participant Modifier and Type Method Description CarePlanCarePlan. addParticipant(CarePlan.Participant theValue)Adds a given new value for participant ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type CarePlan.Participant Modifier and Type Method Description CarePlanCarePlan. setParticipant(List<CarePlan.Participant> theValue)Sets the value(s) for participant ()
-