Bug #413
closedWorklist Management SCP does not support "Matching Multiple Values"
100%
Description
The DICOM-standard (PS 3.4 Section K.2.2.3) specifies how to proceed with Matching if the database contains more than one value. This seems to be ignored by the current implementation. Found in the DICOM training session in May 2012 (in the ScheduledStationAETitle attribute, which contains more than one value in the worklist entry).
Updated by Jörg Riesmeier about 13 years ago
- Category set to Library
- Target version set to 3.6.2
Updated by Andrew Chiw over 12 years ago
- Subject changed from Worklist Management SCP unterstützt kein "Matching Multiple Values" to Worklist Management SCP does not support "Matching Multiple Values"
Updated by Marco Eichelberg over 8 years ago
Apparently, "Matching Multiple Values" is orthogonal to the attribute matching type, because the permitted matching types are defined in section K2.2.2 and Matching Multiple Values is defined in section K2.2.3 of DICOM part 4. This means that we have to support Matching Multiple Values for each and every matching key.
Updated by Jörg Riesmeier over 8 years ago
This means that we have to support Matching Multiple Values for each and every matching key.
I don't think that this is correct. Matching multiple values only applies to those attributes that allow for storing multiple values, i.e. VM != 1. For examples, Scheduled Station AE Title, VM = 1-n.
Updated by Jan Schlamelcher about 8 years ago
Closed by commit #93da64af32038dc83 and recently veryfied.
Discussion has been separated into a separate issue #776.
Updated by Jan Schlamelcher about 8 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100