
Package ca.uhn.fhir.repository
package ca.uhn.fhir.repository
This package provides an interface and implementations abstracting
access to a FHIR repository.
Use the
Repositories
class to create instances.
Implementations are in the hapi-fhir-repositories module.
A troubleshooting log is available via Logs.getRepositoryTroubleshootingLog()
.-
ClassDescriptionThis API is under-going active development, so it should be considered beta-level.Service provider interface for loading repositories based on a URL.Static factory methods for creating instances of
IRepository
.