Uses of Interface
ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
Package
Description
-
Uses of IFhirResourceDao in ca.uhn.fhir.jpa.api.dao
Modifier and TypeInterfaceDescriptioninterface
IFhirResourceDaoCodeSystem<T extends org.hl7.fhir.instance.model.api.IBaseResource>
interface
IFhirResourceDaoComposition<T extends org.hl7.fhir.instance.model.api.IBaseResource>
interface
IFhirResourceDaoConceptMap<T extends org.hl7.fhir.instance.model.api.IBaseResource>
interface
IFhirResourceDaoEncounter<T extends org.hl7.fhir.instance.model.api.IBaseResource>
interface
IFhirResourceDaoObservation<T extends org.hl7.fhir.instance.model.api.IBaseResource>
interface
IFhirResourceDaoPatient<T extends org.hl7.fhir.instance.model.api.IBaseResource>
interface
IFhirResourceDaoSearchParameter<T extends org.hl7.fhir.instance.model.api.IBaseResource>
interface
IFhirResourceDaoStructureDefinition<T extends org.hl7.fhir.instance.model.api.IBaseResource>
interface
IFhirResourceDaoSubscription<T extends org.hl7.fhir.instance.model.api.IBaseResource>
interface
IFhirResourceDaoValueSet<T extends org.hl7.fhir.instance.model.api.IBaseResource>
Modifier and TypeMethodDescriptionDaoRegistry.getDaoOrThrowException
(Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theClass) <R extends org.hl7.fhir.instance.model.api.IBaseResource>
IFhirResourceDao<R> DaoRegistry.getResourceDao
(Class<R> theResourceType) DaoRegistry.getResourceDao
(String theResourceName) <R extends org.hl7.fhir.instance.model.api.IBaseResource>
IFhirResourceDao<R> DaoRegistry.getResourceDao
(R theResource) <T extends org.hl7.fhir.instance.model.api.IBaseResource>
IFhirResourceDao<T> DaoRegistry.getResourceDaoIfExists
(Class<T> theResourceType) Deprecated.<T extends org.hl7.fhir.instance.model.api.IBaseResource>
IFhirResourceDao<T> DaoRegistry.getResourceDaoIfExists
(String theResourceType) Deprecated.<T extends org.hl7.fhir.instance.model.api.IBaseResource>
IFhirResourceDao<T> DaoRegistry.getResourceDaoOrNull
(Class<T> theResourceType) <T extends org.hl7.fhir.instance.model.api.IBaseResource>
IFhirResourceDao<T> DaoRegistry.getResourceDaoOrNull
(String theResourceName) DaoRegistry.getSubscriptionDao()
Modifier and TypeMethodDescriptionvoid
DaoRegistry.setResourceDaos
(Collection<IFhirResourceDao> theResourceDaos) -
Uses of IFhirResourceDao in ca.uhn.fhir.jpa.api.svc
Modifier and TypeMethodDescriptionca.uhn.fhir.rest.api.server.IBundleProvider
ISearchCoordinatorSvc.registerSearch
(IFhirResourceDao<?> theCallingDao, SearchParameterMap theParams, String theResourceType, ca.uhn.fhir.rest.api.CacheControlDirective theCacheControlDirective, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, RequestPartitionId theRequestPartitionId) -
Uses of IFhirResourceDao in ca.uhn.fhir.jpa.dao
Modifier and TypeClassDescriptionclass
BaseStorageResourceDao<T extends org.hl7.fhir.instance.model.api.IBaseResource>
-
Uses of IFhirResourceDao in ca.uhn.fhir.jpa.provider
Modifier and TypeMethodDescriptionvoid
BaseJpaResourceProvider.setDao
(IFhirResourceDao<T> theDao) -
Uses of IFhirResourceDao in ca.uhn.fhir.storage