Uses of Interface
ca.uhn.fhir.jpa.api.dao.IDao
-
Uses of IDao in ca.uhn.fhir.jpa.api.dao
Modifier and TypeInterfaceDescriptioninterface
IFhirResourceDao<T extends org.hl7.fhir.instance.model.api.IBaseResource>
Note that this interface is not considered a stable interface.interface
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>
interface
IFhirSystemDao<T,
MT> Note that this interface is not considered a stable interface. -
Uses of IDao in ca.uhn.fhir.jpa.dao
Modifier and TypeClassDescriptionclass
BaseStorageResourceDao<T extends org.hl7.fhir.instance.model.api.IBaseResource>
Modifier and TypeMethodDescriptionSearchBuilderFactory.newSearchBuilder
(IDao theDao, String theResourceName, Class<? extends org.hl7.fhir.instance.model.api.IBaseResource> theResourceType)