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

Class to represent one DICOM tag. More...

#include "DCMTree_Lib.h"
#include "DCMTree_TagInfo.h"
#include "DCMTree_Value.h"
#include "DCMTree_Defines.h"
#include <istream>
#include <ostream>
#include <fstream>

Go to the source code of this file.

Classes

class  DCMTree::Tag
 Class to represent one dicom tag. 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 Tag &t)
std::istream & DCMTree::operator>> (std::istream &in, Tag &t)

Detailed Description

Class to represent one DICOM tag.

Author:
Sascha Bohnenkamp
Date:
10/2006

Definition in file DCMTree_Tag.h.