Public Member Functions | |
DcmPresentationContextItem (const DcmUIDHandler &abstractSyntax, const OFString &xferSyntaxGroup) | |
constructor | |
DcmPresentationContextItem (const DcmPresentationContextItem &arg) | |
copy constructor | |
~DcmPresentationContextItem () | |
destructor | |
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 Member Functions | |
DcmPresentationContextItem & | operator= (const DcmPresentationContextItem &arg) |
private undefined copy assignment operator | |
Private Attributes | |
DcmUIDHandler | uid_ |
abstract syntax UID | |
OFString | xferSyntaxGroup_ |
key of the transfer syntax group |
Not intended for use by the end user.
Definition at line 50 of file dccfpcmp.h.
|
constructor
|
|
returns the abstract syntax UID
Definition at line 80 of file dccfpcmp.h. References DcmUIDHandler::c_str(), and uid_. |
|
returns the key for the list of transfer syntaxes maintained by this object
Definition at line 89 of file dccfpcmp.h. References OFString::c_str(), and xferSyntaxGroup_. |
|
checks if the given argument matches the abstract syntax UID maintained by this object
Definition at line 72 of file dccfpcmp.h. References uid_. |
|
comparison operator.
Definition at line 98 of file dccfpcmp.h. References uid_, and xferSyntaxGroup_. |