DcmTagKey Class Reference

Inheritance diagram for DcmTagKey:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 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)

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

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


Generated on 3 Dec 2009 for OFFIS DCMTK Version 3.5.4 by Doxygen 1.6.1