IDLffDicomExCfg

Superclasses | Creation | Properties | Methods | Examples | Version History

The IDLffDicomExCfg object allows you to set and retrieve the values of IDL DICOM Network Service configuration parameters. For an introduction to IDL's DICOM Network Service feature, see Using IDL DICOM Network Services.

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.

Note
This feature requires an additional-cost license key to access the functionality. For more information, contact your ITT Visual Information Solutions sales representative or technical support.

Warning
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

None

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

6.3

Introduced