Actions
Conformance #776
openEnsure multiple value matching is implemented correctly.
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-07-17
Due date:
% Done:
0%
Estimated time:
Module:
Operating System:
Compiler:
Description
Currently, multiple value matching is implemented to match N query values with M stored values and, if any of them match, return a match as the result. It is debatable whether the standard can be read like this or whether the query attribute must alwasy contain a single value only. If multiple value querys are forbidden, the implementation would not really be wrong since it would be operating on invalid data anyway, put perhaps emitting a warning in that case would be appropriate.
Updated by Jörg Riesmeier over 7 years ago
I think the clarification introduced with CP-282 is sufficient and makes clear that the current implementation is incorrect: ftp://medical.nema.org/medical/dicom/final/cp282_ft.pdf
Actions