GDCM
2.2.3
|
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). More...
#include <gdcmCompositeMessageFactory.h>
Static Public Member Functions | |
static std::vector < PresentationDataValue > | ConstructCEchoRQ (const ULConnection &inConnection) |
static std::vector < PresentationDataValue > | ConstructCFindRQ (const ULConnection &inConnection, const BaseRootQuery *inRootQuery) |
static std::vector < PresentationDataValue > | ConstructCMoveRQ (const ULConnection &inConnection, const BaseRootQuery *inRootQuery) |
static std::vector < PresentationDataValue > | ConstructCStoreRQ (const ULConnection &inConnection, const File &file) |
static std::vector < PresentationDataValue > | ConstructCStoreRSP (const DataSet *inDataSet, const BasePDU *inPC) |
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).
static std::vector<PresentationDataValue> gdcm::network::CompositeMessageFactory::ConstructCEchoRQ | ( | const ULConnection & | inConnection | ) | [static] |
static std::vector<PresentationDataValue> gdcm::network::CompositeMessageFactory::ConstructCFindRQ | ( | const ULConnection & | inConnection, |
const BaseRootQuery * | inRootQuery | ||
) | [static] |
static std::vector<PresentationDataValue> gdcm::network::CompositeMessageFactory::ConstructCMoveRQ | ( | const ULConnection & | inConnection, |
const BaseRootQuery * | inRootQuery | ||
) | [static] |
static std::vector<PresentationDataValue> gdcm::network::CompositeMessageFactory::ConstructCStoreRQ | ( | const ULConnection & | inConnection, |
const File & | file | ||
) | [static] |
static std::vector<PresentationDataValue> gdcm::network::CompositeMessageFactory::ConstructCStoreRSP | ( | const DataSet * | inDataSet, |
const BasePDU * | inPC | ||
) | [static] |