Skip to content

Commit ed9dd55

Browse files
authored
Add added and removed tags for v2 QIDO
1 parent fc70b1e commit ed9dd55

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

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

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,35 @@ 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+
List of attributes added/removed from default tags are shown below. **+** denotes addition, **-** denotes removal.
55+
56+
|Tag level| Tag | Attribute Name | Action
57+
|:-----------| :----------- | :------------- |:-- |
58+
|Study | (0008, 0005) | SpecificCharacterSet | **-** |
59+
|Study | (0008, 0030) | StudyTime | **-** |
60+
|Study | (0008, 0056) | InstanceAvailability | **-** |
61+
|Study | (0008, 1030) | StudyDescription | **+** |
62+
|Study | (0008, 0201) | TimezoneOffsetFromUTC | **-** |
63+
|Study | (0010, 0040) | PatientSex | **-** |
64+
|Study | (0020, 0010) | StudyID | **-** |
65+
|Series | (0008, 0005) | SpecificCharacterSet | **-** |
66+
|Series | (0008, 0201) | TimezoneOffsetFromUTC | **-** |
67+
|Series | (0008, 103E) | SeriesDescription | **-** |
68+
|Series | (0008, 1090) | ManufacturerModelName | **+** |
69+
|Series | (0040, 0245) | PerformedProcedureStepStartTime | **-** |
70+
|Series | (0040, 0275) | RequestAttributesSequence | **-** |
71+
|Instance | (0008, 0005) | SpecificCharacterSet | **-** |
72+
|Instance | (0008, 0016) | SOPClassUID | **-** |
73+
|Instance | (0008, 0056) | InstanceAvailability | **-** |
74+
|Instance | (0008, 0201) | TimezoneOffsetFromUTC | **-** |
75+
|Instance | (0020, 0013) | InstanceNumber | **-** |
76+
|Instance | (0028, 0010) | Rows | **-** |
77+
|Instance | (0028, 0011) | Columns | **-** |
78+
|Instance | (0028, 0100) | BitsAllocated | **-** |
79+
|Instance | (0028, 0008) | NumberOfFrames | **-** |
80+
81+
All the removed tags are part of additional tags which will be returned when queried with `includefield = all`.
82+
5483
#### Null padded attributes can be searched for with or without padding
5584
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.
5685

0 commit comments

Comments
 (0)