Public Member Functions | |
DcmRoleSelectionItem (T_ASC_SC_ROLE role, const DcmUIDHandler &abstractSyntax) | |
constructor | |
DcmRoleSelectionItem (const DcmRoleSelectionItem &arg) | |
copy constructor | |
~DcmRoleSelectionItem () | |
destructor | |
OFBool | matches (const DcmUIDHandler &arg) const |
checks if the given argument matches the abstract syntax UID maintained by this object | |
const DcmUIDHandler & | getAbstractSyntax () const |
returns a const reference to the abstract syntax UID maintained by this object | |
T_ASC_SC_ROLE | getRole () const |
returns the role maintained by this object | |
OFBool | operator== (const DcmRoleSelectionItem &arg) const |
comparison operator. | |
Private Member Functions | |
DcmRoleSelectionItem & | operator= (const DcmRoleSelectionItem &arg) |
private undefined copy assignment operator | |
Private Attributes | |
T_ASC_SC_ROLE | role_ |
SCP/SCU role. | |
DcmUIDHandler | uid_ |
abstract syntax |
Not intended for use by the end user.
Definition at line 46 of file dccfrsmp.h.
DcmRoleSelectionItem::DcmRoleSelectionItem | ( | T_ASC_SC_ROLE | role, | |
const DcmUIDHandler & | abstractSyntax | |||
) |
constructor
role | supported SCP/SCU role | |
abstractSyntax | abstract syntax |
OFBool DcmRoleSelectionItem::matches | ( | const DcmUIDHandler & | arg | ) | const [inline] |
checks if the given argument matches the abstract syntax UID maintained by this object
arg | argument to compare to |
Definition at line 68 of file dccfrsmp.h.
References uid_.
const DcmUIDHandler& DcmRoleSelectionItem::getAbstractSyntax | ( | ) | const [inline] |
returns a const reference to the abstract syntax UID maintained by this object
Definition at line 77 of file dccfrsmp.h.
References uid_.
OFBool DcmRoleSelectionItem::operator== | ( | const DcmRoleSelectionItem & | arg | ) | const [inline] |
comparison operator.
arg | object to compare with |
Definition at line 93 of file dccfrsmp.h.