Uses of Class
org.linuxforhealth.fhir.model.resource.PlanDefinition.Action.Participant
- 
Packages that use PlanDefinition.Action.Participant Package Description org.linuxforhealth.fhir.model.resource  - 
- 
Uses of PlanDefinition.Action.Participant in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return PlanDefinition.Action.Participant Modifier and Type Method Description PlanDefinition.Action.ParticipantPlanDefinition.Action.Participant.Builder. build()Build thePlanDefinition.Action.ParticipantMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type PlanDefinition.Action.Participant Modifier and Type Method Description java.util.List<PlanDefinition.Action.Participant>PlanDefinition.Action. getParticipant()Indicates who should participate in performing the action described.Methods in org.linuxforhealth.fhir.model.resource with parameters of type PlanDefinition.Action.Participant Modifier and Type Method Description protected PlanDefinition.Action.Participant.BuilderPlanDefinition.Action.Participant.Builder. from(PlanDefinition.Action.Participant participant)PlanDefinition.Action.BuilderPlanDefinition.Action.Builder. participant(PlanDefinition.Action.Participant... participant)Indicates who should participate in performing the action described.protected voidPlanDefinition.Action.Participant.Builder. validate(PlanDefinition.Action.Participant participant)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type PlanDefinition.Action.Participant Modifier and Type Method Description PlanDefinition.Action.BuilderPlanDefinition.Action.Builder. participant(java.util.Collection<PlanDefinition.Action.Participant> participant)Indicates who should participate in performing the action described. 
 -