Class ChunkReader

  • All Implemented Interfaces:
    javax.batch.api.chunk.ItemReader
    Direct Known Subclasses:
    ChunkReader

    @Dependent
    public class ChunkReader
    extends javax.batch.api.chunk.AbstractItemReader
    Bulk patient export Chunk implementation - the Reader.
    • Field Detail

      • pageNum

        protected int pageNum
      • pageSize

        protected int pageSize
      • loadedResourceIds

        Set<String> loadedResourceIds
      • isDoDuplicationCheck

        boolean isDoDuplicationCheck
      • fhirTenant

        @Inject
        protected String fhirTenant
        FHIR tenant id.
      • fhirDatastoreId

        @Inject
        protected String fhirDatastoreId
        FHIR data store id.
      • fhirResourceType

        @Inject
        protected String fhirResourceType
        FHIR resource type to process.
      • fhirExportFormat

        @Inject
        protected String fhirExportFormat
        FHIR export format.
      • fhirSearchFromDate

        @Inject
        String fhirSearchFromDate
        FHIR Search from date.
      • fhirSearchToDate

        @Inject
        String fhirSearchToDate
        FHIR search to date.
      • fhirSearchPageSize

        @Inject
        String fhirSearchPageSize
        FHIR search page size.
      • fhirTypeFilters

        @Inject
        String fhirTypeFilters
        FHIR export type filters.
      • incomingUrl

        @Inject
        String incomingUrl
      • stepCtx

        @Inject
        javax.batch.runtime.context.StepContext stepCtx
    • Constructor Detail

      • ChunkReader

        public ChunkReader()
    • Method Detail

      • readItem

        public Object readItem()
                        throws Exception
        Specified by:
        readItem in interface javax.batch.api.chunk.ItemReader
        Specified by:
        readItem in class javax.batch.api.chunk.AbstractItemReader
        Throws:
        Exception
      • open

        public void open​(Serializable checkpoint)
                  throws Exception
        Specified by:
        open in interface javax.batch.api.chunk.ItemReader
        Overrides:
        open in class javax.batch.api.chunk.AbstractItemReader
        Throws:
        Exception
      • close

        public void close()
                   throws Exception
        Specified by:
        close in interface javax.batch.api.chunk.ItemReader
        Overrides:
        close in class javax.batch.api.chunk.AbstractItemReader
        Throws:
        Exception
      • checkpointInfo

        public Serializable checkpointInfo()
                                    throws Exception
        Specified by:
        checkpointInfo in interface javax.batch.api.chunk.ItemReader
        Overrides:
        checkpointInfo in class javax.batch.api.chunk.AbstractItemReader
        Throws:
        Exception