Uses of Class
com.ibm.fhir.model.resource.ResearchDefinition
-
Packages that use ResearchDefinition Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.visitor com.ibm.fhir.registry.util -
-
Uses of ResearchDefinition in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ResearchDefinition Modifier and Type Method Description ResearchDefinitionResearchDefinition.Builder. build()Build theResearchDefinitionMethods in com.ibm.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 com.ibm.fhir.model.visitor
Methods in com.ibm.fhir.model.visitor with parameters of type ResearchDefinition Modifier and Type Method Description booleanDefaultVisitor. visit(String elementName, int elementIndex, ResearchDefinition researchDefinition)Delegates to#visit(elementName, elementIndex, DomainResource)booleanVisitor. visit(String elementName, int elementIndex, ResearchDefinition researchDefinition) -
Uses of ResearchDefinition in com.ibm.fhir.registry.util
Methods in com.ibm.fhir.registry.util with parameters of type ResearchDefinition Modifier and Type Method Description booleanDefinitionalResourceVisitor. visit(String elementName, int elementIndex, ResearchDefinition researchDefinition)
-