Reads DICOM series from pacs.
More...
#include <SeriesRetriever.hpp>
|
typedef ::fwCom::Slot< void(const std::string &, unsigned int, const std::string &)> | ProgressCallbackSlotType |
|
|
virtual bool | isA (const std::string &type) const override |
|
FWPACSIO_API | SeriesRetriever () |
| Constructor.
|
|
FWPACSIO_API | ~SeriesRetriever () |
| Destructor.
|
|
FWPACSIO_API void | initialize (const std::string &applicationTitle, unsigned short applicationport, int timeout=3, ProgressCallbackSlotType::sptr progressCallback=ProgressCallbackSlotType::sptr()) |
| Initialize the connection. More...
|
|
FWPACSIO_API bool | start () |
| Start the server.
|
|
|
static bool | isTypeOf (const std::string &type) |
|
static bool | isTypeOf (const std::string &type) |
|
static const std::string & | leafClassname () |
| return object's classname without its namespace, i.e. BaseObject
|
|
static const std::string & | classname () |
| return object's classname without its namespace, i.e. BaseObject
|
|
|
static FWPACSIO_APIconst::fwCom::Slots::SlotKeyType | s_PROGRESS_CALLBACK_SLOT = "CMoveProgressCallback" |
|
|
virtual OFCondition | handleIncomingCommand (T_DIMSE_Message *incomingMsg, const DcmPresentationContextInfo &presContextInfo) override |
| Handle Incoming Command (Override)
|
|
virtual OFCondition | handleSTORERequest (T_DIMSE_Message *incomingMsg, T_ASC_PresentationContextID presID) |
| Handle C-STORE Request. More...
|
|
|
::boost::filesystem::path | m_path |
| Path where the files must be saved.
|
|
ProgressCallbackSlotType::sptr | m_progressCallback |
| Progress callback slot.
|
|
unsigned int | m_instanceIndex |
| Dowloaded instance index.
|
|
|
template<class , class , class > |
class | ::fwTools::ClassFactory |
|
class | ::fwTools::Factory |
|
|
virtual const std::string & | getLeafClassname () const override |
| return object's classname without its namespace, i.e. BaseObject
|
|
virtual const std::string & | getClassname () const override |
| return full object's classname with its namespace, i.e. fwCore::BaseObject
|
|
static const std::string & | leafClassname () |
| return object's classname without its namespace, i.e. BaseObject
|
|
static const std::string & | classname () |
| return object's classname without its namespace, i.e. BaseObject
|
|
Reads DICOM series from pacs.
Definition at line 28 of file SeriesRetriever.hpp.
OFCondition fwPacsIO::SeriesRetriever::handleSTORERequest |
( |
T_DIMSE_Message * |
incomingMsg, |
|
|
T_ASC_PresentationContextID |
presID |
|
) |
| |
|
protectedvirtual |
void fwPacsIO::SeriesRetriever::initialize |
( |
const std::string & |
applicationTitle, |
|
|
unsigned short |
applicationport, |
|
|
int |
timeout = 3 , |
|
|
ProgressCallbackSlotType::sptr |
progressCallback = ProgressCallbackSlotType::sptr() |
|
) |
| |
The documentation for this class was generated from the following files: