Skip to content
This repository has been archived by the owner on Nov 28, 2021. It is now read-only.

NOTE: An academic thing I did long ago, but no longer work on. Playing around with enhancing Droid DICOM Viewer (http://code.google.com/p/droid-dicom-viewer/). The git branch has some extra gitignores and excludes stuff from the original HG repository. I had worked and merge into the enhance branch.

License

Notifications You must be signed in to change notification settings

nelsonjchen/droid-dicom-viewer

Repository files navigation

Droid DICOM Viewer

http://code.google.com/p/droid-dicom-viewer/

2011 © Pierre Malarme

Fork

This fork was done as an exercise in enhancing a previously available Android application such as an Android DICOM viewer.

Sadly, not much attention was paid to respecting the original code style. Additionally, a third party library (dcm4che2) was tacked on to add features that the original Android specific code did not have. Even then, we were not able to fully utilize the original features of the library that exist on SunOracle's original VM but do not on Android's Dalvik psuedo-Java platform.

We wish that more proper implementations of the following features will eventually find their way into the original project.

We've added:

  • Intents from OI File Manager, DropBox, and similar apps are handled.

  • A nice File Metadata Viewing Activity from the Chooser and the Viewer.

  • The chooser now sorts without capitalization.

  • The ability to rotate an Image in the Viewer Activity.

  • There is now a Preference screen for hiding the disclaimer on first startup.

  • A Git repository that does not have R.java and other riffraff files under version control thanks to .gitignore. It's also now on GitHub under crazysim/droid-dicom-viewer . Our branch with our enhancements are on the enhance branch of that repository. Without enhancement, our properly versioned controlled version of the original repository is on the git branch. Finally, master is a commit for commit port of the original mercurial repository.

Building

Add the Jar files to your classpath. Run in your IDE.

About

NOTE: An academic thing I did long ago, but no longer work on. Playing around with enhancing Droid DICOM Viewer (http://code.google.com/p/droid-dicom-viewer/). The git branch has some extra gitignores and excludes stuff from the original HG repository. I had worked and merge into the enhance branch.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages