Class to represent a Private DICOM Data Element (Attribute) Tag (Group, Element, Owner)
More...
#include <gdcmPrivateTag.h>
List of all members.
Detailed Description
Class to represent a Private DICOM Data Element (Attribute) Tag (Group, Element, Owner)
- Note:
- private tag have element value in: [0x10,0xff], for instance 0x0009,0x0000 is NOT a private tag
- Examples:
- csa2img.cxx, DumpADAC.cxx, DumpGEMSMovieGroup.cxx, DumpImageHeaderInfo.cxx, ELSCINT1WaveToText.cxx, GetSubSequenceData.cxx, iU22tomultisc.cxx, MrProtocol.cxx, pmsct_rgb1.cxx, PublicDict.cxx, ReadGEMSSDO.cxx, and rle2img.cxx.
Constructor & Destructor Documentation
Member Function Documentation
bool gdcm::PrivateTag::operator< |
( |
const PrivateTag & |
_val | ) |
const |
Read PrivateTag from a string. Element number will be truncated to 8bits. Eg: "1234,5678,GDCM" is private tag: (1234,78,"GDCM")
Reimplemented from gdcm::Tag.
Friends And Related Function Documentation
std::ostream& operator<< |
( |
std::ostream & |
_os, |
|
|
const PrivateTag & |
_val |
|
) |
| [friend] |
The documentation for this class was generated from the following file: