
Package ca.uhn.fhir.jpa.provider.r5
Class BaseJpaResourceProviderObservationR5
- java.lang.Object
-
- ca.uhn.fhir.jpa.provider.BaseJpaProvider
-
- ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider<T>
-
- ca.uhn.fhir.jpa.provider.r5.JpaResourceProviderR5<org.hl7.fhir.r5.model.Observation>
-
- ca.uhn.fhir.jpa.provider.r5.BaseJpaResourceProviderObservationR5
-
- All Implemented Interfaces:
ca.uhn.fhir.rest.server.IResourceProvider
- Direct Known Subclasses:
ObservationResourceProvider
public class BaseJpaResourceProviderObservationR5 extends JpaResourceProviderR5<org.hl7.fhir.r5.model.Observation>
-
-
Field Summary
-
Fields inherited from class ca.uhn.fhir.jpa.provider.BaseJpaProvider
myDaoConfig, REMOTE_ADDR, REMOTE_UA
-
-
Constructor Summary
Constructors Constructor Description BaseJpaResourceProviderObservationR5()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ca.uhn.fhir.rest.api.server.IBundleProvider
observationLastN(javax.servlet.http.HttpServletRequest theServletRequest, javax.servlet.http.HttpServletResponse theServletResponse, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.r5.model.UnsignedIntType 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)
Observation/$lastn-
Methods inherited from class ca.uhn.fhir.jpa.provider.r5.JpaResourceProviderR5
create, delete, expunge, expunge, meta, meta, metaAdd, metaDelete, update, validate, validate
-
Methods inherited from class ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider
doExpunge, getDao, getHistoryForResourceInstance, getHistoryForResourceType, getResourceType, patch, read, setDao
-
Methods inherited from class ca.uhn.fhir.jpa.provider.BaseJpaProvider
createExpungeOptions, createExpungeResponse, endRequest, endRequest, getContext, processSinceOrAt, setContext, setDaoConfigForUnitTest, startRequest, startRequest
-
-
-
-
Constructor Detail
-
BaseJpaResourceProviderObservationR5
public BaseJpaResourceProviderObservationR5()
-
-
Method Detail
-
observationLastN
public ca.uhn.fhir.rest.api.server.IBundleProvider observationLastN(javax.servlet.http.HttpServletRequest theServletRequest, javax.servlet.http.HttpServletResponse theServletResponse, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails, org.hl7.fhir.r5.model.UnsignedIntType 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)
Observation/$lastn
-
-