问题
I want to know how to display a DICOM file on the Android OS ? Can I do it?
回答1:
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
回答2:
Imebra now includes JNI wrappers for Android and comes with a pre-built jar that includes java classes and so libraries with native code.
回答3:
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.
来源:https://stackoverflow.com/questions/5739349/how-to-read-dicom-file-on-android-os