Skip to content

Commit 34f39b1

Browse files
committed
Adding DICOM trademark content
1 parent dc183ac commit 34f39b1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: mmitrik
1111

1212
# Enable data partitioning
1313

14-
Data partitioning allows you to set up a lightweight data partition scheme to store multiple copies of the same image with the same unique identifier (UID) in a single DICOM instance.
14+
Data partitioning allows you to set up a lightweight data partition scheme to store multiple copies of the same image with the same unique identifier (UID) in a single DICOM® instance.
1515

1616
Although UIDs should be [unique across all contexts](http://dicom.nema.org/dicom/2013/output/chtml/part05/chapter_9.html), it's common practice for healthcare providers to write DICOM files to portable storage media and give them to a patient. The patient then gives the files to another healthcare provider, who transfers the files into a new DICOM storage system. As a result, multiple copies of one DICOM file commonly exist in several isolated DICOM systems. Data partitioning provides an on-ramp for your existing data stores and workflows.
1717

@@ -94,4 +94,6 @@ A partition is a unit of logical isolation and data uniqueness.
9494
| ------------- | ------ | -------------------------------------------------------------------------------- |
9595
| PartitionKey | int | System-assigned identifier. |
9696
| PartitionName | string | Client-assigned unique name, up to 64 alphanumeric characters, `.`, `-`, or `_`. |
97-
| CreatedDate | string | The date and time when the partition was created. |
97+
| CreatedDate | string | The date and time when the partition was created. |
98+
99+
[!INCLUDE [DICOM trademark statement](../includes/healthcare-apis-dicom-trademark.md)]

0 commit comments

Comments
 (0)