Skip to content

Commit fbfe9ce

Browse files
authored
Add new section on update to compare what changed after update
1 parent 2362557 commit fbfe9ce

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,19 @@ 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
162+
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.
164+
165+
Other than updating the metadata, the file meta information of the DICOM file is updated with the below information.
166+
167+
| Tag | Attribute name | Description | Value
168+
| --------------| --------------------- | --------------------- | --------------|
169+
| (0002,0012) | Implementation Class UID | Uniquely identifies the implementation that wrote this file and its content. | 1.3.6.1.4.1.311.129 |
170+
| (0002,0013) | Implementation Version Name | Identifies a version for an Implementation Class UID (0002,0012) | Assembly version of the DICOM service (e.g. 0.1.4785) |
171+
172+
Here, the UID `1.3.6.1.4.1.311.129` is a registered under [Microsoft OID arc](https://oidref.com/1.3.6.1.4.1.311) in IANA.
173+
161174
#### Patient identification module attributes
162175
| Attribute Name | Tag | Description |
163176
| ---------------- | --------------| --------------------- |

0 commit comments

Comments
 (0)