MeVisLab Toolbox Reference
ml::DICOMTagTools::DcmTagIdToRemove Struct Reference

Small helper class describing the raw-id of the DICOM tag as well as its human readable name. More...

#include <mlDICOMTreeModificationTools.h>

Public Attributes

MLuint32 id
 ID of tag to be described or removed. More...
 
const char * name
 Human readable name of tag to be described or removed. More...
 

Detailed Description

Small helper class describing the raw-id of the DICOM tag as well as its human readable name.

Definition at line 83 of file mlDICOMTreeModificationTools.h.

Member Data Documentation

◆ id

MLuint32 ml::DICOMTagTools::DcmTagIdToRemove::id

ID of tag to be described or removed.

Definition at line 84 of file mlDICOMTreeModificationTools.h.

◆ name

const char* ml::DICOMTagTools::DcmTagIdToRemove::name

Human readable name of tag to be described or removed.

Definition at line 85 of file mlDICOMTreeModificationTools.h.


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