MeVisLab Toolbox Reference
|
A collection of tools related to DICOM tag and tree dumping. More...
#include "MLDICOMTagsSystem.h"
#include <FMEThirdPartyWarningsDisable.h>
#include <string>
#include <FMEThirdPartyWarningsRestore.h>
#include <mlUtilsSystem.h>
#include <DCMTree_Lib.h>
Go to the source code of this file.
Namespaces | |
namespace | ml |
Main documentation file for ML users and developers. | |
namespace | 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 ®ExLineFilter="", bool showNumOfTagValues=true, bool hideNULLItems=false) |
Creates a string from the DicomTree tags and updates the information field. | |
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. | |
A collection of tools related to DICOM tag and tree dumping.
Definition in file mlDICOMTreeDumpTools.h.