Skip to content

Commit 0f83760

Browse files
authored
Fix typos
1 parent b0d524c commit 0f83760

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

articles/healthcare-apis/dicom/dicom-extended-query-tags-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ The query status of extended query tag.
422422
| Enabled | string | The extended query tag is allowed to be queried |
423423

424424
> [!NOTE]
425-
> Errors during the reindex operation disables QIDO on the extended query tag. You can call the [Update Extended Query Tag](#update-extended-query-tag) API to enable it.
425+
> Errors during the reindex operation disable QIDO on the extended query tag. You can call the [Update Extended Query Tag](#update-extended-query-tag) API to enable it.
426426
427427
### Extended query tag for updating
428428

articles/healthcare-apis/dicom/dicom-services-conformance-statement-v2.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ If an attribute is padded with nulls, the attribute is indexed when searchable a
110110

111111
#### Store DICOM file with external metadata
112112

113-
The [external metadata](external-metadata.md#store-stow-rs) documentaion explains the ablity to store DICOM file with external metadata.
113+
The [external metadata](external-metadata.md#store-stow-rs) documentation explains the ability to store DICOM file with external metadata.
114114

115115
#### Store response status codes
116116

@@ -382,7 +382,7 @@ Retrieving metadata doesn't return attributes with the following value represent
382382
Retrieved metadata includes the null character when the attribute was padded with nulls and stored as is.
383383

384384
> [!NOTE]
385-
The [external metadata](external-metadata.md#store-stow-rs) documentaion explains the ablity to retrieve DICOM file with external metadata.
385+
> The [external metadata](external-metadata.md#store-stow-rs) documentation explains the ability to retrieve DICOM file with external metadata.
386386
387387
### Retrieve metadata cache validation (for study, series, or instance)
388388

@@ -519,7 +519,7 @@ Example query searching for instances:
519519
`../instances?Modality=CT&00280011=512&includefield=00280010&limit=5&offset=0`
520520

521521
> [!NOTE]
522-
The [external metadata](external-metadata.md#store-stow-rs) documentaion explains the ablity to query DICOM file with external metadata.
522+
> The [external metadata](external-metadata.md#store-stow-rs) documentation explains the ability to query DICOM file with external metadata.
523523
524524
### Search response
525525

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Content-Type: application/dicom
9999
> Only study level tags are supported.
100100
> 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.
101101
102-
## Other Transaction
102+
## Other transaction
103103

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

articles/healthcare-apis/dicom/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ items:
5555
href: update-files.md
5656
- name: Support for proxy URLs
5757
href: dicom-proxy-url-support.md
58+
- name: External metadata
59+
href: external-metadata.md
5860
- name: API reference
5961
expanded: true
6062
items:

0 commit comments

Comments
 (0)