Actions
Feature #700
openAdd helper methods that returns type of SOP Class
Status:
New
Priority:
Normal
Assignee:
-
Category:
Library
Target version:
-
Start date:
2016-10-31
Due date:
% Done:
0%
Estimated time:
Module:
dcmdata and others
Operating System:
Compiler:
Description
Currently, there are two helper methods in "dcmdata" that check whether a given SOP Class UID refers to a Storage SOP Class (dcmIsaStorageSOPClassUID()) or to an Image Storage SOP Class (dcmIsImageStorageSOPClassUID()).
It would be useful if similar methods (or another more general approach) would exist that allow for returning the type of SOP Class, i.e. whether it's an SR document, a Waveform, a Presentation State etc. That way the various checks in dcmdata, dcmqrdb, dcmsr, dcmwave, dcmpstat... could be simplified by maintaining the list of associated SOP Classes at a single location (e.g. in "dcuid.cc/.h").
No data to display
Actions