Skip to content

DicomReader is a simple Java Dicom files decipher. It handles headers and images within as well; data (headers and pixel-value images) will be saved into ascii clear text files. A pgm version of the image files is also provided.

License

Notifications You must be signed in to change notification settings

menfangwang/dicomreader

This branch is 16 commits behind slabua/dicomreader:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

405778d · Oct 14, 2013

History

22 Commits
Oct 14, 2013
Sep 25, 2013
Sep 19, 2013
Sep 25, 2013
Oct 14, 2013
Oct 14, 2013
Sep 18, 2013
Sep 18, 2013
Sep 18, 2013

Repository files navigation

--------------------------------------------------------------------
* DicomReader *
  Copyright   : (C) 2005 Salvatore La Bua      <slabua(at)gmail.com>
                         http://www.slblabs.com/projects/dicomreader
                         http://github.com/slabua/dicomreader

--------------------------------------------------------------------

* Introduction to the Project *

-DicomReader is a simple Java DICOM files decipher.
-It handles headers and images within as well; data (headers and pixel-value images) will be saved into ascii clear text files. A pgm version of the image files can be also provided.

* Some informations about DicomReader *

-DicomReader is a simple Dicom files decipher.
-It handles headers and images within as well; data (headers and pixel-value images) will be saved into ascii clear text files. A pgm version of the image files is also provided as an option for the user.
-The graphical user interface, based on Swing components, allow the user to choose the file names where headers and images will be saved to. When a pgm image is wanted, its name is automagically generated from the ascii text image's file name.
-DicomReader needs a Dicom dictionary to work, from where it can read Dicom tags and take the correct action for each of them.
-If multislices dicom files are provided, results will be saved with the same file basename selected in the user interface and a sequence number will be appended at its end keeping the original file name extention (if provided by the user).

About

DicomReader is a simple Java Dicom files decipher. It handles headers and images within as well; data (headers and pixel-value images) will be saved into ascii clear text files. A pgm version of the image files is also provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published