Class BaseJpaResourceProviderEncounterDstu2

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.Encounter>
ca.uhn.fhir.jpa.provider.BaseJpaResourceProviderEncounterDstu2
All Implemented Interfaces:
ca.uhn.fhir.rest.server.IResourceProvider
Direct Known Subclasses:
EncounterResourceProvider

public class BaseJpaResourceProviderEncounterDstu2 extends JpaResourceProviderDstu2<ca.uhn.fhir.model.dstu2.resource.Encounter>
  • Field Summary

    Fields inherited from class ca.uhn.fhir.jpa.provider.BaseJpaProvider

    myDaoConfig, REMOTE_ADDR, REMOTE_UA
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ca.uhn.fhir.rest.api.server.IBundleProvider
    EncounterInstanceEverything(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, ca.uhn.fhir.rest.api.SortSpec theSortSpec)
    Encounter/123/$everything
    ca.uhn.fhir.rest.api.server.IBundleProvider
    EncounterTypeEverything(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, ca.uhn.fhir.rest.api.SortSpec theSortSpec)
    /Encounter/$everything

    Methods 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • EncounterInstanceEverything

      public ca.uhn.fhir.rest.api.server.IBundleProvider EncounterInstanceEverything(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, 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, 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