DCMTK
Version 3.6.1 20170228
OFFIS DICOM Toolkit
|
this helper class is a presentation context list entry. More...
Public Member Functions | |
DcmPresentationContextItem (const DcmUIDHandler &abstractSyntax, const OFString &xferSyntaxGroup) | |
constructor More... | |
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 More... | |
const char * | getAbstractSyntax () const |
returns the abstract syntax UID More... | |
const char * | getTransferSyntaxKey () const |
returns the key for the list of transfer syntaxes maintained by this object More... | |
OFBool | operator== (const DcmPresentationContextItem &arg) const |
comparison operator. More... | |
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 |
|
inline |
returns the abstract syntax UID
|
inline |
returns the key for the list of transfer syntaxes maintained by this object
|
inline |
checks if the given argument matches the abstract syntax UID maintained by this object
arg | argument to compare to |
|
inline |
comparison operator.
arg | object to compare with |
References uid_, and xferSyntaxGroup_.