fw4spl
fwNetworkIO::helper::Series Class Reference

Series Helper. More...

#include <Series.hpp>

Public Types

typedef ::fwMedData::SeriesDB::ContainerType DicomSeriesContainer
 
typedef std::vector< std::string > InstanceUIDContainer
 
typedef std::map< std::string, unsigned int > InstanceCountMap
 

Static Public Member Functions

static FWNETWORKIO_API DicomSeriesContainer toFwMedData (const QJsonObject &answer)
 Convert HTTP series response to fwMedData::DicomSeries. More...
 
static FWNETWORKIO_API InstanceUIDContainer toSeriesInstanceUIDContainer (DicomSeriesContainer series)
 Convert std::vector< ::fwMedData::DicomSeries > to series instance uid container. More...
 

Detailed Description

Member Function Documentation

Series::DicomSeriesContainer fwNetworkIO::helper::Series::toFwMedData ( const QJsonObject &  answer)
static

Convert HTTP series response to fwMedData::DicomSeries.

Parameters
[in]answerHTTP responses from the PACS that must be converted

Definition at line 27 of file io/fwNetworkIO/src/fwNetworkIO/helper/Series.cpp.

Referenced by ioDicomWeb::SQueryEditor::updating().

+ Here is the caller graph for this function:

Series::InstanceUIDContainer fwNetworkIO::helper::Series::toSeriesInstanceUIDContainer ( DicomSeriesContainer  series)
static

Convert std::vector< ::fwMedData::DicomSeries > to series instance uid container.

Parameters
[in]seriesSeries vector used to extract the series instance uids

Definition at line 87 of file io/fwNetworkIO/src/fwNetworkIO/helper/Series.cpp.

Referenced by ioDicomWeb::SSeriesPuller::updating().

+ Here is the caller graph for this function:


The documentation for this class was generated from the following files: