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.Participant
PlanDefinition.Action.Participant.Builder. build()
Build thePlanDefinition.Action.Participant
Methods 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.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 org.linuxforhealth.fhir.model.resource with type arguments of type PlanDefinition.Action.Participant Modifier and Type Method Description PlanDefinition.Action.Builder
PlanDefinition.Action.Builder. participant(java.util.Collection<PlanDefinition.Action.Participant> participant)
Indicates who should participate in performing the action described.
-