MeVisLab Toolbox Reference
mlDICOMTagDescriptions.h File Reference

Header file of class DICOMTagDescriptions which provides some known DICOM tag type and descriptive information. More...

#include "MLDICOMTagsSystem.h"
#include <ThirdPartyWarningsDisable.h>
#include <map>
#include <string>
#include <vector>
#include <ThirdPartyWarningsRestore.h>
#include <mlUtilsSystem.h>
#include <DCMTree_Lib.h>

Go to the source code of this file.

Classes

class  ml::DICOMTagInformation::DICOMTagInfoEntry
 Class managing some bits needed to initialize tag tables as well as a vector of indexes into table where the tag appears. More...
 
class  ml::DICOMTagInformation::DICOMTagDescriptions
 Container to manage some tag information such as the indexes to all appearances of the tag in DICOMTagFullInfos and a bit mask indicating which types the tag can have. More...
 

Namespaces

 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
 
 ml
 Main documentation file for ML users and developers.
 
 ml::DICOMTagInformation
 Namespace collecting tools, tables, and dictionaries about known DICOM tags.
 

Variables

MLDICOMTags_EXPORT const char *const ml::DICOMTagInformation::DICOMTagFullInfos [][6]
 Information table of the following structure with the following entries: More...
 

Detailed Description

Header file of class DICOMTagDescriptions which provides some known DICOM tag type and descriptive information.

Author
Wolf Spindler.
Date
07/2013

Definition in file mlDICOMTagDescriptions.h.