The IDLffDicomExCfg object allows you to set and retrieve the values of IDL DICOM Network Service configuration parameters. See Using IDL DICOM Network Services for more information.
The values accessible to this object can also be modified using the graphical user interface provided by the DICOM Network Services utility. See Starting the Network Services Utility for a description of that utility. Parameters accessible through this object correspond to those shown on the Configuration tab of the DICOM Network Services utility.
Although configuration parameters for the DICOM Network Service are stored in human-readable XML files, it is important to note that the format of the configuration file may change at any time. Because of this, configuration files should always be modified either by using the graphical DICOM Network Services utility or using an instance of the IDLffDicomExCfg object, and never directly by the user.
Superclasses
Creation
See IDLffDicomExCfg::Init.
Properties
Objects of this class have no properties.
Methods
This class has the following methods:
In addition, this class inherits the methods of its superclasses (if any).
Examples
See the Example sections of the following methods for examples using the IDLffDicomExCfg object:
In addition, the DICOM Network Services utility, which is included in the IDL distribution, includes the cw_dicomex_config.pro routine, which makes extensive use of this object. The cw_dicomex_config.pro routine is located in the lib/dicomex subdirectory of the IDL distribution.
Version History