Search found 34 matches

by Mercusyo
Fri, 2014-07-04, 15:43
Forum: DCMTK - General
Topic: getInterData with multiframe dicom files
Replies: 9
Views: 8516

Re: getInterData with multiframe dicom files

Hello,

Thank you for your help ! I found what was wrong. Indeed, the were some errors in my source code ...

Best regards,
by Mercusyo
Fri, 2014-07-04, 09:17
Forum: DCMTK - General
Topic: getInterData with multiframe dicom files
Replies: 9
Views: 8516

Re: getInterData with multiframe dicom files

Hello, I have some troubles with different multi frame dicom files. Can I send you this files :?: If yes, how :?: For exemple, I have a dicom file with 15 frames. The "type representation" is "unsigned char*"; I recover the 8 first frames correctly, but not the other frames ... t...
by Mercusyo
Thu, 2014-07-03, 10:23
Forum: DCMTK - General
Topic: getInterData with multiframe dicom files
Replies: 9
Views: 8516

Re: getInterData with multiframe dicom files

Ok thank you for your reply. I created of course a template for this method. Yesterday, it was just a test.
My project was developed in C++ Builder, and I uses Visual Studio C++ to create a DLL for mangling methods between C++ Builder and VSC++.

Best regards,
by Mercusyo
Wed, 2014-07-02, 15:40
Forum: DCMTK - General
Topic: getInterData with multiframe dicom files
Replies: 9
Views: 8516

Re: getInterData with multiframe dicom files

Ok thank you for your help. Another question, should I use the "getInputCount" method or "getCount()" to determine the number of bytes of the file :?: I used the internal representation and I created 6 methods like this : (example for unsigned char*) bool getInternalPixelDataUint...
by Mercusyo
Wed, 2014-07-02, 08:16
Forum: DCMTK - General
Topic: getInterData with multiframe dicom files
Replies: 9
Views: 8516

Re: getInterData with multiframe dicom files

Thank you for your reply :!:

I suspected that I can't mix these 2 methods ... How can I do for reading a frame of a dicom multi frame with the "getInterData" methode, please :?:

Thank you,

Best regards,
by Mercusyo
Tue, 2014-07-01, 14:09
Forum: DCMTK - General
Topic: getInterData with multiframe dicom files
Replies: 9
Views: 8516

getInterData with multiframe dicom files

Hello, I used the "getInterData" method for reading the real pixel data. But I don't know how use this methode with multifram dicom files ? I only have the first frame :? bool isReturn = false; unsigned long NbByte = 0; unsigned short* pixelData = NULL; // Récupération des données de l'ima...
by Mercusyo
Thu, 2014-06-19, 13:19
Forum: DCMTK - General
Topic: getRepresentation méthod with compressed dicom files
Replies: 2
Views: 3323

Re: getRepresentation méthod with compressed dicom files

I used Visual Studio C++ 2010 Ultimate; and the debugger don't show me all of the contents of variables ... I don't know why ...
by Mercusyo
Thu, 2014-06-19, 13:17
Forum: DCMTK - General
Topic: Using getInterData
Replies: 9
Views: 8809

Re: Using getInterData

Ok, thank you for your help!
by Mercusyo
Wed, 2014-06-04, 07:50
Forum: DCMTK - General
Topic: getRepresentation méthod with compressed dicom files
Replies: 2
Views: 3323

getRepresentation méthod with compressed dicom files

Hello,

I create a new topic for this problem : I have an access violation when using the getRepresentation méthod with compressed dicom files :?:

Thanks a lot,
by Mercusyo
Tue, 2014-06-03, 14:23
Forum: DCMTK - General
Topic: Using getInterData
Replies: 9
Views: 8809

Re: Using getInterData

I'm back to this topic. What about the getRepresentation méthod with compressed dicom files :?:
I have some troubles of violation access on it ...
Thank a lot
by Mercusyo
Tue, 2014-06-03, 12:42
Forum: DCMTK - General
Topic: Using getInterData
Replies: 9
Views: 8809

Re: Using getInterData

Ok, thank you for your great help :!:
My program works fine now :D
by Mercusyo
Wed, 2014-05-28, 09:05
Forum: DCMTK - General
Topic: Using getInterData
Replies: 9
Views: 8809

Re: Using getInterData

Ok, thank you for your new reply. In fact, I created a DLL to interface DCMTK to my C++ Builder program. I used the "mangling" technique ...
So, I must know the format for my C++ Builder part of program ...

Best regards,
by Mercusyo
Wed, 2014-05-28, 07:42
Forum: DCMTK - General
Topic: Using getInterData
Replies: 9
Views: 8809

Re: Using getInterData

Thanks for your reply. Yes, I read the documentation, but I don't understand how use this method ... with a "switch" I supposed, but how I get the right format :?:
Thanks a lot,

Best regards,
by Mercusyo
Tue, 2014-05-27, 15:29
Forum: DCMTK - General
Topic: Using getInterData
Replies: 9
Views: 8809

Using getInterData

Hello, I would like to read the "real" pixel data and I used the method "getInterData" of "DicomImage class" I created 2 methods like : bool getInternalPixelData(const char* filename, unsigned short* value) { bool isResult = false; // Récupération des données de l'image...
by Mercusyo
Mon, 2013-10-07, 12:55
Forum: DCMTK - General
Topic: Problem DICOMDIR generation
Replies: 10
Views: 13407

Re: Problem DICOMDIR generation

Ok thank you. It works fine with this recommandation :D