Search found 7 matches

by NDT
Wed, 2012-05-16, 19:43
Forum: DCMTK - Installation
Topic: Dcmtk for windows embeded compact 7
Replies: 1
Views: 4691

Dcmtk for windows embeded compact 7

Hi,
We are starting a project on windows embeded compact 7 platform.

I try to figure ow to modify the CMake to use the BSP But up to now I didn't find anything

Does someone have any hints?

Regards
NDT
by NDT
Tue, 2012-03-13, 17:03
Forum: DCMTK - Installation
Topic: Is it posible to generate DCMTK Libs on Windows Embedded Compact 7 (WEC 7)
Replies: 0
Views: 14025

Is it posible to generate DCMTK Libs on Windows Embedded Compact 7 (WEC 7)

Hi
I tried the search function but I did not find something specific.
Windows is used to often:)

We are starting with a new Project on a WEC 7 Machine.
Does someone already convert the DCMTK to that OS?
Is someone able to estimate the effort it will take to do it?

Regards
NDT
by NDT
Tue, 2011-02-22, 17:20
Forum: DCMTK - General
Topic: Find Outer Sequence
Replies: 1
Views: 2612

Find Outer Sequence

Hi, We have a complex data structure oganized as Sequence Item Data1 Data2 .... Sequence Item Data3 Data4 .... Item End Item Data3 Data4 .... Item End ... Sequence End Item End Item Data1 Data2 .... Sequence Item Data3 Data4 .... Item End Item Data3 Data4 .... Item End ... Sequence End Item End Item...
by NDT
Fri, 2010-10-29, 14:00
Forum: DCMTK - General
Topic: Exists the oppside of loadAllDataIntoMemory?
Replies: 3
Views: 6036

Sounds good,
But I am not able to find it in release 3.54.
I guess there is no chance?
by NDT
Fri, 2010-10-29, 10:37
Forum: DCMTK - General
Topic: Exists the oppside of loadAllDataIntoMemory?
Replies: 3
Views: 6036

Exists the oppside of loadAllDataIntoMemory?

Hi, Is there somehow the chance to "UNDO" the result of LoadAllDataIntoMemory? We are working with quite large files and for security reason they are stored to file in between. But LoadAllDataIntoMemory "eats" a lot of memory. So for further processing it would be very nice if we...
by NDT
Fri, 2009-11-20, 18:06
Forum: DCMTK - General
Topic: Strange behavior on XML2DCM
Replies: 1
Views: 3678

I got it! :D The problem was not DCMTK. The problem was that an other module modified some entries directly after the conversion to dcm file. But it saved the file without a loadAllDataIntoMemory() :oops: call so data that was larger than default size was not loaded. And that data was not loaded aut...
by NDT
Thu, 2009-11-19, 19:55
Forum: DCMTK - General
Topic: Strange behavior on XML2DCM
Replies: 1
Views: 3678

Strange behavior on XML2DCM

Hi, We have an application managing Dicom files. one Job of this application is to receive some XML Files and converts them to dicom for further processing. To avoid re-inviting the wheel we spawn a process and use xml2dcm to do the conversion. Generally that works fine and fast. But sometimes after...