DcmTagKey Class Reference

Inheritance diagram for DcmTagKey:

DcmDictEntry DcmTag List of all members.

Public Member Functions

 DcmTagKey ()
 DcmTagKey (const DcmTagKey &key)
 DcmTagKey (Uint16 g, Uint16 e)
void set (const DcmTagKey &key)
void set (Uint16 g, Uint16 e)
void setGroup (Uint16 g)
void setElement (Uint16 e)
Uint16 getGroup () const
Uint16 getElement () const
Uint32 hash () const
DcmTagKeyoperator= (const DcmTagKey &key)
int operator== (const DcmTagKey &key) const
int operator!= (const DcmTagKey &key) const
int operator< (const DcmTagKey &key) const
int operator> (const DcmTagKey &key) const
int operator<= (const DcmTagKey &key) const
int operator>= (const DcmTagKey &key) const
OFString toString () const
OFBool isSignableTag () const
 returns true if a data element with the given tag key can be digitally signed, false otherwise

Protected Member Functions

int groupLT (const DcmTagKey &key) const
int groupGT (const DcmTagKey &key) const
int groupEQ (const DcmTagKey &key) const
int elementLT (const DcmTagKey &key) const
int elementGT (const DcmTagKey &key) const
int elementEQ (const DcmTagKey &key) const

Private Attributes

Uint16 group
Uint16 element

Friends

ostream & operator<< (ostream &s, const DcmTagKey &k)
 stream output operator for tag keys

Detailed Description

Definition at line 53 of file dctagkey.h.


Member Function Documentation

OFBool DcmTagKey::isSignableTag  )  const
 

returns true if a data element with the given tag key can be digitally signed, false otherwise

Returns:
true if signable, false otherwise


Friends And Related Function Documentation

ostream& operator<< ostream &  s,
const DcmTagKey k
[friend]
 

stream output operator for tag keys

Parameters:
s output stream
k tag key
Returns:
reference to output stream


The documentation for this class was generated from the following file:


Generated on 20 Dec 2005 for OFFIS DCMTK Version 3.5.4 by Doxygen 1.4.5