Package ca.uhn.fhir.jpa.api.dao
Interface IFhirResourceDaoObservation<T extends org.hl7.fhir.instance.model.api.IBaseResource>
- All Superinterfaces:
IDao
,IFhirResourceDao<T>
public interface IFhirResourceDaoObservation<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
observationsLastN
(SearchParameterMap paramMap, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, jakarta.servlet.http.HttpServletResponse theServletResponse) Returns a BundleProvider which can be used to implement the $lastn operation.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
-
observationsLastN
ca.uhn.fhir.rest.api.server.IBundleProvider observationsLastN(SearchParameterMap paramMap, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, jakarta.servlet.http.HttpServletResponse theServletResponse) Returns a BundleProvider which can be used to implement the $lastn operation.- Parameters:
paramMap
- Parameters supported include Observation.subject, Observation.patient, Observation.code, Observation.category, and max (the maximum number of Observations to return per specified subjects/patients, codes, and/or categories.theRequestDetails
-theServletResponse
-- Returns:
-