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.Participant
PlanDefinition.Action.Participant.Builder. build()
Build thePlanDefinition.Action.Participant
Methods 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.Builder
PlanDefinition.Action.Participant.Builder. from(PlanDefinition.Action.Participant participant)
PlanDefinition.Action.Builder
PlanDefinition.Action.Builder. participant(PlanDefinition.Action.Participant... participant)
Indicates who should participate in performing the action described.protected void
PlanDefinition.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.Builder
PlanDefinition.Action.Builder. participant(Collection<PlanDefinition.Action.Participant> participant)
Indicates who should participate in performing the action described.
-