You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/healthcare-apis/dicom/export-files.md
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,11 +92,11 @@ The request body consists of the export source and destination.
92
92
93
93
#### Source settings
94
94
95
-
The only setting is the list of identifiers to export.
95
+
Source settings is an optional field. If Source settings is not provided, it will export all the instances that is Stored in the DICOM service to the destination blob. Export all feature is not supported for DICOM service with Azure Data Lake Storage enabled.
96
96
97
97
| Property | Required | Default | Description |
98
98
| -------- | -------- | ------- | ----------- |
99
-
|`Values`|Yes|| A list of one or more DICOM studies, series, and/or SOP instance identifiers in the format of `"<StudyInstanceUID>[/<SeriesInstanceUID>[/<SOPInstanceUID>]]"`|
99
+
|`Values`|No|| A list of one or more DICOM studies, series, and/or SOP instance identifiers in the format of `"<StudyInstanceUID>[/<SeriesInstanceUID>[/<SOPInstanceUID>]]"`|
The export API returns a `202` status code when an export operation is started successfully. The body of the response contains a reference to the operation. The value of the `Location` header is the URL for the export operation's status (the same as `href` in the body).
0 commit comments