Difference between revisions of "2010 Winter Project Week catalyst"

From NAMIC Wiki
Jump to: navigation, search
Line 18: Line 18:
 
<h3>Approach, Plan</h3>
 
<h3>Approach, Plan</h3>
 
Specific open issues:
 
Specific open issues:
 +
#Review data modeling requirement for XNAT from a MGH PI
 
#Contributing SubjectHandler Yong wrote into DicomServer release.
 
#Contributing SubjectHandler Yong wrote into DicomServer release.
 
#Scan Level search capabilities for queries like "find all mr sessions with a usable MPRAGE scan". According to Tim, this is not an out-of-the-box thing offered by the REST API.
 
#Scan Level search capabilities for queries like "find all mr sessions with a usable MPRAGE scan". According to Tim, this is not an out-of-the-box thing offered by the REST API.
Line 27: Line 28:
  
 
<h3>Progress</h3>
 
<h3>Progress</h3>
</div>
+
#Most of the data should have a close map to XNAT schema. Extensions to XNAT are needed to cover Testing session and Clinic Visit. XNAT will add a new field for "site".
 +
#The SubjectHandler code was sent to Kevin Archie for consideration.
 +
#This is now supported in xnat 1.4 rc3.
 +
#NRRD files can be loaded just as any other files. New parser is needed to be written if it's is desired to get header information from the NRRD files.
 +
 
 
</div>
 
</div>
  
Line 35: Line 40:
  
 
</div>
 
</div>
 +
 
==References==
 
==References==
 
<div>
 
<div>

Revision as of 19:00, 6 January 2010

Home < 2010 Winter Project Week catalyst

Key Investigators

  • Yong Gao
  • Randy Gollub
  • John Paulett
  • Tim Olsen
  • Dan Marcus

Objective

Provide support to the Harvard Catalyst as they work to stand up XNAT throughout their user community. Investigate the possibility that the Harvard Catalyst use case could be a model for additional CTSC sites that are also using the i2b2 framework, such as Emory University.

Approach, Plan

Specific open issues:

  1. Review data modeling requirement for XNAT from a MGH PI
  2. Contributing SubjectHandler Yong wrote into DicomServer release.
  3. Scan Level search capabilities for queries like "find all mr sessions with a usable MPRAGE scan". According to Tim, this is not an out-of-the-box thing offered by the REST API.
  4. Processing and loading images in NRRD format.

Progress

  1. Most of the data should have a close map to XNAT schema. Extensions to XNAT are needed to cover Testing session and Clinic Visit. XNAT will add a new field for "site".
  2. The SubjectHandler code was sent to Kevin Archie for consideration.
  3. This is now supported in xnat 1.4 rc3.
  4. NRRD files can be loaded just as any other files. New parser is needed to be written if it's is desired to get header information from the NRRD files.


References