Package ca.uhn.fhir.jpa.provider.dstu3
Class BaseJpaResourceProviderEncounterDstu3
java.lang.Object
ca.uhn.fhir.jpa.provider.BaseJpaProvider
ca.uhn.fhir.jpa.provider.BaseJpaResourceProvider<T>
ca.uhn.fhir.jpa.provider.dstu3.JpaResourceProviderDstu3<org.hl7.fhir.dstu3.model.Encounter>
ca.uhn.fhir.jpa.provider.dstu3.BaseJpaResourceProviderEncounterDstu3
- All Implemented Interfaces:
ca.uhn.fhir.rest.server.IResourceProvider
- Direct Known Subclasses:
EncounterResourceProvider
public class BaseJpaResourceProviderEncounterDstu3
extends JpaResourceProviderDstu3<org.hl7.fhir.dstu3.model.Encounter>
-
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
EncounterInstanceEverything
(javax.servlet.http.HttpServletRequest theServletRequest, org.hl7.fhir.dstu3.model.IdType theId, org.hl7.fhir.dstu3.model.UnsignedIntType theCount, org.hl7.fhir.dstu3.model.UnsignedIntType 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
(javax.servlet.http.HttpServletRequest theServletRequest, org.hl7.fhir.dstu3.model.UnsignedIntType theCount, org.hl7.fhir.dstu3.model.UnsignedIntType 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, setDaoConfigForUnitTest, startRequest, startRequest
-
Constructor Details
-
BaseJpaResourceProviderEncounterDstu3
-
-
Method Details
-
EncounterInstanceEverything
public ca.uhn.fhir.rest.api.server.IBundleProvider EncounterInstanceEverything(javax.servlet.http.HttpServletRequest theServletRequest, org.hl7.fhir.dstu3.model.IdType theId, org.hl7.fhir.dstu3.model.UnsignedIntType theCount, org.hl7.fhir.dstu3.model.UnsignedIntType 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(javax.servlet.http.HttpServletRequest theServletRequest, org.hl7.fhir.dstu3.model.UnsignedIntType theCount, org.hl7.fhir.dstu3.model.UnsignedIntType theOffset, ca.uhn.fhir.rest.param.DateRangeParam theLastUpdated, ca.uhn.fhir.rest.api.SortSpec theSortSpec) /Encounter/$everything
-