Public Member Functions | |
| DcmProfileEntry (const OFString &presentationContextGroup, const OFString &roleSelectionGroup, const OFString &extendedNegotiationGroup) | |
| constructor | |
| DcmProfileEntry (const DcmProfileEntry &arg) | |
| copy constructor | |
| ~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 Member Functions | |
| DcmProfileEntry & | operator= (const DcmProfileEntry &arg) |
| private undefined copy assignment 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 | |
Not intended for use by the end user.
Definition at line 48 of file dccfprmp.h.
|
||||||||||||||||
|
constructor
|
|
|
returns the extended negotiation key
|
|
|
returns the presentation context key
|
|
|
returns the role selection key
|
|
|
comparison operator.
Definition at line 86 of file dccfprmp.h. References extendedNegotiationGroup_, presentationContextGroup_, and roleSelectionGroup_. |