MeVisLab Toolbox Reference
ml::DirectDicomImportDPLTagValueProvider::HardOverwriteTag Struct Reference

Simple structure of a tag id and a string which overwrites this tag value. More...

#include <mlDirectDicomImportDPLTagValueProvider.h>

Public Attributes

DCMTree::RawTagId id
 Id of tags to be overwritten. More...
 
std::string val
 Value used to overwrite tags with ID id. More...
 

Detailed Description

Simple structure of a tag id and a string which overwrites this tag value.

Definition at line 62 of file mlDirectDicomImportDPLTagValueProvider.h.

Member Data Documentation

◆ id

DCMTree::RawTagId ml::DirectDicomImportDPLTagValueProvider::HardOverwriteTag::id

Id of tags to be overwritten.

Definition at line 64 of file mlDirectDicomImportDPLTagValueProvider.h.

◆ val

std::string ml::DirectDicomImportDPLTagValueProvider::HardOverwriteTag::val

Value used to overwrite tags with ID id.

Definition at line 67 of file mlDirectDicomImportDPLTagValueProvider.h.


The documentation for this struct was generated from the following file: