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