pyxnat.Interface

class pyxnat.Interface(server, user, password, datastore=None)

Class that holds the properties to access a XNAT server.

>>> interface = Interface( server='http://central.xnat.org:8080',
                           user='login',
                           password='pwd',
                           datastore='/tmp'
                         )

Previous topic

pyxnat.SearchManager

Next topic

pyxnat.CacheManager

This Page

Quick search