
Class ExportPIDIteratorParameters
java.lang.Object
ca.uhn.fhir.jpa.bulk.export.model.ExportPIDIteratorParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionca.uhn.fhir.rest.api.server.bulk.BulkExportJobParameters.ExportStylebooleanbooleanvoidsetChunkId(String theChunkId) voidsetEndDate(Date theEndDate) voidsetExpandMdm(boolean theExpandMdm) voidsetExportStyle(ca.uhn.fhir.rest.api.server.bulk.BulkExportJobParameters.ExportStyle theExportStyle) voidsetFilters(List<String> theFilters) voidsetGroupId(String theGroupId) voidsetIncludeHistory(boolean theIncludeHistory) voidsetInstanceId(String theInstanceId) voidsetPartitionId(RequestPartitionId thePartitionId) voidsetPatientIds(List<String> thePatientIds) voidsetRequestedResourceTypes(List<String> theRequestedResourceTypes) voidsetResourceType(String theResourceType) voidsetStartDate(Date theStartDate) toString()
-
Constructor Details
-
ExportPIDIteratorParameters
public ExportPIDIteratorParameters()
-
-
Method Details
-
getChunkId
-
setChunkId
-
getResourceType
-
setResourceType
-
getStartDate
-
setStartDate
-
getEndDate
-
setEndDate
-
getFilters
-
setFilters
-
getInstanceId
-
setInstanceId
-
getExportStyle
-
setExportStyle
public void setExportStyle(ca.uhn.fhir.rest.api.server.bulk.BulkExportJobParameters.ExportStyle theExportStyle) -
getGroupId
-
setGroupId
-
isExpandMdm
-
setExpandMdm
-
getPatientIds
-
setPatientIds
-
getPartitionIdOrAllPartitions
-
setPartitionId
-
getRequestedResourceTypes
-
setRequestedResourceTypes
-
isIncludeHistory
-
setIncludeHistory
-
toString
-