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.
OFBool matches(const DcmUIDHandler &arg) const
checks if the given argument matches the abstract syntax UID maintained by this object ...
this helper class is a presentation context list entry.
OFString xferSyntaxGroup_
key of the transfer syntax group
DcmSimpleMap< DcmPresentationContextList * > map_
map of presentation context lists
DcmPresentationContextItem & operator=(const DcmPresentationContextItem &arg)
private undefined copy assignment operator
~DcmPresentationContextItem()
destructor
DcmPresentationContextItem(const DcmUIDHandler &abstractSyntax, const OFString &xferSyntaxGroup)
constructor
const char * getAbstractSyntax() const
returns the abstract syntax UID
this helper class maintains a map of presentation context lists.