
Package ca.uhn.fhir.jpa.api.model
Class BulkExportParameters
java.lang.Object
ca.uhn.fhir.jpa.batch.models.Batch2BaseJobParameters
ca.uhn.fhir.jpa.api.model.BulkExportParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionca.uhn.fhir.rest.api.server.bulk.BulkDataExportOptions.ExportStyle
boolean
void
setExpandMdm
(boolean theExpandMdm) void
setExportStyle
(ca.uhn.fhir.rest.api.server.bulk.BulkDataExportOptions.ExportStyle theExportStyle) void
setFilters
(List<String> theFilters) void
setGroupId
(String theGroupId) void
setOriginalRequestUrl
(String theOriginalRequestUrl) void
setOutputFormat
(String theOutputFormat) void
setPatientIds
(List<String> thePatientIds) void
setResourceTypes
(List<String> theResourceTypes) void
setStartDate
(Date theStartDate) Methods inherited from class ca.uhn.fhir.jpa.batch.models.Batch2BaseJobParameters
getJobDefinitionId, isUseExistingJobsFirst, setUseExistingJobsFirst
-
Constructor Details
-
BulkExportParameters
-
-
Method Details
-
isExpandMdm
-
setExpandMdm
-
getResourceTypes
-
setResourceTypes
-
getStartDate
-
setStartDate
-
getFilters
-
setFilters
-
getExportStyle
-
setExportStyle
public void setExportStyle(ca.uhn.fhir.rest.api.server.bulk.BulkDataExportOptions.ExportStyle theExportStyle) -
getGroupId
-
setGroupId
-
getOutputFormat
-
setOutputFormat
-
getPatientIds
-
setPatientIds
-
getOriginalRequestUrl
-
setOriginalRequestUrl
-