Giter Site home page Giter Site logo

capten101 / dicom-metadata-extract Goto Github PK

View Code? Open in Web Editor NEW
3.0 2.0 1.0 5.72 MB

A Simple JAVA project to extract metadata out of the DICOM image files using pixelmed.jar. Code Challenge under my caMicroscope application for GSoC 2020

Java 100.00%
java pixelmed dicom dicom-viewer metadata-extraction

dicom-metadata-extract's Introduction

DICOM-Metadata-Extract

(Code Challenge under caMicroscope)

A Simple JAVA project to extract metadata out of the DICOM image files using pixelmed.jar.

DICOM® (Digital Imaging and Communications in Medicine) is the international standard to transmit, store, retrieve, print, process, and display medical imaging information. Inside every DICOM file, there is not only an image but some metadata too containing various kinds of information about that particular image, test, patient ID, Body part examined etc.

This Application automatically locates the DICOM image files from the project directory. It then extracts the necessary metadata out of them and stores it in a text file DICOM_MetaData.txt in the project directory itself 😇

Used libraries: PixelMed JAVA DICOM Toolkit

Ensure the below prerequisites:

  • All Dicom images must be placed in the current project directory.
  • Maven is installed in your system. (If not, run the following command) sudo apt install maven

Steps to run the application:

  • Step-1: (Clone the project)

git clone https://github.com/CapTen101/DICOM-Metadata-Extract.git

  • Step-1: (In the project directory, build the project)

mvn compile

  • Step-2: (Install all the necessary dependencies)

mvn install

  • Step-3: (Run the project)

java -cp target/DICOM-Extract.jar DICOM

You can observe the required output.

Thanks!

dicom-metadata-extract's People

Contributors

capten101 avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

leon1227

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.