Skip to content

Commit 2092eea

Browse files
authored
Tone fixes
1 parent ca320b0 commit 2092eea

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/healthcare-apis/dicom/external-metadata.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Store external metadata in the DICOM service in Azure Health Data Services
3-
description: Learn how to store, retrieve, and query external metadata that are not part of the DICOM files in the DICOM service
3+
description: Learn how to store, retrieve, and query external metadata that aren't part of the DICOM files in the DICOM service
44
author: kabalas
55
ms.service: azure-health-data-services
66
ms.subservice: dicom-service
@@ -11,15 +11,15 @@ ms.author: kabalas
1111

1212
# External metadata
1313

14-
The external metadata feature allows users to store metadata or additional information about the DICOM files that is not part of the DICOM file. This fuctionality is accomplished by using STOW-RS to store the metadata by passing the additional information in the header.
14+
The external metadata feature allows users to store metadata or additional information about the DICOM files that isn't part of the DICOM file. This fuctionality is accomplished by using STOW-RS to store the metadata by passing the additional information in the header.
1515

1616
## Limitations
1717

1818
- External metadata is only supported in latest api version. i.e. Version 2 or above
1919
- External metadata is only supported in [DICOM® service with Azure Data Lake Storage](dicom-data-lake.md)
2020
- Only tags which don't conform with standard DICOM protocol tags such as [private tags](https://dicom.nema.org/dicom/2013/output/chtml/part05/sect_7.8.html) are supported to be as external metadata.
2121
- Only study level tags are supported.
22-
- External metadata tags cannot be updated or deleted.
22+
- External metadata tags can't be updated or deleted.
2323
- The following VR types are supported:
2424

2525
| VR | Description | Single Value Matching | Range Matching | Fuzzy Matching |
@@ -44,8 +44,8 @@ The external metadata feature allows users to store metadata or additional infor
4444

4545
> [!NOTE]
4646
> Sequential tags, which are tags under a tag of type Sequence of Items (SQ), are currently not supported.
47-
> We do not index external metadata tags if the value is null or empty.
48-
> There is no ability to add private creator as part of external metadata tags.
47+
> We don't index external metadata tags if the value is null or empty.
48+
> There's no ability to add private creator as part of external metadata tags.
4949
5050
### Store (STOW-RS)
5151

@@ -67,7 +67,7 @@ Body:
6767
> Only study level tags are supported.
6868
> If the tag already exists, it updates the value of the existing tag for the study.
6969
> If the tag already exists with different VR, then it will results in an error.
70-
> Once a tag is created, its Value Representation (VR) is fixed and must comply with the standard for that specific VR. If there is an issue with one of the tags, then it fails the whole transaction.
70+
> Once a tag is created, its Value Representation (VR) is fixed and must comply with the standard for that specific VR. If there's an issue with one of the tags, then it fails the whole transaction.
7171
7272
### Retrieve metadata (for study, series, or instance)
7373

@@ -97,7 +97,7 @@ Content-Type: application/dicom
9797

9898
> [!NOTE]
9999
> Only study level tags are supported.
100-
> If there is an extended query tag with the same tagPath, but if the header `msdicom-request-meta` is set to `true`, then value from the external metadata is used to filter or to be included as part of response data.
100+
> If there's an extended query tag with the same tagPath, but if the header `msdicom-request-meta` is set to `true`, then value from the external metadata is used to filter or to be included as part of response data.
101101
102102
## Other transaction
103103

0 commit comments

Comments
 (0)