Uses of Class
org.linuxforhealth.fhir.model.resource.PlanDefinition
-
Packages that use PlanDefinition Package Description org.linuxforhealth.fhir.model.resource org.linuxforhealth.fhir.model.visitor org.linuxforhealth.fhir.registry.util -
-
Uses of PlanDefinition in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return PlanDefinition Modifier and Type Method Description PlanDefinitionPlanDefinition.Builder. build()Build thePlanDefinitionMethods in org.linuxforhealth.fhir.model.resource with parameters of type PlanDefinition Modifier and Type Method Description protected PlanDefinition.BuilderPlanDefinition.Builder. from(PlanDefinition planDefinition)protected voidPlanDefinition.Builder. validate(PlanDefinition planDefinition) -
Uses of PlanDefinition in org.linuxforhealth.fhir.model.visitor
Methods in org.linuxforhealth.fhir.model.visitor with parameters of type PlanDefinition Modifier and Type Method Description booleanDefaultVisitor. visit(java.lang.String elementName, int elementIndex, PlanDefinition planDefinition)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(java.lang.String elementName, int elementIndex, PlanDefinition planDefinition) -
Uses of PlanDefinition in org.linuxforhealth.fhir.registry.util
Methods in org.linuxforhealth.fhir.registry.util with parameters of type PlanDefinition Modifier and Type Method Description booleanDefinitionalResourceVisitor. visit(java.lang.String elementName, int elementIndex, PlanDefinition planDefinition)
-