Interface IBulkDataExportHistoryHelper


Bulk export history retrieval helper
  • Method Summary

    Modifier and Type
    Method
    Description
    fetchHistoryForResourceIds(String theResourceType, List<String> theIdList, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, Date theRangeStartInclusive, Date theRangeEndInclusive)
    Retrieve history for indicated resource IDs
  • Method Details

    • fetchHistoryForResourceIds

      IBundleProvider fetchHistoryForResourceIds(@Nonnull String theResourceType, @Nonnull List<String> theIdList, ca.uhn.fhir.interceptor.model.RequestPartitionId theRequestPartitionId, @Nullable Date theRangeStartInclusive, @Nonnull Date theRangeEndInclusive)
      Retrieve history for indicated resource IDs
      Parameters:
      theResourceType - the type of resources to fetch history for
      theIdList - the list of resource ids which history to fetch
      theRequestPartitionId - partition ID for the request
      Returns:
      bundle provider containing historical versions of the resources