DcmRoleSelectionItem Class Reference

this helper class is a role selection list entry. More...

List of all members.

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 DcmUIDHandlergetAbstractSyntax () 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

DcmRoleSelectionItemoperator= (const DcmRoleSelectionItem &arg)
 private undefined copy assignment operator

Private Attributes

T_ASC_SC_ROLE role_
 SCP/SCU role.
DcmUIDHandler uid_
 abstract syntax


Detailed Description

this helper class is a role selection list entry.

Not intended for use by the end user.

Definition at line 51 of file dccfrsmp.h.


Constructor & Destructor Documentation

DcmRoleSelectionItem::DcmRoleSelectionItem T_ASC_SC_ROLE  role,
const DcmUIDHandler abstractSyntax
 

constructor

Parameters:
role supported SCP/SCU role
abstractSyntax abstract syntax


Member Function Documentation

const DcmUIDHandler& DcmRoleSelectionItem::getAbstractSyntax  )  const [inline]
 

returns a const reference to the abstract syntax UID maintained by this object

Returns:
reference to abstract syntax UID

Definition at line 82 of file dccfrsmp.h.

References uid_.

OFBool DcmRoleSelectionItem::matches const DcmUIDHandler arg  )  const [inline]
 

checks if the given argument matches the abstract syntax UID maintained by this object

Parameters:
arg argument to compare to
Returns:
true if equal, false otherwise

Definition at line 73 of file dccfrsmp.h.

References uid_.

OFBool DcmRoleSelectionItem::operator== const DcmRoleSelectionItem arg  )  const [inline]
 

comparison operator.

Parameters:
arg object to compare with
Returns:
true if equal

Definition at line 98 of file dccfrsmp.h.

References role_, and uid_.


The documentation for this class was generated from the following file:


Generated on 20 Dec 2005 for OFFIS DCMTK Version 3.5.4 by Doxygen 1.4.5