DCMTK
Version 3.6.1 20170228
OFFIS DICOM Toolkit
|
this helper class is a role selection list entry. More...
Public Member Functions | |
DcmRoleSelectionItem (T_ASC_SC_ROLE role, const DcmUIDHandler &abstractSyntax) | |
constructor More... | |
DcmRoleSelectionItem (const DcmRoleSelectionItem &arg) | |
copy constructor | |
~DcmRoleSelectionItem () | |
destructor | |
DcmRoleSelectionItem & | operator= (const DcmRoleSelectionItem &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 DcmUIDHandler & | getAbstractSyntax () const |
returns a const reference to the abstract syntax UID maintained by this object More... | |
T_ASC_SC_ROLE | getRole () const |
returns the role maintained by this object | |
OFBool | operator== (const DcmRoleSelectionItem &arg) const |
comparison operator. More... | |
Private Attributes | |
T_ASC_SC_ROLE | role_ |
SCP/SCU role. | |
DcmUIDHandler | uid_ |
abstract syntax | |
this helper class is a role selection list entry.
Not intended for use by the end user.
DcmRoleSelectionItem::DcmRoleSelectionItem | ( | T_ASC_SC_ROLE | role, |
const DcmUIDHandler & | abstractSyntax | ||
) |
constructor
role | supported SCP/SCU role |
abstractSyntax | abstract syntax |
|
inline |
returns a const reference to the abstract syntax UID 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 |