IDLffDicomExQuery

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

The IDLffDicomExQuery object allows you to query the contents of a remote DICOM node that has been configured to work with IDL's DICOM Network Service feature, and to retrieve DICOM files available on that node. See Defining a Machine to Be Queried for an overview of the process and information about parameters that need to be set on the remote and local machines. For an introduction to IDL's DICOM Network Service feature, see Using IDL DICOM Network Services.

Any query that can be performed using this object can also be performed using the graphical user interface provided by the DICOM Network Services utility. See Querying a Remote Machine for a description of that utility. Parameters accessible through this object correspond to those shown on the Query Retrieve SCU 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.

Superclasses

None

Creation

See IDLffDicomExQuery::Init.

Properties

The IDLffDicomExQuery object has the following properties:

See IDLffDicomExQuery Properties for details on individual 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 IDLffDicomExQuery object:

In addition, the DICOM Network Services utility, which is included in the IDL distribution, includes the cw_dicomex_query.pro routine, which makes extensive use of this object. The cw_dicomex_query.pro routine is located in the lib/dicomex subdirectory of the IDL distribution.

Version History

6.3

Introduced