Package ca.uhn.fhir.jpa.provider
Class BaseJpaResourceProviderEncounterDstu2
java.lang.Object
ca.uhn.fhir.jpa.provider.BaseJpaProvider
ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider<ca.uhn.fhir.model.dstu2.resource.Encounter>
ca.uhn.fhir.jpa.provider.BaseJpaResourceProviderEncounterDstu2
- All Implemented Interfaces:
ca.uhn.fhir.rest.server.IResourceProvider
public abstract class BaseJpaResourceProviderEncounterDstu2
extends BaseJpaResourceProvider<ca.uhn.fhir.model.dstu2.resource.Encounter>
-
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
EncounterInstanceEverything
(jakarta.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, ca.uhn.fhir.rest.api.SortSpec theSortSpec) Encounter/123/$everythingca.uhn.fhir.rest.api.server.IBundleProvider
EncounterTypeEverything
(jakarta.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, ca.uhn.fhir.rest.api.SortSpec theSortSpec) /Encounter/$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, setStorageSettingsForUnitTest, startRequest, startRequest
-
Constructor Details
-
BaseJpaResourceProviderEncounterDstu2
-
-
Method Details
-
EncounterInstanceEverything
public ca.uhn.fhir.rest.api.server.IBundleProvider EncounterInstanceEverything(jakarta.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, ca.uhn.fhir.rest.api.SortSpec theSortSpec) Encounter/123/$everything -
EncounterTypeEverything
public ca.uhn.fhir.rest.api.server.IBundleProvider EncounterTypeEverything(jakarta.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, ca.uhn.fhir.rest.api.SortSpec theSortSpec) /Encounter/$everything
-