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

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

OFCondition parseTransferSyntaxes (DcmAssociationConfiguration &cfg, OFConfigFile &config)
 parses the transfer syntax lists in the config file.
OFCondition parsePresentationContexts (DcmAssociationConfiguration &cfg, OFConfigFile &config)
 parses the presentation context lists in the config file.
OFCondition parseRoleSelectionItems (DcmAssociationConfiguration &cfg, OFConfigFile &config)
 parses the role selection lists in the config file.
OFCondition parseExtendedNegotiationItems (DcmAssociationConfiguration &cfg, OFConfigFile &config)
 parses the extended negotiation lists in the config file.
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

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

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

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

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

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

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 4 Nov 2004 for OFFIS DCMTK Version 3.5.3 by Doxygen 1.3.8