Class BaseJpaResourceProviderCompositionDstu3

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.Composition>
ca.uhn.fhir.jpa.provider.dstu3.BaseJpaResourceProviderCompositionDstu3
All Implemented Interfaces:
ca.uhn.fhir.rest.server.IResourceProvider
Direct Known Subclasses:
CompositionResourceProvider

public class BaseJpaResourceProviderCompositionDstu3 extends JpaResourceProviderDstu3<org.hl7.fhir.dstu3.model.Composition>
  • 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
    getDocumentForComposition(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, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
    Composition/123/$document

    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

    • getDocumentForComposition

      public ca.uhn.fhir.rest.api.server.IBundleProvider getDocumentForComposition(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, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
      Composition/123/$document
      Parameters:
      theRequestDetails -