Đông Hà
Đông Hà

Reputation: 222

How to use DCMTK in an iPhone project

I have already successfully used CCmake to compile dcmtk3.6 and build it in an ios environment, but I don't know how to include these compiled file in a new ios project.

I have already moved dcmtk after compiling to a new iphone project, and used #include "dcm2xml.h" but there is error about path.

Upvotes: 3

Views: 2231

Answers (1)

michael pan
michael pan

Reputation: 599

Try the iiDicom framework in QuickDicom.

http://sourceforge.net/projects/quickdicom/

iiDicom provides an ObjC wrapper for DCMTK, but it has not been updated for a while, so only handles DCMTK 3.5.4. If you've already compiled DCMTK 3.6 for iOS, you should be able to cobble the two together.

Upvotes: 4

Related Questions