| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
this helper class is a presentation context list entry. More...
| Public Member Functions | |
| DcmPresentationContextItem (const DcmUIDHandler &abstractSyntax, const OFString &xferSyntaxGroup) | |
| constructor | |
| DcmPresentationContextItem (const DcmPresentationContextItem &arg) | |
| copy constructor | |
| ~DcmPresentationContextItem () | |
| destructor | |
| DcmPresentationContextItem & | operator= (const DcmPresentationContextItem &arg) | 
| assignment operator | |
| OFBool | matches (const DcmUIDHandler &arg) const | 
| checks if the given argument matches the abstract syntax UID maintained by this object | |
| const char * | getAbstractSyntax () const | 
| returns the abstract syntax UID | |
| const char * | getTransferSyntaxKey () const | 
| returns the key for the list of transfer syntaxes maintained by this object | |
| OFBool | operator== (const DcmPresentationContextItem &arg) const | 
| comparison operator. | |
| Private Attributes | |
| DcmUIDHandler | uid_ | 
| abstract syntax UID | |
| OFString | xferSyntaxGroup_ | 
| key of the transfer syntax group | |
this helper class is a presentation context list entry.
Not intended for use by the end user.
| DcmPresentationContextItem::DcmPresentationContextItem | ( | const DcmUIDHandler & | abstractSyntax, | 
| const OFString & | xferSyntaxGroup ) | 
constructor
| abstractSyntax | abstract syntax | 
| xferSyntaxGroup | symbolic key for transfer syntax list | 
Referenced by DcmPresentationContextItem(), operator=(), and operator==().
| 
 | inline | 
| 
 | inline | 
returns the key for the list of transfer syntaxes maintained by this object
References xferSyntaxGroup_.
| 
 | inline | 
checks if the given argument matches the abstract syntax UID maintained by this object
| arg | argument to compare to | 
References uid_.
| 
 | inline | 
comparison operator.
| arg | object to compare with | 
References DcmPresentationContextItem(), uid_, and xferSyntaxGroup_.