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 15: Line 15:
 
|
 
|
 
<!-- Objective bullet points -->
 
<!-- Objective bullet points -->
*  
+
* Add functionality to an Electron App, BrainVerse - An electronic laboratory notebook, to allow adding, navigating and visualizing DICOM images
 
|
 
|
 
<!-- Approach and Plan bullet points -->
 
<!-- Approach and Plan bullet points -->
*  
+
* 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
 +
 
 
|
 
|
 
<!-- Progress and Next steps bullet points (fill out at the end of project week) -->
 
<!-- Progress and Next steps bullet points (fill out at the end of project week) -->

Revision as of 18:44, 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