
Package ca.uhn.fhir.rest.api.server.bulk
Class BulkDataExportOptions
java.lang.Object
ca.uhn.fhir.rest.api.server.bulk.BulkDataExportOptions
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.hl7.fhir.instance.model.api.IIdType
Set<org.hl7.fhir.instance.model.api.IIdType>
getSince()
boolean
void
setExpandMdm
(boolean theExpandMdm) void
setExportStyle
(BulkDataExportOptions.ExportStyle theExportStyle) void
setFilters
(Set<String> theFilters) void
setGroupId
(org.hl7.fhir.instance.model.api.IIdType theGroupId) void
setOutputFormat
(String theOutputFormat) void
setPatientIds
(Set<org.hl7.fhir.instance.model.api.IIdType> thePatientIds) void
setResourceTypes
(Set<String> theResourceTypes) void
-
Constructor Details
-
BulkDataExportOptions
public BulkDataExportOptions()
-
-
Method Details
-
setOutputFormat
-
setResourceTypes
-
setSince
-
setFilters
-
getExportStyle
-
setExportStyle
-
getOutputFormat
-
getResourceTypes
-
getSince
-
getFilters
-
isExpandMdm
-
setExpandMdm
-
getGroupId
-
setGroupId
-
getPatientIds
-
setPatientIds
-