Search found 11 matches

by Vrenn
Thu, 2009-12-17, 15:05
Forum: DCMTK - Installation
Topic: dcmtk fails on Fedora 12 openssl 1.0
Replies: 1
Views: 7977

dcmtk fails on Fedora 12 openssl 1.0

Hello dear dcmtk-developers and first thanks for the great software I can use. But I faced an problem. I wanted to build dcmtk-rpms/debs again on the opensuse build server which failed on Fedora 12 host: make[2]: Entering directory `/home/stephan/dcmtk-original/dcmtk-3.5.4/dcmtls/libsrc' c++ -DHAVE_...
by Vrenn
Sun, 2009-04-19, 15:09
Forum: DCMTK - General
Topic: reading tags doesnt work
Replies: 10
Views: 10393

Something new occured. The solution works fine exept for one single DcmElement: The error (without the || TRUE it works ): RequestAttributesSequence64 629 Item65534 57344 Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7f8d6f123750 (LWP 5707)] 0x00000000008409d0 in vtable...
by Vrenn
Wed, 2009-04-15, 15:30
Forum: DCMTK - General
Topic: reading tags doesnt work
Replies: 10
Views: 10393

If you call that easy consider its my first dicom-app ;) anyway it did work!
Thanks alot again, now I have to filter out the too massive data before load/translation as PixelData don't look well in an table of strings.
by Vrenn
Wed, 2009-04-15, 13:49
Forum: DCMTK - General
Topic: reading tags doesnt work
Replies: 10
Views: 10393

Thanks for that, I'll give it a grat try. Perhaps its faster than pasing the global data dict one and then make 2000x a search for each element. I don't know, why dcmItem->findAndGetOFStringArray(tagList , ofTmpString).good() gives me a flase on an LO Vr, but perhaps the other way round will move ar...
by Vrenn
Wed, 2009-04-15, 13:31
Forum: DCMTK - General
Topic: reading tags doesnt work
Replies: 10
Views: 10393

I'm using findAndGetOfString() and findAndGetOFStringArray(). As they need a dcmtagkey I'm using the keys of the global data dict and as they don't work on every tag I tried it with the specialised findAndGet-functions (the following Ifs, checking the VRs). I belive I'm somehow using them wrong.
by Vrenn
Wed, 2009-04-15, 13:02
Forum: DCMTK - General
Topic: reading tags doesnt work
Replies: 10
Views: 10393

I try to extract each String, integer or date stored in an DcmItem and convert and store it in a string. tagList has all DcmTagKey's I want to search for and findAndGetOFStringArray(tagList , ofTmpString).good() findAndGetLongInt(tagList , longInt).good() findAndGetFloat64(tagList , tmpFD).good() sh...
by Vrenn
Tue, 2009-04-14, 18:46
Forum: DCMTK - General
Topic: reading tags doesnt work
Replies: 10
Views: 10393

reading tags doesnt work

Hello At first thanks for the great dicom-framework, butI now have a problem I cant get over with it: I try a class, that reads all "metainformation" out of a dicom object by this group: //now finally fill all information void metaInformation::fillAllInformation( DcmItem *dcmItem ) { if ( ...
by Vrenn
Fri, 2008-12-19, 21:59
Forum: DCMTK - Installation
Topic: [solved] dsrdoc.cc fails on opensuse 11.1 buildserver
Replies: 5
Views: 8896

Now it works, the source goes fine through the opensuse-buildservice, thank you.
by Vrenn
Fri, 2008-12-19, 17:23
Forum: DCMTK - Installation
Topic: [solved] dsrdoc.cc fails on opensuse 11.1 buildserver
Replies: 5
Views: 8896

Yes, it works. now the package goes through this test, although it fails on another one:
dcmtk-3.5.4-18.1.i586.rpm: directories not owned by a package:
- /usr/share/data

Seems that i complains that dcmtk installs into a directory not owned by itself or another one... I'll see what I can do there.
by Vrenn
Fri, 2008-12-19, 13:20
Forum: DCMTK - Installation
Topic: [solved] dsrdoc.cc fails on opensuse 11.1 buildserver
Replies: 5
Views: 8896

Actually no (inaccuracies). I'm not an experienced programmer. I just wrote a little qt-dicomviewer for my diploma (and so many thanks to you for my success). As I want to put it on build.opensuse.org to get several rpms (Fedora, Mandriva 08, soon 09, Suse 10.3 up...) I also used the buildservice to...
by Vrenn
Fri, 2008-12-19, 11:42
Forum: DCMTK - Installation
Topic: [solved] dsrdoc.cc fails on opensuse 11.1 buildserver
Replies: 5
Views: 8896

[solved] dsrdoc.cc fails on opensuse 11.1 buildserver

Hello I've tried to build several rpm's for the dcmtk on build.opensuse.org. It works fine exept on the openSUSE 11.1 make[2]: Entering directory `/usr/src/packages/BUILD/dcmtk-3.5.4/dcmsr/libsrc' c++ -DHAVE_CONFIG_H -DNDEBUG -c -I. -I. -I../include -I../../config/include -I../../ofstd/include -I../...