Inheritance diagram for DcmTagKey:

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 |
| DcmTagKey & | operator= (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 | |
Definition at line 53 of file dctagkey.h.
|
|
returns true if a data element with the given tag key can be digitally signed, false otherwise
|
|
||||||||||||
|
stream output operator for tag keys
|