How to read DICOM file on android os?
开发者_JAVA百科I want to know how to display a DICOM file on the Android OS ? Can I do it?
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
Imebra now includes JNI wrappers for Android and comes with a pre-built jar that includes java classes and so libraries with native code.
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.
精彩评论