Skip to content

Commit 92c0362

Browse files
authored
Merge pull request #261514 from mmitrik/revert-256493-mmitrik/bulk-update
Revert "Adds new article for bulk update operation"
2 parents ac70b27 + bd4a606 commit 92c0362

File tree

5 files changed

+8
-227
lines changed

5 files changed

+8
-227
lines changed

articles/healthcare-apis/.openpublishing.redirection.healthcare-apis.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,10 @@
491491
"redirect_url": "/azure/healthcare-apis/dicom/export-files",
492492
"redirect_document_id": true
493493
},
494+
{ "source_path_from_root": "/articles/healthcare-apis/dicom/update-files.md",
495+
"redirect_url": "/azure/healthcare-apis/dicom/overview",
496+
"redirect_document_id": false
497+
},
494498
{
495499
"source_path_from_root": "/articles/healthcare-apis/fhir/configure-azure-rbac-for-fhir.md",
496500
"redirect_url": "/azure/healthcare-apis/configure-azure-rbac",

articles/healthcare-apis/dicom/dicom-change-feed-overview.md

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

1212
# Change feed overview
1313

14-
The change feed provides logs of all the changes that occur in the DICOM® service. The change feed provides ordered, guaranteed, immutable, and read-only logs of these changes. The change feed offers the ability to go through the history of DICOM service and acts upon the creates, updates, and deletes in the service.
14+
The change feed provides logs of all the changes that occur in the DICOM® service. The change feed provides ordered, guaranteed, immutable, and read-only logs of these changes. The change feed offers the ability to go through the history of DICOM service and acts upon the creates and deletes in the service.
1515

1616
Client applications can read these logs at any time in batches of any size. The change feed enables you to build efficient and scalable solutions that process change events that occur in your DICOM service.
1717

@@ -38,7 +38,7 @@ Sequence | long | The unique ID per change event
3838
StudyInstanceUid | string | The study instance UID
3939
SeriesInstanceUid | string | The series instance UID
4040
SopInstanceUid | string | The sop instance UID
41-
Action | string | The action that was performed - either `create`, `update`, or `delete`
41+
Action | string | The action that was performed - either `create` or `delete`
4242
Timestamp | datetime | The date and time the action was performed in UTC
4343
State | string | [The current state of the metadata](#states)
4444
Metadata | object | Optionally, the current DICOM metadata if the instance exists
@@ -168,7 +168,7 @@ Content-Type: application/json
168168
"StudyInstanceUid": "{uid}",
169169
"SeriesInstanceUid": "{uid}",
170170
"SopInstanceUid": "{uid}",
171-
"Action": "create|update|delete",
171+
"Action": "create|delete",
172172
"Timestamp": "2020-03-05T07:13:16.4834Z",
173173
"State": "current|replaced|deleted",
174174
"Metadata": {

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

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ Additionally, the following nonstandard API(s) are supported:
3434

3535
* [Change Feed](dicom-change-feed-overview.md)
3636
* [Extended Query Tags](dicom-extended-query-tags-overview.md)
37-
* [Bulk Update](update-files.md)
38-
* [Bulk Import](import-files.md)
39-
* [Export](export-dicom-files.md)
4037

4138
The service uses REST API versioning. The version of the REST API must be explicitly specified as part of the base URL, as in the following example:
4239

@@ -395,16 +392,6 @@ When specifying a particular frame to return, frame indexing starts at 1.
395392

396393
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`.
397394

398-
### Retrieve original version
399-
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:
400-
401-
```http
402-
GET ../studies/{study}/series/{series}/instances/{instance}
403-
Accept: multipart/related; type="application/dicom"; transfer-syntax=*
404-
msdicom-request-original: true
405-
Content-Type: application/dicom
406-
```
407-
408395
### Retrieve response status codes
409396

410397
| Code | Description |
@@ -439,7 +426,7 @@ The following `Accept` header(s) are supported for searching:
439426
* `application/dicom+json`
440427

441428
### Search changes from v1
442-
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.
429+
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.
443430

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

articles/healthcare-apis/dicom/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ items:
7070
href: dicom-change-feed-overview.md
7171
- name: Extended query tags
7272
href: dicom-extended-query-tags-overview.md
73-
- name: Bulk update
74-
href: update-files.md
7573
- name: API versioning
7674
expanded: false
7775
items:

articles/healthcare-apis/dicom/update-files.md

Lines changed: 0 additions & 208 deletions
This file was deleted.

0 commit comments

Comments
 (0)