
Uses of Class
ca.uhn.fhir.model.dstu2.resource.CarePlan.Participant
Packages that use CarePlan.Participant
-
Uses of CarePlan.Participant in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return CarePlan.ParticipantModifier and TypeMethodDescriptionCarePlan.addParticipant()
Adds and returns a new value for participant ()CarePlan.getParticipantFirstRep()
Gets the first repetition for participant (), creating it if it does not already exist.CarePlan.Participant.setMember
(ResourceReferenceDt theValue) Sets the value(s) for member ()CarePlan.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.ParticipantModifier and TypeMethodDescriptionCarePlan.getParticipant()
Gets the value(s) for participant ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type CarePlan.ParticipantModifier and TypeMethodDescriptionCarePlan.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.ParticipantModifier and TypeMethodDescriptionCarePlan.setParticipant
(List<CarePlan.Participant> theValue) Sets the value(s) for participant ()