Skip to content

Commit 9d93a85

Browse files
added screenshot
1 parent 6c8da9e commit 9d93a85

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,19 @@ Although UIDs should be [unique across all contexts](http://dicom.nema.org/dicom
2323

2424
## Enable data partitions during initial deployment
2525

26-
You enable data partitions by selecting **Enable data partitions** when you deploy a new DICOM service. After data partitioning is turned on, it can't be turned off. In addition, data partitions can't be turned on for any DICOM service that is already deployed.
26+
1. Select **Enable data partitions** when you deploy a new DICOM service. After data partitioning is turned on, it can't be turned off. In addition, data partitions can't be turned on for any DICOM service that is already deployed.
2727

28-
After the data partitions setting is turned on, the capability modifies the API surface of the DICOM server and makes any previous data accessible under the `Microsoft.Default` partition.
28+
After the data partitions setting is turned on, the capability modifies the API surface of the DICOM server and makes any previous data accessible under the `Microsoft.Default` partition.
29+
30+
:::image type="content" source="media/enable-data-partitions/enable-data-partitions.png" alt-text="Screenshot showing the Enable data partitions option on the Create DICOM service page." lightbox="media/enable-data-partitions/enable-data-partitions.png":::
2931

3032
> [!IMPORTANT]
3133
> Data partitions can't be disabled if partitions other than `Microsoft.Default` are present. When this situation happens, the system throws a `DataPartitionsFeatureCannotBeDisabledException` error on startup.
3234
3335
## API changes
3436

3537
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/`.
36-
Example requests can be sent in the [Postman collection](../resources/Conformance-as-Postman.postman_collection.json) by providing a value for the `partitionName` collection variable.
38+
Example requests can be sent in the Postman collection by providing a value for the `partitionName` collection variable.
3739

3840
#### List all data partitions
3941
This command Lists all data partitions:
@@ -81,7 +83,7 @@ After partitions are enabled, STOW, WADO, QIDO, delete, export, update, and work
8183
| 400 (Bad Request) | Specified `PartitionName {PartitionName}` doesn't exist. |
8284

8385
#### Other APIs
84-
All other APIs, including [extended query tags](../how-to-guides/extended-query-tags.md), [operations](../how-to-guides/extended-query-tags.md#get-operation), and [change feed](change-feed.md) continue to be accessed at the base URI.
86+
All other APIs, including extended query tags, operations, and change feed continue to be accessed at the base URI.
8587

8688
### Manage data partitions
8789

891 KB
Loading

0 commit comments

Comments
 (0)