Search found 2 matches

by ampec
Thu, 2014-07-10, 10:18
Forum: DCMTK - General
Topic: preserve private/empty tags with dcmrt types
Replies: 2
Views: 3110

Re: preserve private/empty tags with dcmrt types

Ok, I thought almost.

Thanks.
by ampec
Tue, 2014-07-08, 12:48
Forum: DCMTK - General
Topic: preserve private/empty tags with dcmrt types
Replies: 2
Views: 3110

preserve private/empty tags with dcmrt types

Hello, I am new to dcmtk. I have tried the following code as shown in the example: (http://support.dcmtk.org/docs-snapshot/mod_dcmrt.html) DcmFileFormat fileformat; OFCondition status = fileformat.loadFile("rtionplan.dcm"); if (status.good()) { DRTIonPlanIOD rtplan; status = rtplan.read(*f...