Uses of Class
org.linuxforhealth.fhir.model.resource.PlanDefinition.Action.RelatedAction
-
Packages that use PlanDefinition.Action.RelatedAction Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of PlanDefinition.Action.RelatedAction in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return PlanDefinition.Action.RelatedAction Modifier and Type Method Description PlanDefinition.Action.RelatedAction
PlanDefinition.Action.RelatedAction.Builder. build()
Build thePlanDefinition.Action.RelatedAction
Methods in org.linuxforhealth.fhir.model.resource that return types with arguments of type PlanDefinition.Action.RelatedAction Modifier and Type Method Description java.util.List<PlanDefinition.Action.RelatedAction>
PlanDefinition.Action. getRelatedAction()
A relationship to another action such as "before" or "30-60 minutes after start of".Methods in org.linuxforhealth.fhir.model.resource with parameters of type PlanDefinition.Action.RelatedAction Modifier and Type Method Description protected PlanDefinition.Action.RelatedAction.Builder
PlanDefinition.Action.RelatedAction.Builder. from(PlanDefinition.Action.RelatedAction relatedAction)
PlanDefinition.Action.Builder
PlanDefinition.Action.Builder. relatedAction(PlanDefinition.Action.RelatedAction... relatedAction)
A relationship to another action such as "before" or "30-60 minutes after start of".protected void
PlanDefinition.Action.RelatedAction.Builder. validate(PlanDefinition.Action.RelatedAction relatedAction)
Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type PlanDefinition.Action.RelatedAction Modifier and Type Method Description PlanDefinition.Action.Builder
PlanDefinition.Action.Builder. relatedAction(java.util.Collection<PlanDefinition.Action.RelatedAction> relatedAction)
A relationship to another action such as "before" or "30-60 minutes after start of".
-