| DCMTK Version 3.6.9
    OFFIS DICOM Toolkit | 
this helper class is a profile list entry. More...
| Public Member Functions | |
| DcmProfileEntry (const OFString &presentationContextGroup, const OFString &roleSelectionGroup, const OFString &extendedNegotiationGroup) | |
| constructor | |
| DcmProfileEntry (const DcmProfileEntry &arg) | |
| copy constructor | |
| DcmProfileEntry & | operator= (const DcmProfileEntry &arg) | 
| copy assignment operator | |
| ~DcmProfileEntry () | |
| destructor | |
| const char * | getPresentationContextKey () const | 
| returns the presentation context key | |
| const char * | getRoleSelectionKey () const | 
| returns the role selection key | |
| const char * | getExtendedNegotiationKey () const | 
| returns the extended negotiation key | |
| OFBool | operator== (const DcmProfileEntry &arg) const | 
| comparison operator. | |
| 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 | |
this helper class is a profile list entry.
Not intended for use by the end user.
| DcmProfileEntry::DcmProfileEntry | ( | const OFString & | presentationContextGroup, | 
| const OFString & | roleSelectionGroup, | ||
| const OFString & | extendedNegotiationGroup ) | 
constructor
| presentationContextGroup | symbolic identifier of the presentation context list | 
| roleSelectionGroup | symbolic identifier of the role selection list, may be empty | 
| extendedNegotiationGroup | symbolic identifier of the extended negotiation list, may be empty | 
Referenced by DcmProfileEntry(), operator=(), and operator==().
| const char * DcmProfileEntry::getExtendedNegotiationKey | ( | ) | const | 
returns the extended negotiation key
| const char * DcmProfileEntry::getPresentationContextKey | ( | ) | const | 
returns the presentation context key
| const char * DcmProfileEntry::getRoleSelectionKey | ( | ) | const | 
returns the role selection key
| 
 | inline | 
comparison operator.
| arg | object to compare with | 
References DcmProfileEntry(), extendedNegotiationGroup_, presentationContextGroup_, and roleSelectionGroup_.