DcmAssociationConfigurationFile Class Reference

helper class that encapsulated methods for filling a DcmAssociationConfiguration object from a config file More...

List of all members.

Static Public Member Functions

static OFCondition initialize (DcmAssociationConfiguration &cfg, const char *filename)
 reads the given configuration file and feeds the information contained therein into the association configuration object.

Static Private Member Functions

static OFCondition parseTransferSyntaxes (DcmAssociationConfiguration &cfg, OFConfigFile &config)
 parses the transfer syntax lists in the config file.
static OFCondition parsePresentationContexts (DcmAssociationConfiguration &cfg, OFConfigFile &config)
 parses the presentation context lists in the config file.
static OFCondition parseRoleSelectionItems (DcmAssociationConfiguration &cfg, OFConfigFile &config)
 parses the role selection lists in the config file.
static OFCondition parseExtendedNegotiationItems (DcmAssociationConfiguration &cfg, OFConfigFile &config)
 parses the extended negotiation lists in the config file.
static OFCondition parseProfiles (DcmAssociationConfiguration &cfg, OFConfigFile &config)
 parses the association configuration profile lists in the config file.


Detailed Description

helper class that encapsulated methods for filling a DcmAssociationConfiguration object from a config file

Definition at line 47 of file dcasccff.h.


Member Function Documentation

static OFCondition DcmAssociationConfigurationFile::initialize DcmAssociationConfiguration cfg,
const char *  filename
[static]
 

reads the given configuration file and feeds the information contained therein into the association configuration object.

Parameters:
cfg association configuration object to initialize
filename name of config file
Returns:
EC_Normal if successful, an error code otherwise

static OFCondition DcmAssociationConfigurationFile::parseExtendedNegotiationItems DcmAssociationConfiguration cfg,
OFConfigFile config
[static, private]
 

parses the extended negotiation lists in the config file.

Parameters:
cfg association configuration object to initialize
filename name of config file
Returns:
EC_Normal if successful, an error code otherwise

static OFCondition DcmAssociationConfigurationFile::parsePresentationContexts DcmAssociationConfiguration cfg,
OFConfigFile config
[static, private]
 

parses the presentation context lists in the config file.

Parameters:
cfg association configuration object to initialize
filename name of config file
Returns:
EC_Normal if successful, an error code otherwise

static OFCondition DcmAssociationConfigurationFile::parseProfiles DcmAssociationConfiguration cfg,
OFConfigFile config
[static, private]
 

parses the association configuration profile lists in the config file.

Parameters:
cfg association configuration object to initialize
filename name of config file
Returns:
EC_Normal if successful, an error code otherwise

static OFCondition DcmAssociationConfigurationFile::parseRoleSelectionItems DcmAssociationConfiguration cfg,
OFConfigFile config
[static, private]
 

parses the role selection lists in the config file.

Parameters:
cfg association configuration object to initialize
filename name of config file
Returns:
EC_Normal if successful, an error code otherwise

static OFCondition DcmAssociationConfigurationFile::parseTransferSyntaxes DcmAssociationConfiguration cfg,
OFConfigFile config
[static, private]
 

parses the transfer syntax lists in the config file.

Parameters:
cfg association configuration object to initialize
filename name of config file
Returns:
EC_Normal if successful, an error code otherwise


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