MeVisLab Toolbox Reference
mlDICOMTreeDumpTools.h File Reference

A collection of tools related to DICOM tag and tree dumping. More...

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

Go to the source code of this file.

Namespaces

 ml
 Main documentation file for ML users and developers.
 
 ml::DICOMTagTools
 A namespace collecting tools related to DICOM tags and tree tools.
 

Functions

MLDICOMTags_EXPORT std::string ml::DICOMTagTools::dumpDCMTreeToReadableString (DCMTree::Const_TreePtr treePtr, const std::string &prefix="", MLint maxNum=50000, bool decodePrivateTags=false, unsigned int numBinDumpEntries=8, bool annotate=false, const std::string &regExLineFilter="", bool showNumOfTagValues=true, bool hideNULLItems=false)
 Creates a string from the DicomTree tags and updates the information field. More...
 
MLDICOMTags_EXPORT void ml::DICOMTagTools::appendHexDumpToString (const unsigned char *dataPtr, const unsigned int numDataBytes, std::string &resultValStr, bool printSpaces)
 Appends hexadecimal dump of numDataBytes bytes to tagValStr. More...
 

Detailed Description

A collection of tools related to DICOM tag and tree dumping.

Author
Wolf Spindler.
Date
06/2014

Definition in file mlDICOMTreeDumpTools.h.