Package ca.uhn.fhir.jpa.provider
Class BaseJpaResourceProviderPatientDstu2
java.lang.Object
ca.uhn.fhir.jpa.provider.BaseJpaProvider
ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider<T>
ca.uhn.fhir.jpa.provider.JpaResourceProviderDstu2<ca.uhn.fhir.model.dstu2.resource.Patient>
ca.uhn.fhir.jpa.provider.BaseJpaResourceProviderPatientDstu2
- All Implemented Interfaces:
ca.uhn.fhir.rest.server.IResourceProvider
- Direct Known Subclasses:
PatientResourceProvider
public class BaseJpaResourceProviderPatientDstu2
extends JpaResourceProviderDstu2<ca.uhn.fhir.model.dstu2.resource.Patient>
-
Field Summary
Fields inherited from class ca.uhn.fhir.jpa.provider.BaseJpaProvider
myDaoConfig, REMOTE_ADDR, REMOTE_UA
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionca.uhn.fhir.rest.api.server.IBundleProvider
patientInstanceEverything
(javax.servlet.http.HttpServletRequest theServletRequest, ca.uhn.fhir.model.primitive.IdDt theId, ca.uhn.fhir.model.primitive.UnsignedIntDt theCount, ca.uhn.fhir.model.primitive.UnsignedIntDt theOffset, ca.uhn.fhir.rest.param.DateRangeParam theLastUpdated, List<ca.uhn.fhir.model.primitive.StringDt> theContent, List<ca.uhn.fhir.model.primitive.StringDt> theNarrative, List<ca.uhn.fhir.model.primitive.StringDt> theFilter, ca.uhn.fhir.rest.api.SortSpec theSortSpec, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) Patient/123/$everythingca.uhn.fhir.rest.api.server.IBundleProvider
patientTypeEverything
(javax.servlet.http.HttpServletRequest theServletRequest, ca.uhn.fhir.model.primitive.UnsignedIntDt theCount, ca.uhn.fhir.model.primitive.UnsignedIntDt theOffset, ca.uhn.fhir.rest.param.DateRangeParam theLastUpdated, List<ca.uhn.fhir.model.primitive.StringDt> theContent, List<ca.uhn.fhir.model.primitive.StringDt> theNarrative, List<ca.uhn.fhir.model.primitive.StringDt> theFilter, List<ca.uhn.fhir.model.primitive.IdDt> theId, ca.uhn.fhir.rest.api.SortSpec theSortSpec, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) /Patient/$everythingMethods 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, setDaoConfigForUnitTest, startRequest, startRequest
-
Constructor Details
-
BaseJpaResourceProviderPatientDstu2
public BaseJpaResourceProviderPatientDstu2()
-
-
Method Details
-
patientInstanceEverything
public ca.uhn.fhir.rest.api.server.IBundleProvider patientInstanceEverything(javax.servlet.http.HttpServletRequest theServletRequest, ca.uhn.fhir.model.primitive.IdDt theId, ca.uhn.fhir.model.primitive.UnsignedIntDt theCount, ca.uhn.fhir.model.primitive.UnsignedIntDt theOffset, ca.uhn.fhir.rest.param.DateRangeParam theLastUpdated, List<ca.uhn.fhir.model.primitive.StringDt> theContent, List<ca.uhn.fhir.model.primitive.StringDt> theNarrative, List<ca.uhn.fhir.model.primitive.StringDt> theFilter, ca.uhn.fhir.rest.api.SortSpec theSortSpec, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) Patient/123/$everything -
patientTypeEverything
public ca.uhn.fhir.rest.api.server.IBundleProvider patientTypeEverything(javax.servlet.http.HttpServletRequest theServletRequest, ca.uhn.fhir.model.primitive.UnsignedIntDt theCount, ca.uhn.fhir.model.primitive.UnsignedIntDt theOffset, ca.uhn.fhir.rest.param.DateRangeParam theLastUpdated, List<ca.uhn.fhir.model.primitive.StringDt> theContent, List<ca.uhn.fhir.model.primitive.StringDt> theNarrative, List<ca.uhn.fhir.model.primitive.StringDt> theFilter, List<ca.uhn.fhir.model.primitive.IdDt> theId, ca.uhn.fhir.rest.api.SortSpec theSortSpec, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) /Patient/$everything
-