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/data-partitions.md
+6-9Lines changed: 6 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,31 +34,28 @@ Although UIDs should be [unique across all contexts](http://dicom.nema.org/dicom
34
34
35
35
## API changes
36
36
37
-
All unique resource identifiers (URIs) assume an implicit DICOM service base URI. For example, the base URI of a DICOM server running locally is `https://localhost:63838/`.
38
-
Example requests can be sent in the Postman collection by providing a value for the `partitionName` collection variable.
| 200 (OK) |`[Partition] []`| A list of partitions is returned. |
58
55
| 204 (No Content) || No partitions exist. |
59
56
| 400 (Bad Request) || Data partitions capability is disabled. |
60
57
61
-
####STOW, WADO, QIDO, delete, export, update, and worklist APIs
58
+
### STOW, WADO, QIDO, delete, export, update, and worklist APIs
62
59
63
60
After partitions are enabled, STOW, WADO, QIDO, delete, export, update, and worklist requests must include a data partition URI segment after the base URI, with the form `/partitions/{partitionName}`, where `partitionName` is:
64
61
@@ -74,15 +71,15 @@ After partitions are enabled, STOW, WADO, QIDO, delete, export, update, and work
0 commit comments