|
MeVisLab Toolbox Reference
|
Small container class managing one decoded sub element of a private DICOM tag. More...
#include <mlPrivateDICOMTagInfos.h>
Public Member Functions | |
| PrivateDICOMTagInfos () | |
| Default constructor, creating a container basically with empty members and invalid tag flag. | |
Public Attributes | |
| bool | isValidTag |
| Flag to indicate whether the other fields contain information about a valid tag or only other information. | |
| std::string | otherInfo |
| Any other information string. | |
| std::string | name |
| Name of the tag. | |
| std::string | value |
| Value of the tag. | |
| bool | isValidId |
| If true it indicates that a valid id is set and that it shall be dumped; otherwise false. | |
| unsigned short | groupId |
| Group id of the tag. | |
| unsigned short | elementId |
| Element id of the tag. | |
| std::string | vr |
| Value representation of the tag. | |
| std::string | vm |
| Value multiplicity of the tag. | |
Small container class managing one decoded sub element of a private DICOM tag.
Definition at line 28 of file mlPrivateDICOMTagInfos.h.
|
inline |
Default constructor, creating a container basically with empty members and invalid tag flag.
Definition at line 33 of file mlPrivateDICOMTagInfos.h.
| unsigned short ml::PrivateDICOMTagInfos::elementId |
Element id of the tag.
Definition at line 61 of file mlPrivateDICOMTagInfos.h.
| unsigned short ml::PrivateDICOMTagInfos::groupId |
Group id of the tag.
Definition at line 58 of file mlPrivateDICOMTagInfos.h.
| bool ml::PrivateDICOMTagInfos::isValidId |
If true it indicates that a valid id is set and that it shall be dumped; otherwise false.
Definition at line 55 of file mlPrivateDICOMTagInfos.h.
| bool ml::PrivateDICOMTagInfos::isValidTag |
Flag to indicate whether the other fields contain information about a valid tag or only other information.
Definition at line 42 of file mlPrivateDICOMTagInfos.h.
| std::string ml::PrivateDICOMTagInfos::name |
Name of the tag.
Definition at line 48 of file mlPrivateDICOMTagInfos.h.
| std::string ml::PrivateDICOMTagInfos::otherInfo |
Any other information string.
Definition at line 45 of file mlPrivateDICOMTagInfos.h.
| std::string ml::PrivateDICOMTagInfos::value |
Value of the tag.
Definition at line 51 of file mlPrivateDICOMTagInfos.h.
| std::string ml::PrivateDICOMTagInfos::vm |
Value multiplicity of the tag.
Definition at line 67 of file mlPrivateDICOMTagInfos.h.
| std::string ml::PrivateDICOMTagInfos::vr |
Value representation of the tag.
Definition at line 64 of file mlPrivateDICOMTagInfos.h.