Skip to content

Commit 54693e9

Browse files
authored
Merge pull request #258278 from bcarthic/bcarthic/fixdocs
Add added and removed tags for v2 QIDO
2 parents 4e54f2b + 42db1b0 commit 54693e9

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

articles/healthcare-apis/dicom/dicom-service-v2-api-changes.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,40 @@ An attribute can be corrected in the following ways:
5151
#### Fewer Study, Series, and Instance attributes are returned by default
5252
The set of attributes returned by default has been reduced to improve performance. See the detailed list in the [search response](./dicom-services-conformance-statement-v2.md#search-response) documentation.
5353

54+
Attributes added newly to default tags.
55+
56+
|Tag level| Tag | Attribute Name |
57+
|:-----------| :----------- | :------------- |
58+
|Study | (0008, 1030) | StudyDescription |
59+
|Series | (0008, 1090) | ManufacturerModelName |
60+
61+
Attributes removed from default tags.
62+
63+
|Tag level| Tag | Attribute Name |
64+
|:-----------| :----------- | :------------- |
65+
|Study | (0008, 0005) | SpecificCharacterSet |
66+
|Study | (0008, 0030) | StudyTime |
67+
|Study | (0008, 0056) | InstanceAvailability |
68+
|Study | (0008, 0201) | TimezoneOffsetFromUTC |
69+
|Study | (0010, 0040) | PatientSex |
70+
|Study | (0020, 0010) | StudyID |
71+
|Series | (0008, 0005) | SpecificCharacterSet |
72+
|Series | (0008, 0201) | TimezoneOffsetFromUTC |
73+
|Series | (0008, 103E) | SeriesDescription |
74+
|Series | (0040, 0245) | PerformedProcedureStepStartTime |
75+
|Series | (0040, 0275) | RequestAttributesSequence |
76+
|Instance | (0008, 0005) | SpecificCharacterSet |
77+
|Instance | (0008, 0016) | SOPClassUID |
78+
|Instance | (0008, 0056) | InstanceAvailability |
79+
|Instance | (0008, 0201) | TimezoneOffsetFromUTC |
80+
|Instance | (0020, 0013) | InstanceNumber |
81+
|Instance | (0028, 0010) | Rows |
82+
|Instance | (0028, 0011) | Columns |
83+
|Instance | (0028, 0100) | BitsAllocated |
84+
|Instance | (0028, 0008) | NumberOfFrames |
85+
86+
All the removed tags are part of additional tags which will be returned when queried with `includefield = all`.
87+
5488
#### Null padded attributes can be searched for with or without padding
5589
When an attribute was stored using null padding, it can be searched for with or without the null padding in uri encoding. Results retrieved are for attributes stored both with and without null padding.
5690

0 commit comments

Comments
 (0)