Package ca.uhn.fhir.jpa.api.dao
Interface IFhirResourceDaoPatient<T extends org.hl7.fhir.instance.model.api.IBaseResource>
- All Superinterfaces:
IDao,IFhirResourceDao<T>
public interface IFhirResourceDaoPatient<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.IBundleProviderpatientInstanceEverything(javax.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.param.StringAndListParam theContent, ca.uhn.fhir.rest.param.StringAndListParam theNarrative, ca.uhn.fhir.rest.param.StringAndListParam theFilter, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)ca.uhn.fhir.rest.api.server.IBundleProviderpatientTypeEverything(javax.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, ca.uhn.fhir.rest.param.StringAndListParam theContent, ca.uhn.fhir.rest.param.StringAndListParam theNarrative, ca.uhn.fhir.rest.param.StringAndListParam theFilter, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, ca.uhn.fhir.rest.param.TokenOrListParam theId)Methods inherited from interface ca.uhn.fhir.jpa.api.dao.IDao
getContext, toResource, toResourceMethods inherited from interface ca.uhn.fhir.jpa.api.dao.IFhirResourceDao
create, create, create, create, create, delete, delete, delete, deleteByUrl, deleteByUrl, deletePidList, expunge, expunge, forceExpungeInExistingTransaction, getCurrentVersionId, getResourceType, history, history, metaAddOperation, metaDeleteOperation, metaGetOperation, metaGetOperation, patch, read, read, read, readByPid, readByPid, readEntity, readEntity, reindex, removeTag, removeTag, search, search, search, searchForIds, searchForIds, translateRawParameters, update, update, update, update, update, update, validate, validateCriteriaAndReturnResourceDefinition
-
Method Details
-
patientInstanceEverything
ca.uhn.fhir.rest.api.server.IBundleProvider patientInstanceEverything(javax.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.param.StringAndListParam theContent, ca.uhn.fhir.rest.param.StringAndListParam theNarrative, ca.uhn.fhir.rest.param.StringAndListParam theFilter, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) -
patientTypeEverything
ca.uhn.fhir.rest.api.server.IBundleProvider patientTypeEverything(javax.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, ca.uhn.fhir.rest.param.StringAndListParam theContent, ca.uhn.fhir.rest.param.StringAndListParam theNarrative, ca.uhn.fhir.rest.param.StringAndListParam theFilter, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, ca.uhn.fhir.rest.param.TokenOrListParam theId)
-