Search found 3 matches

by newbould
Tue, 2006-01-10, 20:57
Forum: DCMTK - Installation
Topic: Problems Undefined reference
Replies: 5
Views: 8201

Same problem

Any library gurus out there want to tackle this one? I seem to have the same problem: g++ -o IRfispfit newfit.o qld.o cfsqp.o -L/usr/local/dicom/lib -lool -lgsl \ -lgslcblas -ldcmdata -lofstd -lpthread -lz -lstdc++ /usr/local/dicom/lib/libdcmdata.a(dcitem.o): In function `char* std::basic_string<cha...
by newbould
Thu, 2005-01-06, 18:27
Forum: DCMTK - General
Topic: Modifying Tags in the Meta Header
Replies: 2
Views: 6819

Ah, thank you.

Cheers,
Rex
by newbould
Thu, 2005-01-06, 00:05
Forum: DCMTK - General
Topic: Modifying Tags in the Meta Header
Replies: 2
Views: 6819

Modifying Tags in the Meta Header

Hi guys (wonderful toolkit)! I have a dicom file I am modifying. I can happily open/read/modify/save the file, except for the tags found inside the meta-header. I've tried putAndInsert'ing it using the dataset pointer, and using the metaheader pointer. Neither returns a bad code condition, but the w...