|
Slicer 4.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|


Public Member Functions | |
| def | __init__ |
| def | examine |
| def | examineFiles |
| def | load |
Public Attributes | |
| loadType | |
SlicerDataBundle specific interpretation code
Definition at line 12 of file DICOMSlicerDataBundlePlugin.py.
| def DICOMSlicerDataBundlePlugin::DICOMSlicerDataBundlePluginClass::__init__ | ( | self | ) |
Definition at line 16 of file DICOMSlicerDataBundlePlugin.py.
| def DICOMSlicerDataBundlePlugin::DICOMSlicerDataBundlePluginClass::examine | ( | self, | |
| fileLists | |||
| ) |
Returns a list of DICOMLoadable instances corresponding to ways of interpreting the fileLists parameter.
Definition at line 24 of file DICOMSlicerDataBundlePlugin.py.
| def DICOMSlicerDataBundlePlugin::DICOMSlicerDataBundlePluginClass::examineFiles | ( | self, | |
| files | |||
| ) |
Returns a list of DICOMLoadable instances corresponding to ways of interpreting the files parameter. Look for the special private creator tags that indicate a slicer data bundle Note that each data bundle is in a unique series, so if 'files' is a list of more than one element, then this is not a data bundle.
Definition at line 40 of file DICOMSlicerDataBundlePlugin.py.
| def DICOMSlicerDataBundlePlugin::DICOMSlicerDataBundlePluginClass::load | ( | self, | |
| loadable | |||
| ) |
Load the selection as a data bundle by extracting the embedded zip file and passing it to the application logic
Definition at line 69 of file DICOMSlicerDataBundlePlugin.py.
Definition at line 16 of file DICOMSlicerDataBundlePlugin.py.
1.7.4