Package ca.uhn.fhir.jpa.api.dao
Interface IFhirResourceDaoEncounter<T extends org.hl7.fhir.instance.model.api.IBaseResource>
- All Superinterfaces:
IDao
,IFhirResourceDao<T>
public interface IFhirResourceDaoEncounter<T extends org.hl7.fhir.instance.model.api.IBaseResource>
extends IFhirResourceDao<T>
-
Field Summary
Fields inherited from interface ca.uhn.fhir.jpa.api.dao.IDao
CURRENTLY_REINDEXING, RESOURCE_PID, RESOURCE_PID_KEY
-
Method Summary
Modifier and TypeMethodDescriptionca.uhn.fhir.rest.api.server.IBundleProvider
encounterInstanceEverything
(jakarta.servlet.http.HttpServletRequest theServletRequest, org.hl7.fhir.instance.model.api.IIdType theId, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> theCount, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> theOffset, ca.uhn.fhir.rest.param.DateRangeParam theLastUpdate, ca.uhn.fhir.rest.api.SortSpec theSort) ca.uhn.fhir.rest.api.server.IBundleProvider
encounterTypeEverything
(jakarta.servlet.http.HttpServletRequest theServletRequest, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> theCount, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> theOffset, ca.uhn.fhir.rest.param.DateRangeParam theLastUpdated, ca.uhn.fhir.rest.api.SortSpec theSortSpec) Methods inherited from interface ca.uhn.fhir.jpa.api.dao.IDao
getContext
Methods inherited from interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
create, create, create, create, create, delete, delete, delete, deleteByUrl, deleteByUrl, deletePidList, deletePidList, expunge, expunge, expunge, forceExpungeInExistingTransaction, getCurrentVersionId, getReindexJobStatus, getResourceType, history, history, history, metaAddOperation, metaDeleteOperation, metaGetOperation, metaGetOperation, patch, patchInTransaction, read, read, read, readByPid, readByPid, readEntity, reindex, reindex, removeTag, removeTag, search, search, search, searchForIds, searchForIds, searchForIdStream, searchForResourceIds, searchForResources, translateRawParameters, update, update, update, update, update, update, validate, validateCriteriaAndReturnResourceDefinition
-
Method Details
-
encounterInstanceEverything
ca.uhn.fhir.rest.api.server.IBundleProvider encounterInstanceEverything(jakarta.servlet.http.HttpServletRequest theServletRequest, org.hl7.fhir.instance.model.api.IIdType theId, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> theCount, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> theOffset, ca.uhn.fhir.rest.param.DateRangeParam theLastUpdate, ca.uhn.fhir.rest.api.SortSpec theSort) -
encounterTypeEverything
ca.uhn.fhir.rest.api.server.IBundleProvider encounterTypeEverything(jakarta.servlet.http.HttpServletRequest theServletRequest, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> theCount, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> theOffset, ca.uhn.fhir.rest.param.DateRangeParam theLastUpdated, ca.uhn.fhir.rest.api.SortSpec theSortSpec)
-