Search found 6 matches

by P4W3R
Mon, 2009-01-19, 16:31
Forum: DCMTK - General
Topic: Include mdfdsman.h and mdfdsman.cc in debian devel packages
Replies: 2
Views: 2990

The functions that I find more useful are modifyOrInsertTag and modifyAllTags. It would be nice to have such functions or similar in dcmdata in order to be able to modify everything in memory. As for now I made what you said and I copied the MdFDataSetManager code to my application. Well I said debi...
by P4W3R
Mon, 2009-01-19, 13:13
Forum: DCMTK - General
Topic: Include mdfdsman.h and mdfdsman.cc in debian devel packages
Replies: 2
Views: 2990

Include mdfdsman.h and mdfdsman.cc in debian devel packages

It would be nice to have access in debian to the class "MdfDatasetManager" inside the "libdcmtk1-dev" package. /usr/include/dcmtk/dcmdata/ directory does not contain an app directory with this classes. This class is the only way I found to modify the StudyInstanceUID and the SOPI...
by P4W3R
Mon, 2008-12-22, 13:14
Forum: DCMTK - General
Topic: Specify DICOM-SR header UIDs
Replies: 3
Views: 3672

Because I use my own Xml definition. We use a subset of the standard internally. Maybe in the future we will switch to the dcmtk xml representation if it is worth the effort. Anyways, thanks for your reply, I will check that methods. And I have another question, ¿how can i change the same UID parame...
by P4W3R
Mon, 2008-12-22, 11:16
Forum: DCMTK - General
Topic: Specify DICOM-SR header UIDs
Replies: 3
Views: 3672

Specify DICOM-SR header UIDs

Hello everyone. I am working on a dicom structured report generator. It generates a DICOMSR from an xml file. My problem is that there is not a method in the class DSRDocument to set the Study Instance UID and the SOP Instance UID of the Dicom-sr object. I have found getter methods only. As a soluti...
by P4W3R
Mon, 2008-11-10, 09:38
Forum: DCMTK - General
Topic: DICOM SR TREE SCOORD problems
Replies: 2
Views: 3854

Thank you!!
by P4W3R
Thu, 2008-11-06, 12:04
Forum: DCMTK - General
Topic: DICOM SR TREE SCOORD problems
Replies: 2
Views: 3854

DICOM SR TREE SCOORD problems

Hi, i am trying to build a basic dicomSR, but i am not able to add SCOORD nodes to the tree, here is the code that I use: ... DSRDocument document; DSRDocumentTree *documentTree = &document.getTree(); documentTree->addContentItem(DSRTypes::RT_isRoot, DSRTypes::VT_Container); documentTree->getCur...