Skip to content

Commit e8381de

Browse files
authored
acrolinx
1 parent c617c5f commit e8381de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ When specifying a particular frame to return, frame indexing starts at 1.
393393
The `quality` query parameter is also supported. An integer value between `1` and `100` inclusive (1 being worst quality, and 100 being best quality) might be passed as the value for the query parameter. This parameter is used for images rendered as `jpeg`, and is ignored for `png` render requests. If not specified the parameter defaults to `100`.
394394

395395
### Retrieve original version
396-
Using the [bulk update](update-files.md) operation will allow you to retrieve either the original and latest version of a study, series, or instance. The latest version of a study, series, or instance is always returned by default. The original version may be returned by by setting the `msdicom-request-original` header to `true`. An example request is shown below:
396+
Using the [bulk update](update-files.md) operation will allow you to retrieve either the original and latest version of a study, series, or instance. The latest version of a study, series, or instance is always returned by default. The original version may be returned by setting the `msdicom-request-original` header to `true`. An example request is shown below:
397397

398398
```http
399399
GET ../studies/{study}/series/{series}/instances/{instance}
@@ -436,7 +436,7 @@ The following `Accept` header(s) are supported for searching:
436436
* `application/dicom+json`
437437

438438
### Search changes from v1
439-
In the v1 API and continued for v2, if an [extended query tag](dicom-extended-query-tags-overview.md) has any errors, because one or more of the existing instances had a tag value that couldn't be indexed, then subsequent search queries containing the extended query tag returns `erroneous-dicom-attributes` as detailed in the [documentation](dicom-extended-query-tags-overview.md#tag-query-status). However, tags (also known as attributes) with validation warnings from STOW-RS are **not** included in this header. If a store request results in validation warnings for [searchable attributes](#searchable-attributes) at the time the [instance was stored](#store-changes-from-v1), those attributes may not be used to search for the stored instance. However, any [searchable attributes](#searchable-attributes) that failed validation will be able to return results if the values are overwritten by instances in the same study/series that are stored after the failed one, or if the values are already stored correctly by a previous instance. If the attribute values are not overwritten, then they will not produce any search results.
439+
In the v1 API and continued for v2, if an [extended query tag](dicom-extended-query-tags-overview.md) has any errors, because one or more of the existing instances had a tag value that couldn't be indexed, then subsequent search queries containing the extended query tag returns `erroneous-dicom-attributes` as detailed in the [documentation](dicom-extended-query-tags-overview.md#tag-query-status). However, tags (also known as attributes) with validation warnings from STOW-RS are **not** included in this header. If a store request results in validation warnings for [searchable attributes](#searchable-attributes) at the time the [instance was stored](#store-changes-from-v1), those attributes may not be used to search for the stored instance. However, any [searchable attributes](#searchable-attributes) that failed validation will be able to return results if the values are overwritten by instances in the same study/series that are stored after the failed one, or if the values are already stored correctly by a previous instance. If the attribute values aren't overwritten, then they won't produce any search results.
440440

441441
An attribute can be corrected in the following ways:
442442
- Delete the stored instance and upload a new instance with the corrected data

0 commit comments

Comments
 (0)