Search found 12 matches

by sovaldes
Mon, 2012-11-05, 20:17
Forum: DCMTK - General
Topic: Loading a standard DICOM file vs. a enhanced one
Replies: 2
Views: 3038

Re: Loading a standard DICOM file vs. a enhanced one

Thanks Jörg, thank you for your answer.

Samuel
by sovaldes
Mon, 2012-10-29, 20:39
Forum: DCMTK - General
Topic: Loading a standard DICOM file vs. a enhanced one
Replies: 2
Views: 3038

Loading a standard DICOM file vs. a enhanced one

Hi everyone, I am regarding if there is an easy way to load a bunch of standard DICOM files (not enhanced ones) as only one file, like an enhaced DICOM file, with all the 3D raw data inside it (and not open each 2D file with a for loop). As I told in other posts I had been working in an iPad applica...
by sovaldes
Thu, 2012-10-25, 16:22
Forum: DCMTK - General
Topic: DCMTK for iOS 6.0 and CMake error
Replies: 2
Views: 3410

Re: DCMTK for iOS 6.0 and CMake error

Jörg,

No worries. I figured out how to use DCMTK in iOS 6.0. It is working OK. Thank you anyway
by sovaldes
Thu, 2012-09-27, 01:26
Forum: DCMTK - General
Topic: DCMTK for iOS 6.0 and CMake error
Replies: 2
Views: 3410

DCMTK for iOS 6.0 and CMake error

Someone have been able to load the DCMTK libraries in iOS 6.0. Unfortunately I upgraded my iPad 3 the last week to iOS 6.0 and now I am unable to use the DCMTK libraries that I built with Cmake for a project that I am working. The worst thing, is that at the moment, the devices with A5 (iPad 3 for e...
by sovaldes
Thu, 2012-09-13, 21:03
Forum: DCMTK - General
Topic: Pixel spacing, slice thickness and space between slices
Replies: 3
Views: 5447

Re: Pixel spacing, slice thickness and space between slices

ok, I realize what was my problem. I was loading an enhanced DICOM file, which have the slice thickness and the pixel spacing hidden under the attribute Per-frameFunctionalGroupsSequence for each slice. So my Question now is if there is an easy way to get this information, because with the code I po...
by sovaldes
Thu, 2012-09-13, 01:38
Forum: DCMTK - General
Topic: Pixel spacing, slice thickness and space between slices
Replies: 3
Views: 5447

Pixel spacing, slice thickness and space between slices

Hi DCMTK team, I have a question for you. Is there any possibility to get the Pixel spacing, the slice thickness or the space between slices from the DicomImage class? The typical way to get this information, as I read in other posts, is using the DcmFileFormat class, through this current function (...
by sovaldes
Tue, 2012-08-14, 21:43
Forum: DCMTK - General
Topic: DiPixel::getData() vs. DicomImage::getOutputData()
Replies: 4
Views: 5448

Re: DiPixel::getData() vs. DicomImage::getOutputData()

Hi Jörg, Thanks for the reply. However I Have one more question. I am kind of confuse between the terms raw data and render data. Can you explain me the difference or correct me if I am wrong? What I am understand from your forums is that the raw data is the internal data stored in the DICOM file, w...
by sovaldes
Mon, 2012-08-13, 22:25
Forum: DCMTK - General
Topic: CIF_IgnoreModalityTransformation flag
Replies: 1
Views: 3221

CIF_IgnoreModalityTransformation flag

What is the meaning of the CIF_IgnoreModalityTransformation flag when yo create a new DicomImage object??? Can someone explain me, because due to this flag I am able to display an MRI in an iPad. If I take it out my image got horrible.

Thank you

Samuel
by sovaldes
Mon, 2012-08-13, 22:15
Forum: DCMTK - General
Topic: DiPixel::getData() vs. DicomImage::getOutputData()
Replies: 4
Views: 5448

DiPixel::getData() vs. DicomImage::getOutputData()

Dear DCMTK team, I had been able to load a dicom image in a iPad thank for your libraries. The only thing I am wondering is what is the difference between using DiPixel::getData() and DicomImage::getOutputData(). In my code I am loading a MRI with 300 slices and I did'n t have any problem using the ...
by sovaldes
Fri, 2012-06-22, 02:44
Forum: DCMTK - Installation
Topic: DCMTK for iOS
Replies: 27
Views: 54530

Re: DCMTK for iOS

Hi jb1989, Can you help me please. I tried to implement all your steps but I got stuck when I compile the DMCTK.xcodeproj, generated by CMake using the terminal. As you post I used the command "sudo xcodebuild -target install -sdk iphoneos 5.1 -configuration Debug build" in the binary dire...