DCMTK  Version 3.6.1 20170228
OFFIS DICOM Toolkit
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
DcmProfileEntry Class Reference

this helper class is a profile list entry. More...

Public Member Functions

 DcmProfileEntry (const OFString &presentationContextGroup, const OFString &roleSelectionGroup, const OFString &extendedNegotiationGroup)
 constructor More...
 
 DcmProfileEntry (const DcmProfileEntry &arg)
 copy constructor
 
DcmProfileEntryoperator= (const DcmProfileEntry &arg)
 copy assignment operator
 
 ~DcmProfileEntry ()
 destructor
 
const char * getPresentationContextKey () const
 returns the presentation context key More...
 
const char * getRoleSelectionKey () const
 returns the role selection key More...
 
const char * getExtendedNegotiationKey () const
 returns the extended negotiation key More...
 
OFBool operator== (const DcmProfileEntry &arg) const
 comparison operator. More...
 

Private Attributes

OFString presentationContextGroup_
 symbolic identifier of the presentation context list
 
OFString roleSelectionGroup_
 symbolic identifier of the role selection list, may be empty
 
OFString extendedNegotiationGroup_
 symbolic identifier of the extended negotiation list, may be empty
 

Detailed Description

this helper class is a profile list entry.

Not intended for use by the end user.

Constructor & Destructor Documentation

DcmProfileEntry::DcmProfileEntry ( const OFString presentationContextGroup,
const OFString roleSelectionGroup,
const OFString extendedNegotiationGroup 
)

constructor

Parameters
presentationContextGroupsymbolic identifier of the presentation context list
roleSelectionGroupsymbolic identifier of the role selection list, may be empty
extendedNegotiationGroupsymbolic identifier of the extended negotiation list, may be empty

Member Function Documentation

const char* DcmProfileEntry::getExtendedNegotiationKey ( ) const

returns the extended negotiation key

Returns
extended negotiation key, NULL if empty
const char* DcmProfileEntry::getPresentationContextKey ( ) const

returns the presentation context key

Returns
presentation context key
const char* DcmProfileEntry::getRoleSelectionKey ( ) const

returns the role selection key

Returns
role selection key, NULL if empty
OFBool DcmProfileEntry::operator== ( const DcmProfileEntry arg) const
inline

comparison operator.

Parameters
argobject to compare with
Returns
true if equal

References extendedNegotiationGroup_, presentationContextGroup_, and roleSelectionGroup_.


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


Generated on Tue Feb 28 2017 for DCMTK Version 3.6.1 20170228 by Doxygen 1.8.8