
Uses of Interface
ca.uhn.fhir.repository.IRepository
Packages that use IRepository
Package
Description
This package provides an interface and implementations abstracting
access to a FHIR repository.
-
Uses of IRepository in ca.uhn.fhir.repository
Methods in ca.uhn.fhir.repository that return IRepositoryModifier and TypeMethodDescriptionIRepositoryLoader.loadRepository
(IRepositoryLoader.IRepositoryRequest theRepositoryRequest) Construct a version ofIRepository
based on the given URL.static IRepository
Repositories.repositoryForUrl
(FhirContext theFhirContext, String theRepositoryUrl) Constructs a version ofIRepository
based on the given URL. -
Uses of IRepository in ca.uhn.fhir.repository.impl
Methods in ca.uhn.fhir.repository.impl that return IRepositoryModifier and TypeMethodDescriptionstatic IRepository
UrlRepositoryFactory.buildRepository
(FhirContext theFhirContext, String theRepositoryUrl) Find a factory forIRepository
based on the given URL.