Skip to content

Commit ca320b0

Browse files
authored
More fixes
1 parent 0f83760 commit ca320b0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 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 are not 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,11 +11,11 @@ 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 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 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.
1515

1616
## Limitations
1717

18-
- External metadata is only supported in latest api version. i.e Version 2 or above
18+
- 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.
@@ -65,9 +65,9 @@ Body:
6565

6666
> [!NOTE]
6767
> Only study level tags are supported.
68-
> If the tag already exists, it will update the value of the existing tag for the study.
68+
> 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 will fail 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 is an issue with one of the tags, then it fails the whole transaction.
7171
7272
### Retrieve metadata (for study, series, or instance)
7373

@@ -81,7 +81,7 @@ Content-Type: application/dicom
8181
```
8282

8383
> [!NOTE]
84-
> The `json` response will include a standard private creator tag that follows the [DICOM standard](https://dicom.nema.org/dicom/2013/output/chtml/part05/sect_7.8.html).
84+
> The `json` response includes a standard private creator tag that follows the [DICOM standard](https://dicom.nema.org/dicom/2013/output/chtml/part05/sect_7.8.html).
8585
> The default value of the private creator tag will be `Microsoft`.
8686
> For e.g if the private tag is `001910FF` then the private creator tag will be `00190010`.
8787
@@ -97,10 +97,10 @@ 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 included as part of response data.
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.
101101
102102
## Other transaction
103103

104-
There are no changes to other transactions like WADO-RS, Delete, ChangeFeed and Update.
104+
There are no changes to other transactions like WADO-RS, Delete, ChangeFeed, and Update.
105105

106106
[!INCLUDE [DICOM trademark statements](../includes/healthcare-apis-dicom-trademark.md)]

0 commit comments

Comments
 (0)