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