
Package ca.uhn.fhir.jpa.provider
Class BaseJpaResourceProviderPatient<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.BaseJpaResourceProviderPatient<T>
- All Implemented Interfaces:
- ca.uhn.fhir.rest.server.IResourceProvider
- Direct Known Subclasses:
- PatientResourceProvider,- PatientResourceProvider,- PatientResourceProvider,- PatientResourceProvider,- PatientResourceProvider
public abstract class BaseJpaResourceProviderPatient<T extends org.hl7.fhir.instance.model.api.IBaseResource>
extends BaseJpaResourceProvider<T>
- 
Field SummaryFields inherited from class ca.uhn.fhir.jpa.provider.BaseJpaProvidermyStorageSettings, REMOTE_ADDR, REMOTE_UA
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionca.uhn.fhir.rest.api.server.IBundleProviderpatientInstanceEverything(jakarta.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 theLastUpdated, List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theContent, List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theNarrative, List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theFilter, List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theTypes, org.hl7.fhir.instance.model.api.IPrimitiveType<Boolean> theMdmExpand, ca.uhn.fhir.rest.api.SortSpec theSortSpec, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) Patient/123/$everythingca.uhn.fhir.rest.api.server.IBundleProviderpatientTypeEverything(jakarta.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, List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theContent, List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theNarrative, List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theFilter, List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theTypes, List<org.hl7.fhir.instance.model.api.IIdType> theId, org.hl7.fhir.instance.model.api.IPrimitiveType<Boolean> theMdmExpand, 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.BaseJpaResourceProvidercreate, delete, doExpunge, expunge, expunge, getDao, getHistoryForResourceInstance, getHistoryForResourceType, getResourceType, meta, meta, metaAdd, metaDelete, patch, read, setDao, update, validate, validateMethods inherited from class ca.uhn.fhir.jpa.provider.BaseJpaProvidercreateExpungeOptions, createExpungeResponse, endRequest, endRequest, getContext, processSinceOrAt, setContext, setStorageSettingsForUnitTest, startRequest, startRequest
- 
Constructor Details- 
BaseJpaResourceProviderPatientpublic BaseJpaResourceProviderPatient()
 
- 
- 
Method Details- 
patientInstanceEverythingpublic ca.uhn.fhir.rest.api.server.IBundleProvider patientInstanceEverything(jakarta.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 theLastUpdated, List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theContent, List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theNarrative, List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theFilter, List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theTypes, org.hl7.fhir.instance.model.api.IPrimitiveType<Boolean> theMdmExpand, ca.uhn.fhir.rest.api.SortSpec theSortSpec, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) Patient/123/$everything
- 
patientTypeEverythingpublic ca.uhn.fhir.rest.api.server.IBundleProvider patientTypeEverything(jakarta.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, List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theContent, List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theNarrative, List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theFilter, List<org.hl7.fhir.instance.model.api.IPrimitiveType<String>> theTypes, List<org.hl7.fhir.instance.model.api.IIdType> theId, org.hl7.fhir.instance.model.api.IPrimitiveType<Boolean> theMdmExpand, ca.uhn.fhir.rest.api.SortSpec theSortSpec, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails) /Patient/$everything
 
-