
Uses of Class
ca.uhn.fhir.jpa.bulk.export.model.ExportPIDIteratorParameters
Packages that use ExportPIDIteratorParameters
-
Uses of ExportPIDIteratorParameters in ca.uhn.fhir.jpa.bulk.export.api
Methods in ca.uhn.fhir.jpa.bulk.export.api with parameters of type ExportPIDIteratorParametersModifier and TypeMethodDescriptionIBulkExportProcessor.getResourcePidIterator
(ExportPIDIteratorParameters theParams) For fetching PIDs of resources -
Uses of ExportPIDIteratorParameters in ca.uhn.fhir.jpa.bulk.export.svc
Methods in ca.uhn.fhir.jpa.bulk.export.svc with parameters of type ExportPIDIteratorParametersModifier and TypeMethodDescriptionBulkExportHelperService.createSearchParameterMapsForResourceType
(ca.uhn.fhir.context.RuntimeResourceDefinition theDef, ExportPIDIteratorParameters theParams, boolean theConsiderDateRange) Given the parameters, create the search parameter map based on type filters and the _since parameter.