miniplayground
miniplayground

Reputation: 297

How to read DICOM file on android os?

I want to know how to display a DICOM file on the Android OS ? Can I do it?

Upvotes: 4

Views: 4205

Answers (3)

Will Bonde
Will Bonde

Reputation: 538

Some are using DCMTK (http://www.dcmtk.org) on Android via Android NDK to acces DICOM. There's a discussion about it on the DCMTK forums here: http://forum.dcmtk.org/viewtopic.php?t=2960&sid=868791a13b4d266998284b921c4bfe8c

Upvotes: 6

Paolo Brandoli
Paolo Brandoli

Reputation: 4750

Imebra now includes JNI wrappers for Android and comes with a pre-built jar that includes java classes and so libraries with native code.

Upvotes: 1

Anders Gustafsson
Anders Gustafsson

Reputation: 15981

It is possible to access the Pixelmed Java DICOM Toolkit on Android, http://www.pixelmed.com . You should be able to use some of its functionality without even recompiling the JAR.

Upvotes: 0

Related Questions