Skip to content

Commit 63f38b2

Browse files
authored
Fix comments
1 parent 1fc7482 commit 63f38b2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ The following `Accept` header(s) are supported for retrieving instances within a
312312
* `multipart/related; type="application/dicom";` (when transfer-syntax isn't specified, 1.2.840.10008.1.2.1 is used as default)
313313
* `multipart/related; type="application/dicom"; transfer-syntax=1.2.840.10008.1.2.1`
314314
* `multipart/related; type="application/dicom"; transfer-syntax=1.2.840.10008.1.2.4.90`
315-
- `*/*` (when transfer-syntax is not specified, `*` is used as default and mediaType defaults to `application/dicom`)
315+
- `*/*` (when transfer-syntax isn't specified, `*` is used as default and mediaType defaults to `application/dicom`)
316316

317317
#### Retrieve an Instance
318318

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,10 @@ The [change feed](change-feed-overview.md) records update actions in the same ma
158158
## Supported DICOM modules
159159
Any attributes in the [Patient Identification Module](https://dicom.nema.org/dicom/2013/output/chtml/part03/sect_C.2.html#table_C.2-2) and [Patient Demographic Module](https://dicom.nema.org/dicom/2013/output/chtml/part03/sect_C.2.html#table_C.2-3) that aren't sequences can be updated using the bulk update operation. Supported attributes are called out in the tables.
160160

161-
### What changed in DICOM file
161+
### Attributes automatically changed in bulk updates
162162

163-
As part of bulk update, only DICOM metadata is updated. The pixel data is not updated. Pixel data will be same as the original version.
164163

165-
Other than updating the metadata, the file meta information of the DICOM file is updated with the below information.
164+
When you perform a bulk update, the DICOM service updates the requested attributes and also two additional metadata fields. Here is the information that is updated automatically:
166165

167166
| Tag | Attribute name | Description | Value
168167
| --------------| --------------------- | --------------------- | --------------|

0 commit comments

Comments
 (0)