A JAVA program that is able to read DICOM files, process the images, and also read the metadata present in it.
DICOM stands for Digital Imaging and Communications in Medicine.
A DICOM File contains an image from a medical scan, such as an ultrasound or MRI. It was designed to exchange and view medical images, such as CT scans, MRIs, and ultrasound images.
With this Project, we wish to read and process the image present in the file, and also at the same time, read all the valuable information that is present in the file in the form of metadata.
The Library used in this project is PixelMed
Library.
You can download the pixelmed.jar file from here.
If you have any feedback, please reach out to me at [email protected], or raise an issue.