Difference between revisions of "2017 Winter Project Week/Electron App to add, navigate and visualize DICOM images"

From NAMIC Wiki
Jump to: navigation, search
Line 36: Line 36:
 
==Background and References==
 
==Background and References==
 
<!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data -->
 
<!-- Use this space for information that may help people better understand your project, like links to papers, source code, or data -->
 +
* Electron: http://electron.atom.io/
 +
* DICOM: http://dicom.nema.org/
 +
* BrainVerse: https://github.com/ReproNim/brainverse

Revision as of 18:48, 5 January 2017

Home < 2017 Winter Project Week < Electron App to add, navigate and visualize DICOM images

Key Investigators

  • Smruti Padhy (McGovern Institute for Brain Research, Massachusetts Institute of Technology)
  • Satrajit Ghosh (McGovern Institute for Brain Research, Massachusetts Institute of Technology)
  • Mathias Goncalves (McGovern Institute for Brain Research, Massachusetts Institute of Technology)

Project Description

Objective Approach and Plan Progress and Next Steps
  • Add functionality to an Electron App, BrainVerse - An electronic laboratory notebook, to allow adding, navigating and visualizing DICOM images
  • Explore Electron API to access and navigate files within a local directory
  • Build GUI to acquire DICOM images
    • Create a form to input values and trigger fMRI scanner and save the acquired images from the scanner in the local app directory
    • Encode the provenance information of the DICOM image to a jsonld file
    • Further, the files would be sent to a remote triple store
  • Build an interface to display the acquired images directory
    • Allow navigation within the directory
    • Search functionality could be provided
  • Display images in the app interface
    • Integrate a viewer with the app to visualize a DICOM image

Background and References