33 #include "dcmtk/config/osconfig.h"
34 #include "dcmtk/ofstd/ofcond.h"
54 const char *filename);
static OFCondition parseTransferSyntaxes(DcmAssociationConfiguration &cfg, OFConfigFile &config)
parses the transfer syntax lists in the config file.
this class maintains a list of association negotiation profiles that can be addressed by symbolic key...
static OFCondition parsePresentationContexts(DcmAssociationConfiguration &cfg, OFConfigFile &config)
parses the presentation context lists in the config file.
class for reading and evaluating configuration files.
static OFCondition parseExtendedNegotiationItems(DcmAssociationConfiguration &cfg, OFConfigFile &config)
parses the extended negotiation lists in the config file.
helper class that encapsulated methods for filling a DcmAssociationConfiguration object from a config...
static OFCondition parseRoleSelectionItems(DcmAssociationConfiguration &cfg, OFConfigFile &config)
parses the role selection lists in the config file.
static OFCondition parseProfiles(DcmAssociationConfiguration &cfg, OFConfigFile &config)
parses the association configuration profile lists in the config file.
static OFCondition initialize(DcmAssociationConfiguration &cfg, const char *filename)
reads the given configuration file and feeds the information contained therein into the association c...
General purpose class for condition codes.