Skip to content

Commit c4dc70c

Browse files
karthik's edit
1 parent 9d93a85 commit c4dc70c

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

articles/healthcare-apis/dicom/data-partitions.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,31 +34,28 @@ Although UIDs should be [unique across all contexts](http://dicom.nema.org/dicom
3434
3535
## API changes
3636

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.
39-
40-
#### List all data partitions
37+
### List all data partitions
4138
This command Lists all data partitions:
4239

4340
```http
4441
GET /partitions
4542
```
4643

47-
#### Request header
44+
### Request header
4845

4946
| Name | Required | Type | Description |
5047
| ------------ | --------- | ------ | ------------------------------- |
5148
| Content-Type | false | string | `application/json` is supported |
5249

53-
#### Responses
50+
### Responses
5451

5552
| Name | Type | Description |
5653
| ----------------- | ----------------------------- | ------------------------------------- |
5754
| 200 (OK) | `[Partition] []` | A list of partitions is returned. |
5855
| 204 (No Content) | | No partitions exist. |
5956
| 400 (Bad Request) | | Data partitions capability is disabled. |
6057

61-
#### STOW, WADO, QIDO, delete, export, update, and worklist APIs
58+
### STOW, WADO, QIDO, delete, export, update, and worklist APIs
6259

6360
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:
6461

@@ -74,15 +71,15 @@ After partitions are enabled, STOW, WADO, QIDO, delete, export, update, and work
7471
| Export | `POST /partitions/myPartition1/export` |
7572
| Update | `POST /partitions/myPartition-1/studies/$bulkUpdate` |
7673

77-
#### New responses
74+
### New responses
7875

7976
| Name | Message |
8077
| ----------------- | --------------------------------------------------------- |
8178
| 400 (Bad Request) | Data partitions capability is disabled. |
8279
| 400 (Bad Request) | `PartitionName` value is missing in the route segment. |
8380
| 400 (Bad Request) | Specified `PartitionName {PartitionName}` doesn't exist. |
8481

85-
#### Other APIs
82+
### Other APIs
8683
All other APIs, including extended query tags, operations, and change feed continue to be accessed at the base URI.
8784

8885
### Manage data partitions

0 commit comments

Comments
 (0)