ImFusion C++ SDK 4.5.0
ImFusion::Dicom::TagProxy Struct Reference

Public Member Functions

 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).

Public Attributes

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
Search Tab / S to search, Esc to close