Representation of a DICOM tag.
More...
#include <mitkDICOMTag.h>
Representation of a DICOM tag.
This class is just meant to combine group and element numbers for better readability and make handling tags more easy by offering comparison methods.
Definition at line 32 of file mitkDICOMTag.h.
◆ DICOMTag() [1/2]
mitk::DICOMTag::DICOMTag |
( |
unsigned int |
group, |
|
|
unsigned int |
element |
|
) |
| |
◆ DICOMTag() [2/2]
mitk::DICOMTag::DICOMTag |
( |
const DICOMTag & |
other | ) |
|
◆ GetElement()
unsigned int mitk::DICOMTag::GetElement |
( |
| ) |
const |
◆ GetGroup()
unsigned int mitk::DICOMTag::GetGroup |
( |
| ) |
const |
◆ GetName()
std::string mitk::DICOMTag::GetName |
( |
| ) |
const |
Return the name of this tag (e.g. "SeriesDescription" instead of "(0008,103e)")
◆ operator<()
bool mitk::DICOMTag::operator< |
( |
const DICOMTag & |
other | ) |
const |
◆ operator=()
◆ operator==()
bool mitk::DICOMTag::operator== |
( |
const DICOMTag & |
other | ) |
const |
◆ Print()
void mitk::DICOMTag::Print |
( |
std::ostream & |
os | ) |
const |
add "(group-id,element-id) name" to given stream
The documentation for this class was generated from the following file: