Uses of Class
com.ibm.fhir.model.resource.PlanDefinition.Action.Participant
-
Packages that use PlanDefinition.Action.Participant Package Description com.ibm.fhir.model.resource -
-
Uses of PlanDefinition.Action.Participant in com.ibm.fhir.model.resource
Methods in com.ibm.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 com.ibm.fhir.model.resource that return types with arguments of type PlanDefinition.Action.Participant Modifier and Type Method Description List<PlanDefinition.Action.Participant>PlanDefinition.Action. getParticipant()Indicates who should participate in performing the action described.Methods in com.ibm.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 com.ibm.fhir.model.resource with type arguments of type PlanDefinition.Action.Participant Modifier and Type Method Description PlanDefinition.Action.BuilderPlanDefinition.Action.Builder. participant(Collection<PlanDefinition.Action.Participant> participant)Indicates who should participate in performing the action described.
-