|
GDCM 3.0.24
|
#include <gdcmBaseCompositeMessage.h>
Public Member Functions | |
| virtual | ~BaseCompositeMessage ()=default |
| virtual std::vector< PresentationDataValue > | ConstructPDV (const ULConnection &inConnection, const BaseRootQuery *inRootQuery)=0 |
The Composite events described in section 3.7-2009 of the DICOM standard all use their own messages. These messages are constructed using Presentation Data Values, from section 3.8-2009 of the standard, and then fill in appropriate values in their datasets.
So, for the five composites:
This is an abstract class. It cannot be instantiated on its own.
|
virtualdefault |
|
pure virtual |
Implemented in gdcm::network::CEchoRQ, gdcm::network::CFindRQ, and gdcm::network::CMoveRQ.