Difference between revisions of "Documentation/Nightly/Modules/DatabaseInteractor"

From Slicer Wiki
Jump to: navigation, search
Line 44: Line 44:
 
|}
 
|}
  
===Download panel===
+
===Download data using a patient Id===
 
{|
 
{|
 
|[[Image:DownloadPanelOnlyId.png|500px]]
 
|[[Image:DownloadPanelOnlyId.png|500px]]

Revision as of 15:50, 17 November 2016

Home < Documentation < Nightly < Modules < DatabaseInteractor


For the latest Slicer documentation, visit the read-the-docs.


Introduction and Acknowledgements

Extension: Database Interactor
Acknowledgments: This work was supported by the National Institues of Dental and Craniofacial Research and Biomedical Imaging and Bioengineering of the National Institutes of Health.
Author: Clément Mirabel, (University of Michigan)
Contributor1: Juan Carlos Prieto, (UNC)
Contributor2: Lucia Cevidanes (University of Michigan)
Contact: Clément Mirabel, <email>clement.mirabel@gmail.com</email>
License: Apache License, Version 2.0

Module Description

This extension contains multiple panels that allow the user to manage data from a web database. The data displayed in this extension dynamically reacts with user local folders and online database. The user should login with the same credentials than on the server entered as input.

Use Cases

Logo for Database Interactor
Interface of Database Interactor
Database Interactor in Slicer

Tutorials

Login to the database

LoginPanelDatabaseInteractor.png This tab allows the user to connect to a web database using the credentials register in this database. The user can only access the web system if he has the correct permissions.

Download data using a patient Id

DownloadPanelOnlyId.png This tab allows the user to retrieve data in the database using a patient ID. The user should select in which collection is the wanted file, then the patient Id and finally the date.

Upload panel

Management panel

Panels and their use

N/A

Similar Modules

N/A

References

N/A

Information for Developers

The source code is available on github