MeVisLabToolboxReference
MeVis/Foundation/Sources/DicomTree/MLDicomTree/DCMTree_Message.h File Reference

Class to hold data of an DICOM message, which is not part of the message itself. More...

#include <string>
#include <istream>
#include <ostream>
#include "DCMTree_Lib.h"
#include "DCMTree_Tree.h"
#include "DCMTree_Defines.h"
#include "DCMTree_Serialization.h"

Go to the source code of this file.

Classes

class  DCMTree::Message
 class to hold data of an DICOM message, which is not part of the message itself. More...

Namespaces

namespace  DCMTree
 

class to dump a DCMTree dicom message into a human readable file this class could be used as a starter to write a DCMTree::Writer subclass


Functions

std::ostream & DCMTree::operator<< (std::ostream &out, const Message &m)
std::istream & DCMTree::operator>> (std::istream &in, Message &m)

Detailed Description

Class to hold data of an DICOM message, which is not part of the message itself.

Author:
Sascha Bohnenkamp
Date:
10/2006

Definition in file DCMTree_Message.h.