GDCM 3.0.24
Static Public Member Functions | List of all members
gdcm::network::CompositeMessageFactory Class Reference

CompositeMessageFactory. More...

#include <gdcmCompositeMessageFactory.h>

Static Public Member Functions

static std::vector< PresentationDataValueConstructCEchoRQ (const ULConnection &inConnection)
 
static std::vector< PresentationDataValueConstructCFindRQ (const ULConnection &inConnection, const BaseRootQuery *inRootQuery)
 
static std::vector< PresentationDataValueConstructCMoveRQ (const ULConnection &inConnection, const BaseRootQuery *inRootQuery)
 
static std::vector< PresentationDataValueConstructCStoreRQ (const ULConnection &inConnection, const File &file, bool writeDataSet=true)
 
static std::vector< PresentationDataValueConstructCStoreRSP (const DataSet *inDataSet, const BasePDU *inPC)
 

Detailed Description

CompositeMessageFactory.

This class constructs PDataPDUs, but that have been specifically constructed for the composite DICOM services (C-Echo, C-Find, C-Get, C-Move, and C-Store). It will also handle parsing the incoming data to determine which of the CompositePDUs the incoming data is, and so therefore allowing the scu to determine what to do with incoming data (if acting as a storescp server, for instance).

Member Function Documentation

◆ ConstructCEchoRQ()

static std::vector< PresentationDataValue > gdcm::network::CompositeMessageFactory::ConstructCEchoRQ ( const ULConnection inConnection)
static

◆ ConstructCFindRQ()

static std::vector< PresentationDataValue > gdcm::network::CompositeMessageFactory::ConstructCFindRQ ( const ULConnection inConnection,
const BaseRootQuery inRootQuery 
)
static

◆ ConstructCMoveRQ()

static std::vector< PresentationDataValue > gdcm::network::CompositeMessageFactory::ConstructCMoveRQ ( const ULConnection inConnection,
const BaseRootQuery inRootQuery 
)
static

◆ ConstructCStoreRQ()

static std::vector< PresentationDataValue > gdcm::network::CompositeMessageFactory::ConstructCStoreRQ ( const ULConnection inConnection,
const File file,
bool  writeDataSet = true 
)
static

◆ ConstructCStoreRSP()

static std::vector< PresentationDataValue > gdcm::network::CompositeMessageFactory::ConstructCStoreRSP ( const DataSet inDataSet,
const BasePDU inPC 
)
static

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