|
virtual bool | isA (const std::string &type) const override |
|
FWGDCMIO_API | SeriesDB (::fwDataIO::reader::IObjectReader::Key key) |
| Constructor.
|
|
FWGDCMIO_API | ~SeriesDB () |
| Destructor.
|
|
FWGDCMIO_API void | read () override |
| Reads DICOM data from configured path and fills SeriesDB object.
|
|
FWGDCMIO_API void | readFromDicomSeriesDB (const ::fwMedData::SeriesDB::csptr &dicomSeriesDB, const ::fwServices::IService::sptr ¬ifier=::fwServices::IService::sptr()) |
| Reads DICOM data from DicomSeries and fills SeriesDB object. More...
|
|
FWGDCMIO_API void | readDicomSeries () |
| Reads DICOM data from configured path and fills SeriesDB object with DicomSeries.
|
|
FWGDCMIO_API bool | isDicomDirAvailable () |
| Return true if a dicomdir file can be read.
|
|
FWGDCMIO_API DicomSeriesContainerType & | getDicomSeries () |
| Return DicomSeries container.
|
|
const bool & | getDicomdirActivated () const |
| Get Set whether the reader must use the dicomdir file or not.
|
|
void | setDicomdirActivated (const bool &isDicomdirActivated) |
| Set Set whether the reader must use the dicomdir file or not.
|
|
const std::string & | getDicomFilterType () const |
| Get Dicom filter type that must be applied prior to the reading process.
|
|
void | setDicomFilterType (const std::string &dicomFilterType) |
| Set Dicom filter type that must be applied prior to the reading process.
|
|
const SupportedSOPClassContainerType & | getSupportedSOPClassContainer () const |
| Get Supported SOP Class.
|
|
void | setSupportedSOPClassContainer (const SupportedSOPClassContainerType &supportedSOPClassContainer) |
| Set Supported SOP Class.
|
|
const ::fwLog::Logger::sptr & | getLogger () const |
| Get Logger.
|
|
void | setLogger (const ::fwLog::Logger::sptr &logger) |
| Set Logger.
|
|
FWGDCMIO_API std::shared_ptr< ::fwJobs::IJob > | getJob () const override |
| Getter for reader's job.
|
|
void | setBufferRotationEnabled (bool enabled) |
| Enable buffer rotation.
|
|
| GenericObjectReader () |
| Constructor. Do nothing.
|
|
virtual std::string | extension () override |
|
virtual | ~GenericObjectReader () |
| Destructor. Do nothing.
|
|
virtual void | setObject (::fwTools::Object::sptr obj) override |
| m_object setter. More...
|
|
virtual std::shared_ptr< DataType > | getConcreteObject () |
| m_object getter. More...
|
|
virtual FWDATAIO_API::fwTools::Object::sptr | getObject () |
| m_object getter. More...
|
|
virtual FWDATAIO_API void | setLocation (const ::fwData::location::ILocation::sptr _location) |
| m_location setter. More...
|
|
virtual FWDATAIO_API::fwData::location::ILocation::sptr | getLocation () |
| m_location getter. More...
|
|
FWDATAIO_API void | cancel () |
| Requests reader abortion.
|
|
| enableFolder (::fwDataIO::reader::IObjectReader *rw) |
| constructor More...
|
|
void | setFolder (ILocation::PathType folder) |
| Set folder filesystem path.
|
|
ILocation::PathType | getFolder () |
| Get folder filesystem path.
|
|
void | setRecursive (bool val) |
| Set the flag if folder location is recursive.
|
|
bool | getRecursive () |
| Get the flag if folder location is recursive.
|
|
| enableMultiFiles (::fwDataIO::reader::IObjectReader *rw) |
| constructor More...
|
|
void | setFiles (ILocation::VectPathType paths) |
| Set file system paths.
|
|
ILocation::VectPathType | getFiles () |
| Get file system paths.
|
|
std::shared_ptr< SignalBase > | signal (const Signals::SignalKeyType &key) const |
|
template<typename SignalType > |
std::shared_ptr< SignalType > | signal (const Signals::SignalKeyType &key) const |
|
template<typename SignalType > |
std::shared_ptr< SignalType > | newSignal (const Signals::SignalKeyType &key) |
|