this helper class maintains a map of association negotiation profile keys.
More...
List of all members.
Detailed Description
this helper class maintains a map of association negotiation profile keys.
Not intended for use by the end user.
Definition at line 107 of file dccfprmp.h.
Member Function Documentation
OFCondition DcmProfileMap::add |
( |
const char * |
key, |
|
|
const char * |
presentationContextKey, |
|
|
const char * |
roleSelectionKey, |
|
|
const char * |
extendedNegotiationKey |
|
) |
| |
add new entry to list within map.
- Parameters:
-
key | map key, must not exist in map |
presentationContextKey | symbolic identifier of the presentation context list, must not be NULL |
roleSelectionKey | symbolic identifier of the role selection list, may be NULL |
extendedNegotiationKey | symbolic identifier of the extended negotiation list, may be NULL |
- Returns:
- EC_Normal if successful, an error code otherwise
const char* DcmProfileMap::getExtendedNegotiationKey |
( |
const char * |
key | ) |
const |
returns the extended negotiation key for the given profile
- Parameters:
-
key | key name, must not be NULL |
- Returns:
- extended negotiation key, NULL if not found or empty
const char* DcmProfileMap::getPresentationContextKey |
( |
const char * |
key | ) |
const |
returns the presentation context key for the given profile
- Parameters:
-
key | key name, must not be NULL |
- Returns:
- presentation context key, NULL if not found
const char* DcmProfileMap::getRoleSelectionKey |
( |
const char * |
key | ) |
const |
returns the role selection key for the given profile
- Parameters:
-
key | key name, must not be NULL |
- Returns:
- role selection key, NULL if not found or empty
OFBool DcmProfileMap::isKnownKey |
( |
const char * |
key | ) |
const |
checks if the key is known
- Parameters:
-
key | key name, must not be NULL |
- Returns:
- true if key is known, false otherwise
The documentation for this class was generated from the following file: