Class JpaResourceDaoComposition<T extends org.hl7.fhir.instance.model.api.IBaseResource>

All Implemented Interfaces:
IDao, IFhirResourceDao<T>, IFhirResourceDaoComposition<T>, IJpaDao<T>, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class JpaResourceDaoComposition<T extends org.hl7.fhir.instance.model.api.IBaseResource> extends BaseHapiFhirResourceDao<T> implements IFhirResourceDaoComposition<T>
  • Constructor Details

  • Method Details

    • getDocumentForComposition

      public ca.uhn.fhir.rest.api.server.IBundleProvider getDocumentForComposition(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 theLastUpdate, ca.uhn.fhir.rest.api.SortSpec theSort, ca.uhn.fhir.rest.api.server.RequestDetails theRequestDetails)
      Specified by:
      getDocumentForComposition in interface IFhirResourceDaoComposition<T extends org.hl7.fhir.instance.model.api.IBaseResource>