2016 Winter Project Week/Projects/Data Persisting

From NAMIC Wiki
Revision as of 15:45, 21 December 2015 by Jonieva (talk | contribs)
Jump to: navigation, search
Home < 2016 Winter Project Week < Projects < Data Persisting

Key Investigators

  • Raúl San José
  • Jorge Onieva

Project Description

Objective
  • Implement a mechanism simpler than MRML to save information about clinical data handled by Slicer modules
  • SQLite + Qt wrappers seem a good fit for this goal, extensible to other database engines to easily share data between different computers.
  • Possibly reuse this mechanism to also easily store the module state locally and inside a network.


Approach, Plan
  • Discuss about security issues and other possible approaches.
  • Implement a proof of concept
Progress

Background and References