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. | |
Definition at line 42 of file dcasccff.h.
| 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.
| cfg | association configuration object to initialize | |
| filename | name of config file |
| static OFCondition DcmAssociationConfigurationFile::parseTransferSyntaxes | ( | DcmAssociationConfiguration & | cfg, | |
| OFConfigFile & | config | |||
| ) | [static, private] |
parses the transfer syntax lists in the config file.
| cfg | association configuration object to initialize | |
| filename | name of config file |
| static OFCondition DcmAssociationConfigurationFile::parsePresentationContexts | ( | DcmAssociationConfiguration & | cfg, | |
| OFConfigFile & | config | |||
| ) | [static, private] |
parses the presentation context lists in the config file.
| cfg | association configuration object to initialize | |
| filename | name of config file |
| static OFCondition DcmAssociationConfigurationFile::parseRoleSelectionItems | ( | DcmAssociationConfiguration & | cfg, | |
| OFConfigFile & | config | |||
| ) | [static, private] |
parses the role selection lists in the config file.
| cfg | association configuration object to initialize | |
| filename | name of config file |
| static OFCondition DcmAssociationConfigurationFile::parseExtendedNegotiationItems | ( | DcmAssociationConfiguration & | cfg, | |
| OFConfigFile & | config | |||
| ) | [static, private] |
parses the extended negotiation lists in the config file.
| cfg | association configuration object to initialize | |
| filename | name of config file |
| static OFCondition DcmAssociationConfigurationFile::parseProfiles | ( | DcmAssociationConfiguration & | cfg, | |
| OFConfigFile & | config | |||
| ) | [static, private] |
parses the association configuration profile lists in the config file.
| cfg | association configuration object to initialize | |
| filename | name of config file |