|
|
| TagProxy ()=default |
| | Creates an empty TagProxy with group and element both being 0.
|
|
| TagProxy (uint16_t group, uint16_t element) |
| | Create a new TagProxy from a given group and element.
|
|
| TagProxy (const DcmTagKey &tag) |
| | Create a new TagProxy from a given DCMTK DcmTagKey.
|
|
bool | operator== (const TagProxy &rhs) const |
| | Checks for equality of group and element.
|
|
bool | operator< (const TagProxy &rhs) const |
| | Checks the concatenation of group and element for <.
|
|
std::string | toString () const |
| | Convert group and element ID to string representation.
|
|
std::string | tagName () const |
| | Return the name if the tag (as provided by DCMTK).
|
|
|
uint16_t | group = 0 |
| | The tag's group ID.
|
|
uint16_t | element = 0 |
| | The tag's element ID.
|
The documentation for this struct was generated from the following file:
- ImFusion/Dicom/DicomError.h