GDCM 3.0.24
Public Member Functions | List of all members
gdcm::network::BaseNormalizedMessage Class Referenceabstract

BaseNormalizedMessage. More...

#include <gdcmBaseNormalizedMessage.h>

Inheritance diagram for gdcm::network::BaseNormalizedMessage:
[legend]

Public Member Functions

virtual ~BaseNormalizedMessage ()=default
 
virtual std::vector< PresentationDataValueConstructPDV (const ULConnection &inConnection, const BaseQuery *inQuery)=0
 

Detailed Description

BaseNormalizedMessage.

The Normalized events described in section 3.7-2011 of the DICOM standard all use their own messages. These messages are constructed using Presentation Data Values, from section 3.8-2011 of the standard, and then fill in appropriate values in their datasets.

So, for the five normalized:

This is an abstract class. It cannot be instantiated on its own.

Constructor & Destructor Documentation

◆ ~BaseNormalizedMessage()

virtual gdcm::network::BaseNormalizedMessage::~BaseNormalizedMessage ( )
virtualdefault

Member Function Documentation

◆ ConstructPDV()

virtual std::vector< PresentationDataValue > gdcm::network::BaseNormalizedMessage::ConstructPDV ( const ULConnection inConnection,
const BaseQuery inQuery 
)
pure virtual

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