Package ca.uhn.fhir.jpa.provider
Class BaseJpaResourceProviderObservation<T extends org.hl7.fhir.instance.model.api.IBaseResource>
java.lang.Object
ca.uhn.fhir.jpa.provider.BaseJpaProvider
ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider<T>
ca.uhn.fhir.jpa.provider.BaseJpaResourceProviderObservation<T>
- All Implemented Interfaces:
ca.uhn.fhir.rest.server.IResourceProvider
- Direct Known Subclasses:
ObservationResourceProvider
,ObservationResourceProvider
,ObservationResourceProvider
,ObservationResourceProvider
,ObservationResourceProvider
public abstract class BaseJpaResourceProviderObservation<T extends org.hl7.fhir.instance.model.api.IBaseResource>
extends BaseJpaResourceProvider<T>
-
Field Summary
Fields inherited from class ca.uhn.fhir.jpa.provider.BaseJpaProvider
myStorageSettings, REMOTE_ADDR, REMOTE_UA
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionca.uhn.fhir.rest.api.server.IBundleProvider
observationLastN
(jakarta.servlet.http.HttpServletRequest theServletRequest, jakarta.servlet.http.HttpServletResponse theServletResponse, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> theCount, ca.uhn.fhir.rest.param.TokenAndListParam theCategory, ca.uhn.fhir.rest.param.TokenAndListParam theCode, ca.uhn.fhir.rest.param.DateAndListParam theDate, ca.uhn.fhir.rest.param.ReferenceAndListParam thePatient, ca.uhn.fhir.rest.param.ReferenceAndListParam theSubject, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> theMax, Map<String, List<String>> theAdditionalRawParams) Observation/$lastnMethods inherited from class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
create, delete, doExpunge, expunge, expunge, getDao, getHistoryForResourceInstance, getHistoryForResourceType, getResourceType, meta, meta, metaAdd, metaDelete, patch, read, setDao, update, validate, validate
Methods inherited from class ca.uhn.fhir.jpa.provider.BaseJpaProvider
createExpungeOptions, createExpungeResponse, endRequest, endRequest, getContext, processSinceOrAt, setContext, setStorageSettingsForUnitTest, startRequest, startRequest
-
Constructor Details
-
BaseJpaResourceProviderObservation
public BaseJpaResourceProviderObservation()
-
-
Method Details
-
observationLastN
public ca.uhn.fhir.rest.api.server.IBundleProvider observationLastN(jakarta.servlet.http.HttpServletRequest theServletRequest, jakarta.servlet.http.HttpServletResponse theServletResponse, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> theCount, ca.uhn.fhir.rest.param.TokenAndListParam theCategory, ca.uhn.fhir.rest.param.TokenAndListParam theCode, ca.uhn.fhir.rest.param.DateAndListParam theDate, ca.uhn.fhir.rest.param.ReferenceAndListParam thePatient, ca.uhn.fhir.rest.param.ReferenceAndListParam theSubject, org.hl7.fhir.instance.model.api.IPrimitiveType<Integer> theMax, Map<String, List<String>> theAdditionalRawParams) Observation/$lastn
-