Skip to content

Commit

Permalink
Add Contributing Equipment Sequence (0018,A001) on Instance level at…
Browse files Browse the repository at this point in the history
…tributes filter in default and sample configuration of archive fix #3921
  • Loading branch information
gunterze committed Jan 12, 2023
1 parent 89d377c commit 1abe948
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,9 @@ dcmuiActionParam: recreate
dn: dcmEntity=Instance,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org
changetype: modify
add: dcmTag
dcmTag: 0040A360
dcmTag: 0040A360

dn: dcmAttributeSetID=AttributeFilters+dcmAttributeSetType=WADO_RS,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org
changetype: modify
add: dcmTag
dcmTag: 0040A360
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 1

dn: dcmEntity=Instance,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org
changetype: modify
add: dcmTag
dcmTag: 0018A001

dn: dcmAttributeSetID=AttributeFilters+dcmAttributeSetType=WADO_RS,dicomDeviceName=dcm4chee-arc,cn=Devices,cn=DICOM Configuration,dc=dcm4che,dc=org
changetype: modify
add: dcmTag
dcmTag: 0018A001
Original file line number Diff line number Diff line change
Expand Up @@ -2850,6 +2850,7 @@ dcmTag: 00080033
dcmTag: 00080201
dcmTag: 00081115
dcmTag: 00082218
dcmTag: 0018A001
dcmTag: 00200013
dcmTag: 00200242
dcmTag: 00209161
Expand Down Expand Up @@ -3753,6 +3754,7 @@ dcmTag: 00120064
dcmTag: 00120081
dcmTag: 00120082
dcmTag: 00180015
dcmTag: 0018A001
dcmTag: 0020000D
dcmTag: 0020000E
dcmTag: 00200010
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3324,6 +3324,7 @@ dcmTag: 00080033
dcmTag: 00080201
dcmTag: 00081115
dcmTag: 00082218
dcmTag: 0018A001
dcmTag: 00200013
dcmTag: 00200242
dcmTag: 00209161
Expand Down Expand Up @@ -4502,6 +4503,7 @@ dcmTag: 00120064
dcmTag: 00120081
dcmTag: 00120082
dcmTag: 00180015
dcmTag: 0018A001
dcmTag: 0020000D
dcmTag: 0020000E
dcmTag: 00200010
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -421,6 +421,7 @@ private static AuditSuppressCriteria suppressAuditQueryFromArchive() {
Tag.TimezoneOffsetFromUTC,
Tag.ReferencedSeriesSequence,
Tag.AnatomicRegionSequence,
Tag.ContributingEquipmentSequence,
Tag.InstanceNumber,
Tag.NumberOfFrames,
Tag.Rows,
Expand Down

0 comments on commit 1abe948

Please sign in to comment.