Search found 2 matches

by prox
Fri, 2008-10-10, 19:53
Forum: DCMTK - General
Topic: Creating Dose SR documents
Replies: 2
Views: 2871

Thanks for the response Jorg. I checked the return values of the addContentItem() calls and this one: doc->getTree().addContentItem(DSRTypes::RT_hasConceptMod, DSRTypes::VT_Code); was coming back false. I changed it to doc->getTree().addContentItem(DSRTypes::RT_hasConceptMod, DSRTypes::VT_Code, DSRT...
by prox
Wed, 2008-10-08, 15:01
Forum: DCMTK - General
Topic: Creating Dose SR documents
Replies: 2
Views: 2871

Creating Dose SR documents

In preparation for the NA Connectathon I am trying to generate dose reports for the REM profile. The problem I'm having is that the document title seems to be over written when I add other nodes under it in the tree. The code looks something like this: DSRDocument *doc = new DSRDocument(); doc->crea...